diff options
author | Ton Voon <tonvoon@users.sourceforge.net> | 2006-12-20 19:25:59 +0000 |
---|---|---|
committer | Ton Voon <tonvoon@users.sourceforge.net> | 2006-12-20 19:25:59 +0000 |
commit | 958162b45fb77dcacb302e6c65cc5fb45df47692 (patch) | |
tree | c1f1a55635db7bf38d071f6acbb1a5ad2060b084 /lib/utils_disk.c | |
parent | ff2e8114a43f506133755c1f8222b47601b709e3 (diff) | |
download | monitoring-plugins-958162b45fb77dcacb302e6c65cc5fb45df47692.tar.gz |
Fixed inode thresholds, regressed from previous release
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1554 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'lib/utils_disk.c')
-rw-r--r-- | lib/utils_disk.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/utils_disk.c b/lib/utils_disk.c index fdbeaf1e..74708c0e 100644 --- a/lib/utils_disk.c +++ b/lib/utils_disk.c @@ -60,6 +60,7 @@ np_add_parameter(struct parameter_list **list, const char *name) 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; |