aboutsummaryrefslogtreecommitdiffstats
path: root/nagios-plugins/check_etc_resolv
diff options
context:
space:
mode:
Diffstat (limited to 'nagios-plugins/check_etc_resolv')
-rwxr-xr-xnagios-plugins/check_etc_resolv2
1 files changed, 1 insertions, 1 deletions
diff --git a/nagios-plugins/check_etc_resolv b/nagios-plugins/check_etc_resolv
index b032111..18ac87d 100755
--- a/nagios-plugins/check_etc_resolv
+++ b/nagios-plugins/check_etc_resolv
@@ -17,7 +17,7 @@ $host = '/usr/bin/host';
$debug = 0;
# There should be at least this many servers in the list
-$mincount = 2;
+$mincount = 1;
# Try to call host this many times before reporting any bugs
$trycount = 3;