aboutsummaryrefslogtreecommitdiffstats
path: root/nagios-plugins/check_etc_hosts
diff options
context:
space:
mode:
Diffstat (limited to 'nagios-plugins/check_etc_hosts')
-rwxr-xr-xnagios-plugins/check_etc_hosts2
1 files changed, 1 insertions, 1 deletions
diff --git a/nagios-plugins/check_etc_hosts b/nagios-plugins/check_etc_hosts
index 8704965..b7f7268 100755
--- a/nagios-plugins/check_etc_hosts
+++ b/nagios-plugins/check_etc_hosts
@@ -30,7 +30,7 @@ if ($@) {
$use_perl_resolver = 1;
}
-$host = '/local/bin/host';
+$host = '/usr/bin/host';
# Look up ip address, and return ($error status, @DNS names, @DNS addresses)
sub dns_lookup_ext {