--- sap.monitor 2002/07/22 12:26:06 1.7 +++ sap.monitor 2002/07/22 12:30:47 1.8 @@ -8,6 +8,16 @@ # e.g. sap.monitor -s 20 will scan only hosts with sysnr == 20 # sap.monitor -S 20 will scan only hosts with sysnr != 20 +# configuration file in /usr/local/etc/sap-mon.conf describes which +# hosts (ashost) and systems (sysnr) you want to check. +# +# format of line is: +# +# ashost [tab|space] sysnr # optional comment +# +# you can spacify host as hostname (sap01) or with sap routers in-between +# to test routers too (/H/saprtr/H/sap01) + use strict; use Getopt::Std;