diff options
author | Ton Voon <tonvoon@users.sourceforge.net> | 2008-03-19 14:42:12 +0000 |
---|---|---|
committer | Ton Voon <tonvoon@users.sourceforge.net> | 2008-03-19 14:42:12 +0000 |
commit | b17b2421987bb8a7606948333e75f990b35852b8 (patch) | |
tree | 5d220f355728f1448f9dbd6f796631bbfef0733c /plugins/check_cluster.c | |
parent | cab9440a671390e279228cd31ad56b055d611a21 (diff) | |
download | monitoring-plugins-b17b2421987bb8a7606948333e75f990b35852b8.tar.gz |
1st pass at check_procs with multiple threshold checks
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/branches/new_threshold_syntax@1958 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'plugins/check_cluster.c')
-rw-r--r-- | plugins/check_cluster.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_cluster.c b/plugins/check_cluster.c index c67573a3..32316410 100644 --- a/plugins/check_cluster.c +++ b/plugins/check_cluster.c | |||
@@ -80,7 +80,7 @@ int main(int argc, char **argv){ | |||
80 | /* Initialize the thresholds */ | 80 | /* Initialize the thresholds */ |
81 | set_thresholds(&thresholds, warn_threshold, crit_threshold); | 81 | set_thresholds(&thresholds, warn_threshold, crit_threshold); |
82 | if(verbose) | 82 | if(verbose) |
83 | print_thresholds("check_cluster", thresholds); | 83 | print_thresholds(thresholds); |
84 | 84 | ||
85 | /* check the data values */ | 85 | /* check the data values */ |
86 | for(ptr=strtok(data_vals,",");ptr!=NULL;ptr=strtok(NULL,",")){ | 86 | for(ptr=strtok(data_vals,",");ptr!=NULL;ptr=strtok(NULL,",")){ |