monitors:xymon-apisec-gw

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
monitors:xymon-apisec-gw [2020/06/09 17:06] – [myscript.sh] hapnesbittmonitors:xymon-apisec-gw [2020/06/09 17:16] (current) – [Changelog] hapnesbitt
Line 11: Line 11:
 ===== Installation ===== ===== Installation =====
 === Client side === === Client side ===
 +Edit $XYMONCLIENTHOME/etc/xymonclient.cfg to call the script
  
-=== Server side ===+Add the following to your /opt/xymon/client/etc/clientlaunch.cfg
  
 +[xymon-apisec-gw]
 +        ENVFILE $XYMONCLIENTHOME/etc/xymonclient.cfg
 +        CMD $XYMONCLIENTHOME/ext/xymon-apisec-gw.sh
 +        LOGFILE $XYMONCLIENTHOME/logs/xymon-apisec-gw.log
 +        INTERVAL 5m
 +
 +Put the script here
 +/opt/xymon/client/ext/xymon-apisec-gw.sh
 +
 +chmod a+x xymon-apisec-gw.sh
 +
 +
 +=== Server side ===
 +Nothing to do except make sure the hosts.cfg lists the custom column name for the hosts with this monitor to report to.
 ===== Source ===== ===== Source =====
 ==== xymon-apisec-gw.sh ==== ==== xymon-apisec-gw.sh ====
Line 268: Line 283:
 ===== Changelog ===== ===== Changelog =====
  
-  * **YYYY-MM-DD**+  * **2020-06-09**
     * Initial release     * Initial release
  
  • monitors/xymon-apisec-gw.txt
  • Last modified: 2020/06/09 17:16
  • by hapnesbitt