diff options
Diffstat (limited to 'plugins/t')
0 files changed, 0 insertions, 0 deletions
diff --git a/plugins/check_nt.c b/plugins/check_nt.c index b9aae1c..1c9dc0a 100644 --- a/plugins/check_nt.c +++ b/plugins/check_nt.c | |||
@@ -148,9 +148,9 @@ int main(int argc, char **argv){ | |||
148 | else if(utilization >= lvalue_list[1+offset] && return_code<STATE_WARNING) | 148 | else if(utilization >= lvalue_list[1+offset] && return_code<STATE_WARNING) |
149 | return_code=STATE_WARNING; | 149 | return_code=STATE_WARNING; |
150 | 150 | ||
151 | asprintf(&output_message," (%lu min. %lu%)",lvalue_list[0+offset], utilization); | 151 | asprintf(&output_message," %lu%% (%lu min average)", utilization, lvalue_list[0+offset]); |
152 | asprintf(&temp_string,"%s%s",temp_string,output_message); | 152 | asprintf(&temp_string,"%s%s",temp_string,output_message); |
153 | offset+=3; //move accross the array | 153 | offset+=3; //move across the array |
154 | } | 154 | } |
155 | if (strlen(temp_string)>10) { | 155 | if (strlen(temp_string)>10) { |
156 | // we had at least on loop | 156 | // we had at least on loop |