From b17b2421987bb8a7606948333e75f990b35852b8 Mon Sep 17 00:00:00 2001 From: Ton Voon Date: Wed, 19 Mar 2008 14:42:12 +0000 Subject: 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 --- plugins/check_cluster.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/check_cluster.c') 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){ /* Initialize the thresholds */ set_thresholds(&thresholds, warn_threshold, crit_threshold); if(verbose) - print_thresholds("check_cluster", thresholds); + print_thresholds(thresholds); /* check the data values */ for(ptr=strtok(data_vals,",");ptr!=NULL;ptr=strtok(NULL,",")){ -- cgit v1.2.3-74-g34f1