Fix the monitoring sysconf dir
This commit is contained in:
parent
fba000685a
commit
d418c61626
|
@ -4,7 +4,7 @@
|
|||
*/
|
||||
|
||||
/* XXX: Nice comment */
|
||||
const SysconfDir = "etc"
|
||||
const SysconfDir = "/etc"
|
||||
|
||||
/* The directory which contains the plugins from the Monitoring Plugins project. */
|
||||
const PluginDir = "/usr/lib/nagios/plugins"
|
||||
|
|
Loading…
Reference in New Issue