18 Apr
2019
18 Apr
'19
10:55 a.m.
I'm running 6 scripts from tasks.cfg as the following,
CMD xymond_channel --channel=client --log=$XYMONSERVERLOGS/script.log $XYMONHOME/ext/script.sh
The reason for doing this is that we have some custom monitors written on a mainframe but they just send data as part of the general Xymon data and Xymon doesn't understand the data so ignores it.
These scripts process that data and do the alerting sending the data to a specific host.test on Xymon.
These scripts have been observed to use quite a bit of CPU and I assume that is due to them reading all client data. Is there a way to narrow it down so it will only read data coming from a specific host?
Regards,
Neil Simmonds