File: hostgraphs.cgi.1

package info (click to toggle)
xymon 4.3.30-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 11,288 kB
  • sloc: ansic: 69,112; sh: 3,595; makefile: 857; javascript: 452; perl: 48
file content (51 lines) | stat: -rw-r--r-- 1,755 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
.TH HOSTGRAPHS.CGI 1 "Version 4.3.30:  4 Sep 2019" "Xymon"
.SH NAME
hostgraphs.cgi \- CGI program to show multiple graphs
.SH SYNOPSIS
.B "hostgraph.cgi"

.SH DESCRIPTION
\fBhostgraph.cgi\fR
is invoked as a CGI script via the 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 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, hostgraph.cgi will display
a list of graphs, with one graph per type.

If multiple hosts are selected, 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 hostgraph.cgi is invoked from will be visible.

The resulting graph page can be bookmarked, but the bookmark
also fixates the time period shown.

.SH OPTIONS
.IP "--env=FILENAME"
Loads the environment defined in FILENAME before executing the CGI script.

.SH 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.

.SH "SEE ALSO"
hosts.cfg(5), xymonserver.cfg(5)