You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

New in version 3.1.10, the Monitored Services Report cannot be run on-demand.

This report provides an overview of monitored services availability and downtime both for a given period (which may include business days and/or business hours filtering) and as a percentage of the given period. 
For each selected monitored service the report shows the percentage of time the monitored service was up, down, or partially reachable (i.e. up but packet loss was encountered) as well as the cumulative response time as measured by NMIS while monitoring the service.

There is a configuration setting opreports_ms_availability_strict in /path/to/omk/conf/opCommon.nmis which controls the behavior used in calculating availability in the report where NMIS does not contain a particular record for a monitored service.
The default setting for the setting is opreports_ms_availability_strict => false which can be interpreted as 'monitored service is not down unless NMIS provides an explicit record indicating service was down'.
The setting opreports_ms_availability_strict => true can be interpreted as 'monitored service is down where NMIS does not provide  a record for the monitored service AND where NMIS provides an explicit record indicating service was down'.

This report offers optional embedded graphs of each monitored services availability and response time by default, and custom graphs as configured in the NMIS model file for the monitored service. The default choice is to include both the default graphs and custom graphs, but you can change that using the report options Include Embedded Graphs and Include Custom Graphs. The contents of the graph are not configurable, but the desired default size can be set using the configuration option opreports_embedded_graph_size_small (default: 300 pixels wide by 75 pixels high). The width of each graph is reduced dynamically starting from the default size when Custom Graphs are included in the report, but is never less than 50% of the default size. This behavior was implemented as reducing the width of the graphs dynamically by up to 50% was found to improve the viewability of all graphs with less chance of horizontal scrolling, and has minimal effect on interpreting the contents of each graph.


Setup:

Choose Monitored Services Report under Create New Report >> General >> Type:


Example Screenshot:




  • No labels