summaryrefslogtreecommitdiffstats
path: root/web/attachments/228497-check_disk_smb.pl-diff
blob: 496d1a4ad6e647f6c4803738cd329d3ca424d672 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Index: check_disk_smb.pl
===================================================================
RCS file: /usr/local/share/cvs/MyNagiosTools/check_disk_smb.pl,v
retrieving revision 1.1
retrieving revision 1.2
diff -r1.1 -r1.2
26c26
< use vars qw($opt_P $opt_V $opt_h $opt_H $opt_s $opt_W $opt_u $opt_p $opt_w $opt_c $verbose);
---
> 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);
51a52
> 	 "I=s" => \$opt_I, "ipaddess=s" => \$opt_I,
63a65,68
> #
> # by Rene Fertig
> #
> $smbclientoptions.= $opt_I ? "-I $opt_I " : "";