mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
- Change the IPSLA feature to allow different metrics to be collected per type.
- UDP Jitter metrics collected. - Added opstatus code and DB field - Discovery sets opstatus - Added Status selector to SLA page - Merged master and moved SQL
This commit is contained in:
1
sql-schema/127.sql
Normal file
1
sql-schema/127.sql
Normal file
@@ -0,0 +1 @@
|
||||
ALTER TABLE `slas` ADD `opstatus` TINYINT(1) NOT NULL DEFAULT '0' AFTER `status`;
|
||||
Reference in New Issue
Block a user