[Nagios-devel] TOTALHOSTSDOWNUNHANDLED macro doesn't work

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] TOTALHOSTSDOWNUNHANDLED macro doesn't work

Post by Guest »

Hi,

In Nagios v2.0, macro $TOTALHOSTSDOWNUNHANDLED$ doesn't work. It was
replaced by $TOTALHOSTSUNHANDLED$


file => base/utils.c line 2376
add_macrox_name(MACRO_TOTALHOSTSDOWNUNHANDLED,"TOTALHOSTSUNHANDLED");

It should be better if we had that:
add_macrox_name(MACRO_TOTALHOSTSDOWNUNHANDLED,"TOTALHOSTSDOWNUNHANDLED");

--
David RAVAIL





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