In /etc/adagios/adagios.conf:
nagios_config="/etc/naemon/naemon.cfg"
destination_directory="/etc/naemon/adagios/"
Has no effect if /etc/nagios/nagios.cfg exists.
This cause problem when using naemon. The installation instructions instruct moving /etc/nagios/nagios.cfg to /etc/nagios/nagios.cfg.disabled, which makes things work properly with naemon. However, when nagios and nagios-core updates, it creates nagios.cfg again, and that breaks adagios/naemon. I attempted to work around this by symlinking nagios.cfg to naemon.cfg, but then adagios thinks the working directory is /etc/nagios, and fails to save objects because the .git folder dosen't exist.
Please fix ASAP.