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

FreeBSD Manual Pages

  
 
  

home | help
XYMOND_SAMPLE(8)	    System Manager's Manual	      XYMOND_SAMPLE(8)

NAME
       xymond_sample - example of a xymond worker module

SYNOPSIS
       xymond_channel --channel=status xymond_sample [options]

DESCRIPTION
       xymond_sample 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 simply displays these on stdout. It can be used with all
       types of	xymond channels.

       xymond_sample  is  not designed to actually run,	except as a demonstra-
       tion.  The purpose of this tool is to show how  xymond  worker  modules
       can be implemented to handle different tasks that need to hook into the
       xymond processing.

OPTIONS
       --timeout=N
	      Read messages with a timeout of N	seconds.

       --debug
	      Enable debugging output.

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

Xymon			  Version 4.3.30:  4 Sep 2019	      XYMOND_SAMPLE(8)

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

home | help