|
|
@@ -1,4 +1,4 @@
|
|
|
-INSERT INTO `config_options` (`id`, `option_name`, `description`, `uniq`, `type`, `default_value`, `min_value`, `max_value`) VALUES ('57', 'nagios_url', 'Адрес сайта nagios', '1', 'text', 'http://127.0.0.1/nagios', '0', '0'), ('58', 'cacti_url', 'Адрес сайта cacti', '1', 'text', 'http://127.0.0.1/cacti', '0', '0')
|
|
|
+INSERT INTO `config_options` (`id`, `option_name`, `description`, `uniq`, `type`, `default_value`, `min_value`, `max_value`) VALUES ('57', 'nagios_url', 'Адрес сайта nagios', '1', 'text', 'http://127.0.0.1/nagios', '0', '0'), ('58', 'cacti_url', 'Адрес сайта cacti', '1', 'text', 'http://127.0.0.1/cacti', '0', '0');
|
|
|
INSERT INTO `config_options` (`id`, `option_name`, `description`, `uniq`, `type`, `default_value`, `min_value`, `max_value`) VALUES ('59', 'torrus_url', 'Адрес сайта Torrus', '1', 'text', 'http://127.0.0.1/torrus', '0', '0'), ('60', 'wiki_url', 'Адрес wiki', '1', 'text', 'http://127.0.0.1/wiki', '0', '0');
|
|
|
INSERT INTO `config_options` (`id`, `option_name`, `description`, `uniq`, `type`, `default_value`, `min_value`, `max_value`) VALUES ('61', 'wiki_path', 'Путь к каталогу данных вики', '1', 'text', '/var/www/foswiki/data/', '0', '0'), ('62', 'stat_url', 'Адрес этого сайта', '1', 'text', 'http://127.0.0.1/stat', '0', '0');
|
|
|
ALTER TABLE `OU` ADD `nagios_dir` VARCHAR(255) NULL DEFAULT NULL AFTER `ou_name`;
|