diff options
author | Holger Weiss <holger@zedat.fu-berlin.de> | 2013-09-29 22:03:24 (GMT) |
---|---|---|
committer | Holger Weiss <holger@zedat.fu-berlin.de> | 2013-09-29 22:03:24 (GMT) |
commit | 0b6423f9c99d9edf8c96fefd0f6c453859395aa1 (patch) | |
tree | 1c2b6b21704a294940f87c7892676998d8371707 /web/attachments/228497-check_disk_smb.pl-diff | |
download | site-0b6423f9c99d9edf8c96fefd0f6c453859395aa1.tar.gz |
Import Nagios Plugins site
Import the Nagios Plugins web site, Cronjobs, infrastructure scripts,
and configuration files.
Diffstat (limited to 'web/attachments/228497-check_disk_smb.pl-diff')
-rw-r--r-- | web/attachments/228497-check_disk_smb.pl-diff | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/web/attachments/228497-check_disk_smb.pl-diff b/web/attachments/228497-check_disk_smb.pl-diff new file mode 100644 index 0000000..496d1a4 --- /dev/null +++ b/web/attachments/228497-check_disk_smb.pl-diff | |||
@@ -0,0 +1,17 @@ | |||
1 | Index: check_disk_smb.pl | ||
2 | =================================================================== | ||
3 | RCS file: /usr/local/share/cvs/MyNagiosTools/check_disk_smb.pl,v | ||
4 | retrieving revision 1.1 | ||
5 | retrieving revision 1.2 | ||
6 | diff -r1.1 -r1.2 | ||
7 | 26c26 | ||
8 | < use vars qw($opt_P $opt_V $opt_h $opt_H $opt_s $opt_W $opt_u $opt_p $opt_w $opt_c $verbose); | ||
9 | --- | ||
10 | > use vars qw($opt_P $opt_V $opt_h $opt_H $opt_s $opt_W $opt_u $opt_p $opt_w $opt_c $opt_I $verbose); | ||
11 | 51a52 | ||
12 | > "I=s" => \$opt_I, "ipaddess=s" => \$opt_I, | ||
13 | 63a65,68 | ||
14 | > # | ||
15 | > # by Rene Fertig | ||
16 | > # | ||
17 | > $smbclientoptions.= $opt_I ? "-I $opt_I " : ""; | ||