This guide outlines the steps to integrate the rblcheck
script with your Xymon monitoring system.
First, you need to place the rblcheck
script into the Xymon client extensions directory.
cp rblcheck /usr/lib/xymon/client/ext/rblcheck
Create a new configuration file for rblcheck
under the Xymon client launch configurations.
- Create the file
/etc/xymon/clientlaunch.d/rblcheck.cfg
. - Insert the following configuration:
[rblcheck]
#DISABLED
ENVFILE /etc/xymon/xymonclient.cfg
CMD $XYMONCLIENTHOME/ext/rblcheck
LOGFILE /var/log/xymon/xymonclient.log
INTERVAL 4h
Add the rblcheck
column to the hosts you wish to monitor for RBL listings. This is usually done in the Xymon hosts configuration file.
For the changes to take effect, you need to reload both the Xymon client and the Xymon server services.
Depending on your system, this can typically be done with commands like:
systemctl restart xymon-client
systemctl restart xymon-server
Or, if your system uses a different service management system, use the appropriate commands to restart the Xymon client and server.
After completing these steps, your Xymon system should start monitoring the specified hosts for RBL listings using the rblcheck
script.