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

FreeBSD Manual Pages

  
 
  

home | help
TORRUS_MONITOR(1)		     torrus		       TORRUS_MONITOR(1)

NAME
     monitor - Torrus Monitor.

SYNOPSIS
     torrus monitor --tree=TREENAME [options...]

DESCRIPTION
     This command starts the Monitor process for the tree TREENAME. By default
     it forks into a daemon, sets the log output file to /var/log/torrus/moni-
     tor.TREENAME.log, performs one monitoring cycle, and sleeps until the next
     cycle is scheduled. In daemon mode the log file can be reopened by sending
     it a SIGHUP signal.

OPTIONS
     --nodaemon
	 Prevents the process from becoming a daemon and sets the log to STDERR.

     --runonce
	 Instructs the script to run once and exit. Implies --nodaemon.

     --delay=N
	 Makes the daemon sleep for N minutes before starting the first cycle.
	 This would happen on the daemon startup and also after each configura-
	 tion recompilation.  For example, when monitor and collector start si-
	 multaneously, the collector needs some time to retrieve the data being
	 monitored.

     --debug
	 Sets the log level to debug.

     --verbose
	 Sets the debug level to info.

     --help
	 Displays a help message.

FILES
     /usr/local/etc/torrus/conf/torrus-siteconfig.pl
	 Torrus site configuration script.

     /var/log/torrus/monitor.TREENAME.log
	 Monitor's log for the tree TREENAME.

SEE ALSO
     torrus(1)

NOTES
     See more documentation at Torrus home page: http://torrus.org

AUTHOR
     Stanislav Sinyagin <ssinyagin@k-open.com>

torrus 2.09			   2026-08-30		       TORRUS_MONITOR(1)

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

home | help