diff options
Diffstat (limited to 'plugins-scripts/check_disk_smb.pl')
-rwxr-xr-x | plugins-scripts/check_disk_smb.pl | 5 |
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 | ||
22 | require 5.004; | 21 | require 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 | ||
54 | if ($opt_V) { | 53 | if ($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 | ||
245 | sub print_help () { | 244 | sub 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 | ||
249 | Perl Check SMB Disk plugin for Nagios | 248 | Perl Check SMB Disk plugin for Nagios |