should be max_check_attempts (config check typo)
Christian Theil Have
christiantheilhave at gmail.com
Wed Nov 23 15:27:11 CET 2005
Hi
Tiny fix of a typo, which got me confused while trying to configure Nagios:
$ diff common/objects.c.b4 common/objects.c
986c986
< snprintf(temp_buffer,sizeof(temp_buffer)-1,"Error: Invalid
max_attempts value for host '%s'\n",name);
---
> snprintf(temp_buffer,sizeof(temp_buffer)-1,"Error: Invalid
max_check_attempts value for host '%s'\n",name);
Regards,
Christian Theil Have
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.monitoring-lists.org/archive/developers/attachments/20051123/b6d551e1/attachment.html>
More information about the Developers
mailing list