* Feature: Notify about failed updates, block detectable bad updates
Ability to post notifications when the update fails.
Detect and roll back updates that will cause broken installs. (Needs testing)
Add severity to notifications, critical (2) notifications will display a toast.
This will be used for removing in-tree dependencies and raising the minimum php version.
* Improve naming a bit add phpdoc to new_notification
In case multiple notifications are created, remove them all.
* Remove notifications when update is disabled.
* update travis to use db testing
* added missing index
Fix incorrectly updating session with build-ok before start of schema update
Set a timeout for progress on the schema build 40s (lock wait time is 30s, so must be more than that). Allow the user to restart the process if this timeout is reached.
Animate the progress bar while waiting for the schema update. Stop animation on failure or success.
Properly destroy the session after install. This allows the user to restart if they need to without any tricks.
Move next step buttons to the right.
* Active Directory user in nested groups
* Active Directory user in nested groups
* Active Directory user in nested groups
* Use Config in new function
* Update IRC-Bot.md
* Update IRC-Bot.md
would like 'Systemd start up script' to be bold type as I don't know how to do it via this editor
* Update IRC-Bot.md
* Ignore docs/
* Fix indenentation
YAML's pretty strict
* Remove static anchor names
Markdown does this automatically for us
* Tabelize entities
* Remove tildes
They don't do anything
* Renamed to index.md
* Remove backticks for headings
* Switch output format
text -> json
* renamed to index.md
* Removed `top` links
Cause TOC generation problems. A theme-wide `top` button would be more
appropriate
* Use [TOC]
Automatically generates everything
* Wrapped routes in backticks
* Moved logs around a bit
* Revert already pulled commits
* This change allows discovery/polling of all sensors (fans and temperatures) from Brocade VDX devices
instead of only the first few. This is tested with VDX 6740, 6740T, 8770-4, 8770-8.
* Update nos.inc.php
* Update nos.inc.php
* Commit merge to branch for Cambium CPU fix (#1)
* Remove division by 10
Removes unnecessary division by 10 from poller file; this is handled by processor_precision in the main include.
* Correct processor_precision
Adjusted processor precision divider from 100 to 10 (as sysCPUUsage.0 reports from 0-1000 as 0-100.0%)
* Delete cambium-cpu.inc.php
With the change to the discovery file (processor_precision set to the correct value of 10) this file is not required.
* Ignore docs/
* Fix indenentation
YAML's pretty strict
* Remove static anchor names
Markdown does this automatically for us
* Tabelize entities
* Remove tildes
They don't do anything
Specifically:
agentStpPortTable should be at agentStpSwitchConfigGroup.9, not .7
agentStpCstConfigGroup should be at .10, not .8
agentStpCstPortTable should be at .11, not .9
agentStpMstTable should be at .12, not .10
agentStpMstPortTable should be at .13, not .11
agentStpMstVlanTable should be at .14, not .12
agentStpBpduGuardMode should be at .7, not .13
agentStpBpduFilterDefault should be at .8, not .14
...and agentStpPortHelloTime should exist at agentStpPortEntry.10
* Create librenms-irc.service
basic systemd start up script goes in /etc/systemd/system/librenms-irc.service it is set to start at boot, but it can be stopped or started just like any other systemd script ie. systemctl start librenms-irc.service
* Small changes