Xymon Mailing List Archive search

xymond_channel

list Neil Simmonds
Thu, 18 Apr 2019 11:55:19 +0100
Message-Id: <002b01d4f5d5$37c67860$a7536920$@gmail.com>

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