Closed aviau closed 9 years ago
What do you mean? reload is different than restart, so yes reload = no changing PID
Yes but actually the arbiter reload is usually done by init script . And the init script only implements restart. So yeah pid change, tehre is no signal handler to reload
alignak should handle SIGHUP as a reload signal Would "alignak/daemon.py" manage_signal function be a good place to add it ? I found a manage_signal function in schedulerdaemon.py too so should it be duplicated to arbiterdaemon.py instead ?
Yeah that basically where it hould be place @jremond . Instead of dumpy memeory or whatever you could set a flag like "need reload" and here we go.
I would like for Alignak-arbiter to reload (config) without changing PID.