[Nagiosplug-checkins] CVS: nagiosplug/plugins check_disk.c,1.38,1.39
Ton Voon
tonvoon at users.sourceforge.net
Tue Dec 2 07:28:04 CET 2003
Update of /cvsroot/nagiosplug/nagiosplug/plugins
In directory sc8-pr-cvs1:/tmp/cvs-serv6952
Modified Files:
check_disk.c
Log Message:
Default thresholds not defined for lists in -x parameter (raised by Matt Garrett)
Index: check_disk.c
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/plugins/check_disk.c,v
retrieving revision 1.38
retrieving revision 1.39
diff -C2 -r1.38 -r1.39
*** check_disk.c 28 Aug 2003 03:22:01 -0000 1.38
--- check_disk.c 2 Dec 2003 15:27:38 -0000 1.39
***************
*** 394,397 ****
--- 394,401 ----
se->name = optarg;
se->name_next = NULL;
+ se->w_df = 0;
+ se->c_df = 0;
+ se->w_dfp = -1.0;
+ se->c_dfp = -1.0;
*dptail = se;
dptail = &se->name_next;
More information about the Commits
mailing list