mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Added support for managing poller groups and viewing poller stats
This commit is contained in:
1
sql-schema/043.sql
Normal file
1
sql-schema/043.sql
Normal file
@@ -0,0 +1 @@
|
||||
CREATE TABLE `poller_groups` (`id` INT NOT NULL AUTO_INCREMENT PRIMARY KEY ,`group_name` VARCHAR( 255 ) NOT NULL ,`descr` VARCHAR( 255 ) NOT NULL) ENGINE = INNODB;
|
||||
Reference in New Issue
Block a user