mirror of
https://codeberg.org/mclemens/tsmmonitor2.git
synced 2024-11-10 13:26:02 -05:00
added some missing config entries
This commit is contained in:
parent
6f95782ec3
commit
bb969b1e47
@ -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', '');
|
||||
|
||||
-- --------------------------------------------------------
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user