Added support for managing poller groups and viewing poller stats

This commit is contained in:
laf
2015-03-15 21:44:35 +00:00
parent c7978996e1
commit d74a37c078
10 changed files with 341 additions and 6 deletions

1
sql-schema/043.sql Normal file
View 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;