aboutsummaryrefslogtreecommitdiff
path: root/nagios-problem-list
diff options
context:
space:
mode:
Diffstat (limited to 'nagios-problem-list')
-rwxr-xr-xnagios-problem-list3
1 files changed, 0 insertions, 3 deletions
diff --git a/nagios-problem-list b/nagios-problem-list
index 3927feb..f56e544 100755
--- a/nagios-problem-list
+++ b/nagios-problem-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