f03621ea64
a couple of his OpenBSD-specific plugins. Munin the monitoring tool surveys all your computers and remembers what it saw. It presents all the information in graphs through a web interface. Its emphasis is on plug and play capabilities. After completing an installation a high number of monitoring plugins will be playing with no more effort. Using Munin you can easily monitor the performance of your computers, networks, SANs, applications, weather measurements and whatever comes to mind. It makes it easy to determine "what's different today" when a performance problem crops up. It makes it easy to see how you're doing capacity-wise on any resources.
13 lines
387 B
Plaintext
13 lines
387 B
Plaintext
$OpenBSD: patch-node_node_d_spamstats_in,v 1.1.1.1 2009/11/17 11:11:21 sthen Exp $
|
|
--- node/node.d/spamstats.in.orig Mon Nov 16 17:25:38 2009
|
|
+++ node/node.d/spamstats.in Mon Nov 16 17:25:55 2009
|
|
@@ -30,7 +30,7 @@ $ham = 0;
|
|
$spam = 0;
|
|
|
|
$logfile = $ENV{logdir} || "/var/log/";
|
|
-$logfile .= $ENV{logfile} || "syslog";
|
|
+$logfile .= $ENV{logfile} || "maillog";
|
|
|
|
if (-f "$logfile.0")
|
|
{
|