From bb969b1e47b83e3bd7e54f9d5ad674db725ec9eb Mon Sep 17 00:00:00 2001 From: Michael Clemens Date: Mon, 22 Jun 2009 21:09:13 +0000 Subject: [PATCH] added some missing config entries --- scripts/tsmmonitor.sql | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/scripts/tsmmonitor.sql b/scripts/tsmmonitor.sql index 5843851..8c0c788 100644 --- a/scripts/tsmmonitor.sql +++ b/scripts/tsmmonitor.sql @@ -58,7 +58,10 @@ INSERT INTO `cfg_config` (`id`, `confkey`, `confval`, `description`) VALUES (1, 'timeout', '200', 'change this value to your desired php timeout'), (2, 'version', 'new_install', 'TSM Monitor version'), (3, 'path_tmlog', '', 'TSM Monitor Logfile Path'), -(4, 'path_polldlog', '', 'PollD Logfile Path'); +(4, 'path_polldlog', '', 'PollD Logfile Path'), +(5, 'loglevel_tm', 'INFO', 'TSM Monitor Log Level'), +(6, 'loglevel_polld', 'INFO', 'PollD Log Level'), +(7, 'path_dsmadmc', '/usr/bin/dsmadmc', ''); -- --------------------------------------------------------