Closed as not planned
Description
Currently, setting the OXIDIZED_HOME
variable to anything but /etc/oxidized
leads to an unexpected outcome:
OXIDIZED_HOME
is set as Root in config.rb where it is then honored for crash, log and pid files.- It is not passed to asetus for configuration loading, resulting in asetus using the built-in defaults to attempt to load the configuration from
/etc/oxidized
and the user's home directory.
The correct behaviour is probably to pass OXIDIZED_HOME as usrdir
to asetus while instantiating it for configuration parsing.
Activity