diff options
-rw-r--r-- | plugins/check_smtp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_smtp.c b/plugins/check_smtp.c index 19e9731..a43b993 100644 --- a/plugins/check_smtp.c +++ b/plugins/check_smtp.c | |||
@@ -228,7 +228,7 @@ main (int argc, char **argv) | |||
228 | printf (_("SMTP %s - %.3f sec. response time%s%s|%s\n"), | 228 | printf (_("SMTP %s - %.3f sec. response time%s%s|%s\n"), |
229 | state_text (result), elapsed_time, | 229 | state_text (result), elapsed_time, |
230 | verbose?", ":"", verbose?buffer:"", | 230 | verbose?", ":"", verbose?buffer:"", |
231 | perfdata ("time", microsec, "us", | 231 | fperfdata ("time", elapsed_time, "s", |
232 | (int)check_warning_time, warning_time, | 232 | (int)check_warning_time, warning_time, |
233 | (int)check_critical_time, critical_time, | 233 | (int)check_critical_time, critical_time, |
234 | TRUE, 0, FALSE, 0)); | 234 | TRUE, 0, FALSE, 0)); |