[Nagiosplug-checkins] nagiosplug/lib utils_disk.c, 1.1, 1.2 utils_disk.h, 1.2, 1.3
Ton Voon
tonvoon at users.sourceforge.net
Wed Dec 20 20:26:01 CET 2006
Update of /cvsroot/nagiosplug/nagiosplug/lib
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv8120/lib
Modified Files:
utils_disk.c utils_disk.h
Log Message:
Fixed inode thresholds, regressed from previous release
Index: utils_disk.c
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/lib/utils_disk.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- utils_disk.c 13 Jul 2006 23:58:00 -0000 1.1
+++ utils_disk.c 20 Dec 2006 19:25:59 -0000 1.2
@@ -60,6 +60,7 @@
new_path->usedspace_units = NULL;
new_path->usedspace_percent = NULL;
new_path->usedinodes_percent = NULL;
+ new_path->freeinodes_percent = NULL;
if (current == NULL) {
*list = new_path;
Index: utils_disk.h
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/lib/utils_disk.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- utils_disk.h 18 Oct 2006 12:05:10 -0000 1.2
+++ utils_disk.h 20 Dec 2006 19:25:59 -0000 1.3
@@ -19,6 +19,7 @@
thresholds *usedspace_units;
thresholds *usedspace_percent;
thresholds *usedinodes_percent;
+ thresholds *freeinodes_percent;
struct mount_entry *best_match;
struct parameter_list *name_next;
};
More information about the Commits
mailing list