Fix the monitoring sysconf dir

This commit is contained in:
Shteryana Shopova 2019-10-27 23:42:45 +02:00 committed by root
parent fba000685a
commit d418c61626
1 changed files with 1 additions and 1 deletions

View File

@ -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"