diff options
author | Micah Anderson <micah@riseup.net> | 2010-02-20 18:16:32 -0500 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2010-02-20 18:16:32 -0500 |
commit | 50d7024becffc6919d3e5efa82545c7869ac0264 (patch) | |
tree | 76c225e6762b24f08916719705ffae307b99c91f /files/configs | |
parent | 3f42074f76d356446240a0b893cab523f3cceef3 (diff) |
enable the cfg_dir=/etc/nagios-plugins/config parameter in the default
Debian nagios.cfg file without this enabled, the plugins which are
installed by the nagios-plugins and nagios-plugins-basic packages will
not be enabled, causing undefined service check command errors in the
nagios pre-flight check. Because the nagios-plugins-basic package is
installed as a Depends for the nagios3 package, and nagios-plugins is
usually brought in, due to nagios3 having a Recommends on it, it a
good idea to have this plugin location enabled.
Diffstat (limited to 'files/configs')
-rw-r--r-- | files/configs/Debian/nagios.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/configs/Debian/nagios.cfg b/files/configs/Debian/nagios.cfg index a588f55..377da6b 100644 --- a/files/configs/Debian/nagios.cfg +++ b/files/configs/Debian/nagios.cfg @@ -26,7 +26,7 @@ cfg_dir=/etc/nagios3/conf.d # Debian also defaults to using the check commands defined by the debian # nagios-plugins package -#cfg_dir=/etc/nagios-plugins/config +cfg_dir=/etc/nagios-plugins/config |