[Nagios-devel] Spare code in statusmap.c?

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] Spare code in statusmap.c?

Post by Guest »

Some of the code for drawing the balanced tree status map is
conditional on this_host being NULL or not, and it always is.
There's a bit of code that used to set this_host depending on the
value of show_all_hosts, and that is commented out with a note not
to use it. I think most of the code between that and the call to
calculate_balanced_tree_coords can go.

Peter.







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