Merge pull request #610 from laf/issue-608

Web UI components for dist poller
This commit is contained in:
Neil Lathwood
2015-03-19 16:34:12 +00:00
13 changed files with 533 additions and 7 deletions
+1
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;