Search found 1 match
- Fri Aug 05, 2005 3:22 am
- Forum: Scripts and Templates
- Topic: Postfix monitoring with David Schweikert's Mailgraph?
- Replies: 107
- Views: 252822
I had to patch the JJP script to get it work on my fedora 2 system. mailgraph.pl -------------- line 293 #use RRDs; why:: remove dependency on perl RRD lib... line 690 #return 1 if $m == $this_minute; line 691 #return 0 if $m < $this_minute; why:: if you don't, the stats will not update after it get...