26 Jul
2013
26 Jul
'13
6 a.m.
On 26-07-2013 07:38, Roland Soderstrom wrote:
To run the client tasks on the server I add
include /usr/local/xymon/client/etc/clientlaunch.cfgto [xymonclient] in the servers tasks.cfg
If a use lower case include xymonlaunch crashes.
2013-07-26 15:27:37 Task xymonclient terminated by signal 6
If I change to upper case INCLUDE it works fine
An upper-case INCLUDE is a no-op - it doesn't do anything. You can see the result by running "xymoncmd xymoncfg /PATH/TO/tasks.cfg"
It's not xymonlaunch that crashes (at least not from the log message) - it is the program that runs in the [xymonclient] task.
What puzzles me is what could possibly crash in the [xymonclient] task. It's a shell-script - not something that would normally crash like that.
Regards, Henrik