[Nagiosplug-checkins] CVS: nagiosplug/plugins check_smtp.c,1.26,1.27
Matthew Kent
mattkent at users.sourceforge.net
Thu Nov 18 18:40:11 CET 2004
Update of /cvsroot/nagiosplug/nagiosplug/plugins
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25004
Modified Files:
check_smtp.c
Log Message:
Change unit from 'us' to 's' to match other core plugins for simplicity.
Index: check_smtp.c
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/plugins/check_smtp.c,v
retrieving revision 1.26
retrieving revision 1.27
diff -C2 -r1.26 -r1.27
*** check_smtp.c 18 Nov 2004 05:36:29 -0000 1.26
--- check_smtp.c 19 Nov 2004 02:39:25 -0000 1.27
***************
*** 229,233 ****
state_text (result), elapsed_time,
verbose?", ":"", verbose?buffer:"",
! perfdata ("time", microsec, "us",
(int)check_warning_time, warning_time,
(int)check_critical_time, critical_time,
--- 229,233 ----
state_text (result), elapsed_time,
verbose?", ":"", verbose?buffer:"",
! fperfdata ("time", elapsed_time, "s",
(int)check_warning_time, warning_time,
(int)check_critical_time, critical_time,
More information about the Commits
mailing list