diff options
| -rw-r--r-- | nagios-templates.cfg | 6 | 
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{  | 
