summaryrefslogtreecommitdiffstats
path: root/plugins-scripts/check_disk_smb.pl
diff options
context:
space:
mode:
Diffstat (limited to 'plugins-scripts/check_disk_smb.pl')
-rwxr-xr-xplugins-scripts/check_disk_smb.pl5
1 files changed, 2 insertions, 3 deletions
diff --git a/plugins-scripts/check_disk_smb.pl b/plugins-scripts/check_disk_smb.pl
index 4f8a9a7..3f531ac 100755
--- a/plugins-scripts/check_disk_smb.pl
+++ b/plugins-scripts/check_disk_smb.pl
@@ -16,7 +16,6 @@
16# drives is a pain in the butt 16# drives is a pain in the butt
17# 2-May-2002 - SGhosh fix for embedded perl 17# 2-May-2002 - SGhosh fix for embedded perl
18# 18#
19# $Id$
20# 19#
21 20
22require 5.004; 21require 5.004;
@@ -52,7 +51,7 @@ GetOptions
52 "H=s" => \$opt_H, "hostname=s" => \$opt_H); 51 "H=s" => \$opt_H, "hostname=s" => \$opt_H);
53 52
54if ($opt_V) { 53if ($opt_V) {
55 print_revision($PROGNAME,'$Revision$'); #' 54 print_revision($PROGNAME,'@NP_VERSION@'); #'
56 exit $ERRORS{'OK'}; 55 exit $ERRORS{'OK'};
57} 56}
58 57
@@ -243,7 +242,7 @@ sub print_usage () {
243} 242}
244 243
245sub print_help () { 244sub print_help () {
246 print_revision($PROGNAME,'$Revision$'); 245 print_revision($PROGNAME,'@NP_VERSION@');
247 print "Copyright (c) 2000 Michael Anthon/Karl DeBisschop 246 print "Copyright (c) 2000 Michael Anthon/Karl DeBisschop
248 247
249Perl Check SMB Disk plugin for Nagios 248Perl Check SMB Disk plugin for Nagios