Man page - combostatus(1)
Packages contains this manual
- alerts.cfg(5)
- xymonweb(5)
- xymond_capture(8)
- report.cgi(1)
- appfeed.cgi(1)
- criticaleditor.cgi(1)
- statusreport.cgi(1)
- acknowledge.cgi(1)
- trimhistory(8)
- hosts.cfg(5)
- combostatus(1)
- protocols.cfg(5)
- ackinfo.cgi(1)
- xymond_rrd(8)
- xymonnet(1)
- csvinfo.cgi(1)
- xymoncgimsg.cgi(8)
- xymonnet-again.sh(1)
- xymonfetch(8)
- xymonpage.cgi(1)
- xymon-mailack(8)
- datepage.cgi(1)
- critical.cfg(5)
- svcstatus.cgi(1)
- cgioptions.cfg(5)
- criticalview.cgi(1)
- xymond_distribute(8)
- xymonping(1)
- xymond_hostdata(8)
- xymonwebaccess(5)
- reportlog.cgi(1)
- combo.cfg(5)
- snapshot.cgi(1)
- xymon-xmh(5)
- xymonproxy(8)
- tasks.cfg(5)
- graphs.cfg(5)
- xymond_alert(8)
- findhost.cgi(1)
- history.cgi(1)
- xymond_history(8)
- xymonserver.cfg(5)
- xymond_sample(8)
- confreport.cgi(1)
- xymongen(1)
- xymond_filestore(8)
- hostgraphs.cgi(1)
- client-local.cfg(5)
- xymond(8)
- enadis.cgi(8)
- showgraph.cgi(1)
- analysis.cfg(5)
- xymond_channel(8)
- eventlog.cgi(1)
- ghostlist.cgi(1)
apt-get install xymon
Manual
COMBOSTATUS
NAMESYNOPSIS
DESCRIPTION
OPTIONS
FILES
SEE ALSO
NAME
combostatus - Xymon combination test tool
SYNOPSIS
combostatus
--help
combostatus --version
combostatus [--debug] [--quiet]
DESCRIPTION
combostatus is a Xymon extension script that runs on the Xymon server. It combines the results of one or more of the normal Xymon test results into a combined test result, using standard arithmetic og logical operators.
The resulting tests are sent to the Xymon display server as any normal test - so all of the standard Xymon functions (history, statistics etc.) are available for the combined tests.
The tool was born from the need to monitor systems with built-in redundancy and automatic failover - e.g. load-balanced web servers. But other uses are possible.
OPTIONS
--error-colors=COLOR[,COLOR]
Specify which colors trigger an error status. By default only a "red" status counts as an error color - all other colors, including yellow, will count as "green" when evaluating the combined status. COLOR is "red", "yellow", "blue", "purple" or "clear".
--quiet
Normally, the test status sent by combostatus includes information about the underlying test results used to determine the current value of the combined test. "--quiet" eliminates this information from the test status page.
--debug
Provide debugging output for use in troubleshooting problems with combostatus.
--no-update
Donβt send any status messages - instead, the result of the combotests is simply dumped to stdout. Useful for debugging.
FILES
$XYMONHOME/etc/combo.cfg
Configuration file for combostatus, where the combined tests are defined
$XYMONHOME/etc/tasks.cfg
Configuration file controlling when combostatus is run.
SEE ALSO
combo.cfg(5), hosts.cfg(5), xymonserver.cfg(5), tasks.cfg(5)