Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

bb-replog.cgi(1) [debian man page]

BB-REPLOG.CGI(1)					      General Commands Manual						  BB-REPLOG.CGI(1)

NAME
bb-replog.cgi - CGI program to report service availability log SYNOPSIS
bb-replog.cgi DESCRIPTION
bb-replog.cgi is invoked as a CGI script via the bb-replog.sh CGI wrapper. Based on the parameters it receives, it generates an availabil- ity report for a specific host-service combination for the requested time-period. The availability report includes a calculation of the availability percentage (split out on percent green, yellow, red time), and an eventlog for the period listing the status changes that have occurred to allow for drill-down to the test reports that indicate a problem. Access to the individual historical status logs go via the hobbitsvc.cgi(1) CGI script. bb-replog.cgi is passed a QUERY_STRING environment variable with the following parameters: HOSTSVC (the host and service to report on) STYLE (report style: "crit", "non-crit", "all") ST (starttime in seconds since 1-1-1970 00:00 UTC) END (endtime in seconds since 1-1-1970 00:00 UTC) The following non-standard parameters are handled by the bbgen version of bb-hist.cgi: IP (IP address of host - for display purposes only) REPORTTIME (the REPORTTIME: setting for this host) WARNPCT (the WARNPCT: setting for this host) The REPORTTIME and WARNPCT options are taken from the bb-hosts(5) definition for the host, or the defaults are used. These modify the availability calculation to handle reporting against agreed Service Level Agreements re. the time of day when the service must be avail- able, and the agreed availability level. OPTIONS
--env=FILENAME Loads environment from FILENAME before executing the CGI. SEE ALSO
bb-hosts(5), hobbitserver.cfg(5), hobbitsvc.cgi(1) Xymon Version 4.2.3: 4 Feb 2009 BB-REPLOG.CGI(1)

Check Out this Related Man Page

HOBBIT-HOSTGRAPHS.CGI(1)				      General Commands Manual					  HOBBIT-HOSTGRAPHS.CGI(1)

NAME
hobbit-hostgraphs.cgi - CGI program to show multiple graphs SYNOPSIS
hobbit-hostgraph.cgi DESCRIPTION
hobbit-hostgraph.cgi is invoked as a CGI script via the hobbit-hostgraph.sh CGI wrapper. If no parameters are provided when invoked, it will present a form where the user can select a time period, one or more hosts, and a set of graphs. The parameters selected by the user are passed to a second invocation of hobbit-hostgraph.cgi, and result in a webpage showing a list of graph images based on the trend data stored about the hosts. If multiple graph-types are selected, hobbit-hostgraph.cgi will display a list of graphs, with one graph per type. If multiple hosts are selected, hobbit-hostgraph.cgi will attempt to display a multi-host graph for each type where the graphs for all hosts are overlayed in a single image, allowing for easy comparison of the hosts. The hostlist uses the PAGEPATH cookie provided by Xymon webpages to select the list of hosts to present. Only the hosts visible on the page where hobbit-hostgraph.cgi is invoked from will be visible. The resulting graph page can be bookmarked, but the bookmark also fixates the time period shown. OPTIONS
--env=FILENAME Loads the environment defined in FILENAME before executing the CGI script. BUGS
This utility is experimental. It may change in a future release of Xymon. It is possible for the user to select graphs which do not exist. This results in broken image links. The set of graph-types is fixed in the server/web/hostgraphs_form template and does not adjust to which graphs are available. If the tool is invoked directly, all hosts defined in Xymon will be listed. SEE ALSO
bb-hosts(5), hobbitserver.cfg(5) Xymon Version 4.2.3: 4 Feb 2009 HOBBIT-HOSTGRAPHS.CGI(1)
Man Page