21 Mar
2011
21 Mar
'11
10:10 a.m.
On Fri, 11 Mar 2011 10:27:27 -0500, <john.r.rothlisberger at accenture.com> 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