On Fri, 11 Mar 2011 10:27:27 -0500, <user-7adce57665bb@xymon.invalid>
wrote:
- in server/bin/xymon.sh reload looks for /home/xymon/logs/xymond.pid
which doesn't exist and all other modes (restart, etc) look for
/home/xymon/logs/xymonlaunch.pid. There is no running xymond on my
server.
"reload" needs to signal xymond that it must pick up the new config, so it
is correct to send a SIGHUP to xymond.
xymonlaunch.pid should exist, but it requires that "xymonlaunch" is
started with the "--pidfile=FILENAME" option.
Regards,
Henrik