~ubuntu-branches/debian/sid/xymon/sid

« back to all changes in this revision

Viewing changes to docs/manpages/man1/criticalview.cgi.1.html

  • Committer: Package Import Robot
  • Author(s): Axel Beckert, Christoph Berg, Axel Beckert
  • Date: 2014-05-20 22:56:11 UTC
  • mfrom: (2.1.4 experimental)
  • Revision ID: package-import@ubuntu.com-20140520225611-zvwepcgu1cwc21v1
Tags: 4.3.17-2
* Upload to unstable again.

[ Christoph Berg ]
*  Always write /var/run/xymon/xymonclient-include.cfg on clients

[ Axel Beckert ]
* Add build-dependency on libc-ares-dev to avoid using embedded code
  copy at xymonnet/c-ares-1.7.3.tar.gz
* Fix includes for graph definitions (xymongraph.d → graphs.d)
  + Add a Breaks for hobbit-plugins << 20140519~
* Remove reference to /etc/apache2/ from xymon-client.NEWS
* Fix remaining issues of the Apache 2.2 → 2.4 transition
  (modifies mostly debian/rules, xymon.postinst and xymon.maintscript)
  + Fix conffile paths in README.Debian and xymon.maintscript
  + Use dh_apache2 and apache2-maintscript-helper
  + Add build-dependency on dh-apache2.
  + Add lintian override for missing-build-dependency-for-dh_-command
    (see #748688)
  + Enable Apache's mod_rewrite + CGI support automatically in postinst
  + Add patch to switch default configuration to Apache 2.4 style
    authorization.
  + Closes: #669776
* Let xymon depend on perl until after the Jessie release to make sure
  prename is there for the data migration from hobbit to xymon.
* Add lintian override for apache2-reverse-dependency-calls-invoke-rc.d
  -- it finds the fallback for apache2-maintscript-helper unavailability

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 
3
<HTML><HEAD><TITLE>Man page of CRITICALVIEW.CGI</TITLE>
 
4
</HEAD><BODY>
 
5
<H1>CRITICALVIEW.CGI</H1>
 
6
Section: User Commands  (1)<BR>Updated: Version 4.3.17: 23 Feb 2014<BR><A HREF="#index">Index</A>
 
7
<A HREF="../index.html">Return to Main Contents</A><HR>
 
8
 
 
9
<A NAME="lbAB">&nbsp;</A>
 
10
<H2>NAME</H2>
 
11
 
 
12
criticalview.cgi - Xymon Critical Systems view CGI
 
13
<A NAME="lbAC">&nbsp;</A>
 
14
<H2>SYNOPSIS</H2>
 
15
 
 
16
<B>criticalview.cgi</B>
 
17
 
 
18
<P>
 
19
<A NAME="lbAD">&nbsp;</A>
 
20
<H2>DESCRIPTION</H2>
 
21
 
 
22
<B>criticalview.cgi</B> is invoked as a CGI script via the 
 
23
criticalview.sh CGI wrapper.
 
24
<P>
 
25
criticalview.cgi matches the current critical statuses against the
 
26
<I><A HREF="../man5/critical.cfg.5.html">critical.cfg</A>(5)</I>
 
27
 
 
28
file, and generates the &quot;Critical Systems&quot; view. 
 
29
<P>
 
30
<A NAME="lbAE">&nbsp;</A>
 
31
<H2>RELATION TO OLD CRITICAL PAGE</H2>
 
32
 
 
33
This view is a replacement for the statically generated &quot;critical&quot; page 
 
34
provided in versions of Xymon prior to version 4.2. Although the 
 
35
&quot;critical&quot; pages are supported throughout Xymon 4.x, it is recommended 
 
36
that You switch to the newer Critical Systems view provided by this CGI.
 
37
<P>
 
38
<A NAME="lbAF">&nbsp;</A>
 
39
<H2>OPTIONS</H2>
 
40
 
 
41
<DL COMPACT>
 
42
<DT>--acklevel=NUMBER<DD>
 
43
Sets the acknowledgment level for acknowledgments sent via the
 
44
<I><A HREF="../man1/ackinfo.cgi.1.html">ackinfo.cgi</A>(1)</I>
 
45
 
 
46
page. Note that this may be overridden by the configuration of the
 
47
ackinfo.cgi utility.
 
48
<P>
 
49
<DT>--tooltips<DD>
 
50
Hide the host description in a &quot;tooltip&quot;, i.e. it will be shown when your
 
51
mouse hovers over the hostname on the webpage. This saves space on the 
 
52
display so there is more room for the status columns.
 
53
<P>
 
54
<DT>--hffile=PREFIX<DD>
 
55
Define the header/footer files used when building the webpage. The actual
 
56
files used will be PREFIX_header and PREFIX_footer found in the ~xymon/server/web/ 
 
57
directory. Default: critical.
 
58
<P>
 
59
<DT>--env=FILENAME<DD>
 
60
Loads the environment defined in FILENAME before executing the CGI script.
 
61
<P>
 
62
<DT>--area=NAME<DD>
 
63
Load environment variables for a specific area. NB: if used,
 
64
this option must appear before any --env=FILENAME option.
 
65
<P>
 
66
<DT>--debug<DD>
 
67
Enables debugging output.
 
68
<P>
 
69
<DT>--config=FILENAME<DD>
 
70
Use FILENAME as the configuration file for the Critical 
 
71
Systems information. The default is to load this from
 
72
$XYMONHOME/etc/critical.cfg
 
73
<P>
 
74
<DT>--config=ID:FILENAME<DD>
 
75
Allows the use of multiple Critical Systems configuration files
 
76
on a single webpage. &quot;ID&quot; is a text that will be shown on the web
 
77
page prior to the critical systems from FILENAME. This option can be
 
78
repeated to include critical systems from multiple configurations.
 
79
<P>
 
80
</DL>
 
81
<A NAME="lbAG">&nbsp;</A>
 
82
<H2>ENVIRONMENT VARIABLES</H2>
 
83
 
 
84
<DL COMPACT>
 
85
<DT>XYMONHOME<DD>
 
86
Used to locate the template files for the generated web pages.
 
87
<P>
 
88
<DT>QUERY_STRING<DD>
 
89
Contains the parameters for the CGI script.
 
90
<P>
 
91
</DL>
 
92
<A NAME="lbAH">&nbsp;</A>
 
93
<H2>SEE ALSO</H2>
 
94
 
 
95
<A HREF="../man1/ackinfo.cgi.1.html">ackinfo.cgi</A>(1), <A HREF="../man7/xymon.7.html">xymon</A>(7)
 
96
<P>
 
97
<P>
 
98
 
 
99
<HR>
 
100
<A NAME="index">&nbsp;</A><H2>Index</H2>
 
101
<DL>
 
102
<DT><A HREF="#lbAB">NAME</A><DD>
 
103
<DT><A HREF="#lbAC">SYNOPSIS</A><DD>
 
104
<DT><A HREF="#lbAD">DESCRIPTION</A><DD>
 
105
<DT><A HREF="#lbAE">RELATION TO OLD CRITICAL PAGE</A><DD>
 
106
<DT><A HREF="#lbAF">OPTIONS</A><DD>
 
107
<DT><A HREF="#lbAG">ENVIRONMENT VARIABLES</A><DD>
 
108
<DT><A HREF="#lbAH">SEE ALSO</A><DD>
 
109
</DL>
 
110
<HR>
 
111
This document was created by
 
112
<A HREF="/cgi-bin/man/man2html">man2html</A>,
 
113
using the manual pages.<BR>
 
114
Time: 09:41:02 GMT, February 23, 2014
 
115
</BODY>
 
116
</HTML>