summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 6617dde)
raw | patch | inline | side by side (parent: 6617dde)
author | Matthew Kent <mattkent@users.sourceforge.net> | |
Fri, 19 Nov 2004 02:39:25 +0000 (02:39 +0000) | ||
committer | Matthew Kent <mattkent@users.sourceforge.net> | |
Fri, 19 Nov 2004 02:39:25 +0000 (02:39 +0000) |
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@906 f882894a-f735-0410-b71e-b25c423dba1c
plugins/check_smtp.c | patch | blob | history |
diff --git a/plugins/check_smtp.c b/plugins/check_smtp.c
index 19e9731b0c534a5de8d2dafcd4d4a91f75f4699d..a43b993be87b171cac6e03d925abf4bafc724b1b 100644 (file)
--- a/plugins/check_smtp.c
+++ b/plugins/check_smtp.c
printf (_("SMTP %s - %.3f sec. response time%s%s|%s\n"),
state_text (result), elapsed_time,
verbose?", ":"", verbose?buffer:"",
- perfdata ("time", microsec, "us",
+ fperfdata ("time", elapsed_time, "s",
(int)check_warning_time, warning_time,
(int)check_critical_time, critical_time,
TRUE, 0, FALSE, 0));