[Nagios-devel] DEFAULT_CGI_CONFIG_FILE

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] DEFAULT_CGI_CONFIG_FILE

Post by Guest »

Searching through the nagios/cgi sources you can find the C define
"DEFAULT_CGI_CONFIG_FILE" throughout the cgi code. Unfortunately this
is not only the default config file but the only config file. I need
to change the config file at runtime, not compile time, and with nagios
this is impossible.

Fortunately, it shouldn't be too hard to fix. Just let it get the
configuration from another source, perhaps an Apache configuration, so
that it can be configured at runtime just like the rest of nagios.

--arley





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