GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
XYMOND_CAPTURE(8) FreeBSD System Manager's Manual XYMOND_CAPTURE(8)

xymond_capture - catch selected messages from a xymond channel

xymond_channel --channel=status xymond_capture [options]

xymond_capture is a worker module for xymond, and as such it is normally run via the xymond_channel(8) program. It receives messages from xymond via stdin and filters them to select messages based on the hostname, testname or color of the status. By default the resulting messages are printed on stdout, but they can also be fed into a command for further processing.

xymond_capture supports the status, data, client and hostdata channels.

--hosts=PATTERN
Select messages only from hosts matching PATTERN (regular expression).

--exhosts=PATTERN
Exclude messages from hosts matching PATTERN. If used with the --hosts option, then the hostname must match the --hosts pattern, but NOT the --exhosts pattern.

--tests=PATTERN
Select messages only from tests matching PATTERN (regular expression).

--extests=PATTERN
Exclude messages from tests matching PATTERN. If used with the --tests option, then the testname must match the --tests pattern, but NOT the --extests pattern.

--colors=COLOR[,color]
Select messages based on the color of the status message. Multiple colors can be listed, separated by comma. Default: Accept all colors.

--batch-command=COMMAND
Instead of printing the messages to stdout, feed them to COMMAND on stdin. COMMAND can be any command which accepts the mssage on standard input.

--batch-timeout=SECONDS
Collect messages until no messages have arrived in SECONDS seconds, before sending them to the --batch-command COMMAND.

--client
Capture data from the "client" channel instead of the default "status" channel.

--debug
Enable debugging output.

xymond_channel(8), xymond(8), xymon(7)

Version 4.3.30: 4 Sep 2019 Xymon

Search for    or go to Top of page |  Section 8 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.