Page 1 of 1

chronyd

Posted: Fri Apr 21, 2017 8:52 am
by cbeattie-unitrends
If it won't break anything, please add chronyd to /usr/local/nagiosxi/scripts/manage_services.sh for Nagios hosts where time service is provided by that instead of ntpd.
Change from this:

Code: Select all

# Things you can and can't do
first=("start" "stop" "restart" "status" "reload" "checkconfig")
second=("postgresql" "httpd" "mysqld" "nagios" "ndo2db" "npcd" "snmptt" "ntpd" "crond")
To this:

Code: Select all

# Things you can and can't do
first=("start" "stop" "restart" "status" "reload" "checkconfig")
second=("postgresql" "httpd" "mysqld" "nagios" "ndo2db" "npcd" "snmptt" "ntpd" "crond" "chronyd")

Re: chronyd

Posted: Fri Apr 21, 2017 1:52 pm
by mcapra
It likely won't break anything, but it's also unlikely to see implementation since we don't recommend replacing ntp with chrony. If you're able to make it work, fantastic! But we've had other customers try it and run into issues.