aboutsummaryrefslogtreecommitdiff
path: root/nagios-unhandled-list
diff options
context:
space:
mode:
Diffstat (limited to 'nagios-unhandled-list')
-rwxr-xr-xnagios-unhandled-list3
1 files changed, 0 insertions, 3 deletions
diff --git a/nagios-unhandled-list b/nagios-unhandled-list
index 92909cc..06b1d3e 100755
--- a/nagios-unhandled-list
+++ b/nagios-unhandled-list
@@ -18,9 +18,6 @@ usage() {
printf 'USAGE: %s [-h]\n' "$self"
}
-# By default we search hosts, not services
-services=0
-
# Handle options, just -h help at the moment
OPTIND=1
while getopts 'h' opt ; do