diff options
Diffstat (limited to 'plugins')
| -rw-r--r-- | plugins/check_nt.c | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/plugins/check_nt.c b/plugins/check_nt.c index b9aae1c4..1c9dc0ad 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 | 
