Page 1 of 1

[Nagios-devel] should be max_check_attempts (config check typo)

Posted: Wed Nov 23, 2005 6:27 am
by Guest
------=_Part_8878_384495.1132756031088
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline

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_check_attempts value for host '%s'\n",name);

Regards,
Christian Theil Have

------=_Part_8878_384495.1132756031088
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline

Hi

Tiny fix of a typo, which got me confused while trying to configure Nagios:=


$ diff  common/objects.c.b4 common/objects.c
986c986
<           &nbsp=
;  
snprintf(temp_buffer,sizeof(temp_buffer)-1,"Error: Invalid max_attempt=
s
value for host '%s'\n",name);
---
>           &nbsp=
;  
snprintf(temp_buffer,sizeof(temp_buffer)-1,"Error: Invalid
max_check_attempts value for host '%s'\n",name);

Regards,
Christian Theil Have


------=_Part_8878_384495.1132756031088--





This post was automatically imported from historical nagios-devel mailing list archives
Original poster: [email protected]