Skip site navigation (1)Skip section navigation (2)

  
 
  

home | help
CRITICALVIEW.CGI(1)	     General Commands Manual	     CRITICALVIEW.CGI(1)

NAME
     criticalview.cgi - Xymon Critical Systems view CGI

SYNOPSIS
     criticalview.cgi

DESCRIPTION
     criticalview.cgi  is  invoked  as	a CGI script via the criticalview.sh CGI
     wrapper.

     criticalview.cgi matches the current critical statuses against  the  criti-
     cal.cfg(5) file, and generates the "Critical Systems" view.

RELATION TO OLD CRITICAL PAGE
     This  view  is  a	replacement for the statically generated "critical" page
     provided in versions of Xymon prior to version 4.2. Although the "critical"
     pages are supported throughout Xymon 4.x, it is recommended that You switch
     to the newer Critical Systems view provided by this CGI.

OPTIONS
     --acklevel=NUMBER
	    Sets the acknowledgment level for acknowledgments sent via the  ack-
	    info.cgi(1) page. Note that this may be overridden by the configura-
	    tion of the ackinfo.cgi utility.

     --tooltips
	    Hide the host description in a "tooltip", i.e. it will be shown when
	    your mouse hovers over the hostname on the webpage. This saves space
	    on the display so there is more room for the status columns.

     --hffile=PREFIX
	    Define  the  header/footer files used when building the webpage. The
	    actual files used will be PREFIX_header and PREFIX_footer  found  in
	    the ~xymon/server/web/ directory. Default: critical.

     --env=FILENAME
	    Loads  the	environment defined in FILENAME before executing the CGI
	    script.

     --area=NAME
	    Load environment variables for a specific area. NB:  if  used,  this
	    option must appear before any --env=FILENAME option.

     --debugEnables debugging output.

     --config=FILENAME
	    Use  FILENAME as the configuration file for the Critical Systems in-
	    formation. The default is to load  this  from  $XYMONHOME/etc/criti-
	    cal.cfg

     --config=ID:FILENAME
	    Allows the use of multiple Critical Systems configuration files on a
	    single  webpage.  "ID"  is a text that will be shown on the web page
	    prior to the critical systems from FILENAME. This option can be  re-
	    peated to include critical systems from multiple configurations.

ENVIRONMENT VARIABLES
     XYMONHOME
	    Used to locate the template files for the generated web pages.

     QUERY_STRING
	    Contains the parameters for the CGI script.

SEE ALSO
     ackinfo.cgi(1), xymon(7)

Xymon			   Version 4.3.30:  4 Sep 2019	     CRITICALVIEW.CGI(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=criticalview.cgi&sektion=1&manpath=FreeBSD+Ports+15.1.quarterly>

home | help