<br><font size=2 face="sans-serif">The check_ping plugins output a message
of the form:</font>
<br>
<br><font size=2 face="sans-serif">"PING OK - Packet Loss = 0%, RTA
= 12.34 ms"</font>
<br>
<br><font size=2 face="sans-serif">Problem is - when inserted into the
printf statement of the Notify-by-email command, the '%' gets interpreted
and the rest gets stripped off so the email does not report the RTA.</font>
<br>
<br><font size=2 face="sans-serif">I changed the '%' to 'Percent' and now
the notification emails include the RTA.</font>
<br>
<br><font size=2 face="sans-serif">Toby</font>
<br>
<br><font size=2 face="sans-serif">More info:</font>
<br>
<br><font size=2 face="sans-serif">Old messages looked like;</font>
<br><font size=2><tt>***** Nagios *****<br>
<br>
Notification Type: RECOVERY<br>
<br>
Service: PING<br>
Host: xxx<br>
Address: xxx.yyy.com<br>
State: OK<br>
<br>
Date/Time: Fri Oct 29 13:58:25 CDT 2004<br>
<br>
Additional Info:<br>
<br>
PING OK - Packet loss = 0</tt></font>
<br>
<br><font size=2 face="sans-serif">New messages look like:</font>
<br>
<br><font size=2><tt>***** Nagios *****<br>
<br>
Notification Type: PROBLEM<br>
<br>
Service: PING<br>
Host: xxx<br>
Address: xxx.yy.com<br>
State: WARNING<br>
<br>
Date/Time: Tue Nov 2 07:28:40 CST 2004<br>
<br>
Additional Info:<br>
<br>
PING WARNING - Packet loss = 0 Percent, RTA = 250.06 ms</tt></font>