The mon sofware is a general scheduler executing periodic tests on a set of services and triggers alarms when a problem occurs.
The scheduler can be consulted upon a simple textual protocol on a predefined port.
The interface is based on this protocol. The CGI script (Common Gateway Interface) consults the scheduler and presents the results on a HTML way.
To understand the web interface, you need to think about the followind hierarchy:
With the refresh popup you select the time refresh time of the whole page.
With the language popup you select the user interface language.
With the checkboxes named ``Status'', ``Historic'', ``Aliases'', you select the table you want to see.
This colomn contains the list of all hosts. The disabled hosts are selected. You can select or deselect some hosts but it won't do anything. The disable mechanism is not yet coded.
The group colomn just names the group.
The members colomn contains the group host lists, one in each cell, one for each ``group'' colomn cell.
The service colomn just names the services. There can be several services for each group.
The ``Last at'' colomn tells you when the last test was done. The ``Next in'' colomn tells you the waiting time untill the next test.
The status colomn gives the service status, one cell for each service. If the tests were good then you see the string "succeeded" alone. Else, you see the string "failed" followed by an summary information, typically the host that failed the tests.
By default, the aliases table lists the aliases in the first colomn but does not detail each alias.
To see the alias details, just select it in the List colomn and click on a submit button. You can do a multiple selection.
To see all the aliases, just select the all radio button and click on a submit button.
In red, the alerts. In green, the upalerts.
You choose the number of line you want to see with the Nb lines textfield. You filter the last evenments with the Filter popup. The last alerts within the interval are displayed with a broken blank background.