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

FreeBSD Manual Pages

  
 
  

home | help
MUNIN-NODE(1)	       User Contributed Perl Documentation	   MUNIN-NODE(1)

NAME
     munin-node - A daemon to gather information in cooperation with the main
     Munin program

SYNOPSIS
     munin-node [--options]

DESCRIPTION
     munin-node is a daemon for reporting statistics on system performance.

     It doesn't produce these itself, but instead relies on a number of plugins
     which are responsible for gathering the data they require, and describing
     how this should be graphed.  In fact, it does little more than fielding re-
     quests from the Munin master, running the appropriate plugins, and return-
     ing the output they produce.

OPTIONS
     --config <configfile>
	  Use <file> as configuration file. [/usr/lo-
	  cal/etc/munin/munin-node.conf]

      --[no]paranoia
	  Only run plugins owned by root. Check permissions as well. [--nopara-
	  noia]

      --help
	  View this help message.

      --[no]debug
	  View debug messages.	This can be very verbose.

      --[no]pidebug
	  Plugin debug.  Sets the environment variable MUNIN_DEBUG to 1 so that
	  plugins may enable debugging. [--nopidebug]

FILES
	 /usr/local/etc/munin/munin-node.conf
	 /usr/local/etc/munin/plugins/*
	 /usr/local/etc/munin/plugin-conf.d/*
	 /var/run/munin/munin-node.pid
	 /var/log/munin/munin-node.log

VERSION
     This is munin-node v2.0.76

AUTHORS
     Audun Ytterdal, Jimmy Olsen, and Tore Anderson.

COPYRIGHT
     Copyright (C) 2002-2006 Audun Ytterdal, Jimmy Olsen, and Tore Anderson /
     Linpro AS.

     This is free software; see the source for copying conditions. There is NO
     warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

     This program is released under the GNU General Public License

SEE ALSO
     For information on configuration options, please refer to the man page for
     munin-node.conf.

     Many plugins can report whether or not they can reasonably be used on the
     node.  "munin-node-configure" can use this information to help manage in-
     stalled plugins.

     The network protocol is documented at <http://munin-monitor-
     ing.org/wiki/network-protocol>

perl v5.42.3			   2026-08-04			   MUNIN-NODE(1)

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

home | help