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

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
Guest

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

Post 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]
Locked