Overview
  Description
What's New
Awards
Support
FAQ
Affiliates
Links
 
Home
Downloads
Registration
Contact
 
  FAQ
    Q. What is the upgrade policy ?
A. Any minor version, like 4.0-4.9, is free to registered users, but not major versions.
    Q. Email notification does not work.
A. Please verify your settings:
- the option 'Email notification' in the Add/Edit Server form. At least one of monitored services should have this option checked,
- all SMTP settings on the Options/SMTP tab are correct,
- one of the E-mail options on Options/Email tab is checked.
    Q. HTML file is not updated.
A. Some versions of Microsoft IIS lock html files. Please use the FTP upload on the Options/HTML tab instead writing to the file on disk.
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.