Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| monitors:xymon-apisec-gw [2020/06/09 17:06] – [myscript.sh] hapnesbitt | monitors:xymon-apisec-gw [2020/06/09 17:16] (current) – [Changelog] hapnesbitt | ||
|---|---|---|---|
| Line 11: | Line 11: | ||
| ===== Installation ===== | ===== Installation ===== | ||
| === Client side === | === Client side === | ||
| + | Edit $XYMONCLIENTHOME/ | ||
| - | === Server side === | + | Add the following to your / |
| + | [xymon-apisec-gw] | ||
| + | ENVFILE $XYMONCLIENTHOME/ | ||
| + | CMD $XYMONCLIENTHOME/ | ||
| + | LOGFILE $XYMONCLIENTHOME/ | ||
| + | INTERVAL 5m | ||
| + | |||
| + | Put the script here | ||
| + | / | ||
| + | |||
| + | 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 | ||