diff options
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,",")){ |
