summaryrefslogtreecommitdiffstats
path: root/lib/utils_disk.h
diff options
context:
space:
mode:
authorMatthias Eble <psychotrahe@users.sourceforge.net>2007-03-30 08:52:28 (GMT)
committerMatthias Eble <psychotrahe@users.sourceforge.net>2007-03-30 08:52:28 (GMT)
commit0ff58b90631e9b62da23c4c9487d3d8d310f2d7f (patch)
tree9d74c96fed0cd8d4b4fb937961f0da4f3e3f6b74 /lib/utils_disk.h
parenta1fea1eafd63ca47cc1227c2ba3e0264e56c6f0d (diff)
downloadmonitoring-plugins-0ff58b90631e9b62da23c4c9487d3d8d310f2d7f.tar.gz
check_disk: added grouping functionality. see np-devel mail (2007-02-10)
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1657 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'lib/utils_disk.h')
-rw-r--r--lib/utils_disk.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/utils_disk.h b/lib/utils_disk.h
index 55de938..331c16d 100644
--- a/lib/utils_disk.h
+++ b/lib/utils_disk.h
@@ -20,6 +20,7 @@ struct parameter_list
20 thresholds *usedspace_percent; 20 thresholds *usedspace_percent;
21 thresholds *usedinodes_percent; 21 thresholds *usedinodes_percent;
22 thresholds *freeinodes_percent; 22 thresholds *freeinodes_percent;
23 char *group;
23 struct mount_entry *best_match; 24 struct mount_entry *best_match;
24 struct parameter_list *name_next; 25 struct parameter_list *name_next;
25}; 26};