93964f9c93
tool -- project homepage is at http://munin.sourceforge.net/ This package has added support for NetBSD, via a number of new plugin scripts where specific steps needs to be taken to collect information. I also modified the ntp_ plugin script to make it possible to not plot the NTP poll delay, leaving just jitter and offset, which IMO produces a more telling graph.
13 lines
298 B
Text
13 lines
298 B
Text
$NetBSD: patch-ab,v 1.1.1.1 2006/06/04 20:53:57 he Exp $
|
|
|
|
--- node/munin-node.conf.in.orig 2004-01-29 18:15:47.000000000 +0100
|
|
+++ node/munin-node.conf.in
|
|
@@ -12,7 +12,7 @@ setseid 1
|
|
# Which port to bind to;
|
|
host *
|
|
user root
|
|
-group root
|
|
+group wheel
|
|
setsid yes
|
|
|
|
# Regexps for files to ignore
|