my nagios shows the following<br><br>check_ping: %s: Warning threshold must be integer or percentage! <br>on the server<br>define service{<br>        use                             generic-service         ; Name of service template to use
<br>        host_name                       linux1<br>        service_description             PING<br>        is_volatile                     0<br>        check_period                    24x7<br>        max_check_attempts      &nb
 sp;       4
<br>        normal_check_interval           5<br>        retry_check_interval            1<br>        contact_groups                  admins<br>        notification_options            w,u,c,r<br>        notification_interval           960
<br>        notification_period             24x7<br>        check_command                   check_nrpe!check_ping!100.0,20%!500.0,60%<br>        }<br>on the client runnig nrpe<br><br>command[check_ping]=/usr/local/nagios/libexec/check_ping -H $ARG1$ -w $ARG2$ -c $ARG3$ -p 5
<br clear="all"><br>-- <br>madunix