TMON Unix Client configuration file is normally located at "/etc/tmon_unix_client.cfg"
The explanation of the contents of this file:
PARAMETER NAME | DEFAULT VALUE | EXPLANATION |
MY_IP_ADDRESS | 10.0.0.81 | Our System's Real Ip Number |
SERVER_ADDRESS | 10.0.0.200 | TMON SERVER's hostname or IP number |
SHUTDOWN_CMD | "/sbin/shutdown" | Normal Unix Systems compatible shutdown command |
SHUTDOWN_IMMEDIATE | "/sbin/shutdown -g0 -y" | Unix Systems compatible immediate shutdown command |
SHUTDOWN_CANCEL | "/sbin/shutdown -c" | Command for cancelling a running shutdown operation |
SERVER_PORT | 1111 | TMON Server Port Number |
SLEEP_SECONDS | 5 | Time period between consecutive server polling intervals. |