Q. How to import a list of servers ?
A. You may create an initial smonitor.ini file with the following format:
-------------------------
[Servers]
0=Server1
1=Server2
2=Server3
[Addresses]
0=host1.domain.com
1=host2.domain.com
2=host3.domain.com [$all$ Tasks]
0=Ping
1=HTTP [$all$ Prots]
0=ICMP
1=TCP [$all$ Params]
0=0
1=80
------------------------
The sections are:
[Servers] - names of servers,
[Addresses] - host names or IP addresses,
[$all$ Tasks] - names of services,
[$all$ Prots] -protocol: TCP, UDP, or ICMP,
[$all$ Params] - TCP/UDP port numbers. |