Hi<br>
<br>
Tiny fix of a typo, which got me confused while trying to configure Nagios: <br>
<br>
$ diff  common/objects.c.b4 common/objects.c<br>
986c986<br>
<              
snprintf(temp_buffer,sizeof(temp_buffer)-1,"Error: Invalid max_attempts
value for host '%s'\n",name);<br>
---<br>
>              
snprintf(temp_buffer,sizeof(temp_buffer)-1,"Error: Invalid
max_check_attempts value for host '%s'\n",name);<br>
<br>
Regards,<br>
Christian Theil Have<br>
<br>