aboutsummaryrefslogtreecommitdiffstats
path: root/nagios-templates.cfg
diff options
context:
space:
mode:
authorPetter Reinholdtsen <pere@hungry.com>2010-02-03 13:27:22 +0000
committerPetter Reinholdtsen <pere@hungry.com>2010-02-03 13:27:22 +0000
commitf35f0578f674a87c78794a294efde7988328b171 (patch)
tree1ed91b3147c011d6588f4b6bde6f40dd58caeeff /nagios-templates.cfg
parent7c4048e94599d8e190b70d261fa5312d9d26bc38 (diff)
downloadsitesummary-f35f0578f674a87c78794a294efde7988328b171.tar.gz
sitesummary-f35f0578f674a87c78794a294efde7988328b171.tar.bz2
sitesummary-f35f0578f674a87c78794a294efde7988328b171.tar.xz
Add workaround for perl modules not working with the internal Nagios perl interpreter.
Diffstat (limited to 'nagios-templates.cfg')
-rw-r--r--nagios-templates.cfg6
1 files changed, 3 insertions, 3 deletions
diff --git a/nagios-templates.cfg b/nagios-templates.cfg
index 7205233..077adae 100644
--- a/nagios-templates.cfg
+++ b/nagios-templates.cfg
@@ -110,12 +110,12 @@ define command{
define command {
command_name check_etc_hosts
- command_line /usr/lib/sitesummary/nagios-plugins/check_etc_hosts
+ command_line /usr/bin/perl /usr/lib/sitesummary/nagios-plugins/check_etc_hosts
}
define command {
command_name check_etc_resolv
- command_line /usr/lib/sitesummary/nagios-plugins/check_etc_resolv
+ command_line /usr/bin/perl /usr/lib/sitesummary/nagios-plugins/check_etc_resolv
}
define command{
@@ -225,7 +225,7 @@ define command{
define command{
command_name check_kernel_status
- command_line /usr/lib/sitesummary/nagios-plugins/check_kernel_status
+ command_line /usr/bin/perl /usr/lib/sitesummary/nagios-plugins/check_kernel_status
}
define command{