Search found 12 matches

by Mathieu
Thu Jul 13, 2006 4:42 am
Forum: Scripts and Templates
Topic: Walkthrough on Postifx monitoring with Cacti
Replies: 84
Views: 205583

In my opinon, all the values for MINRES are good if they meet the following requierement :

MINRES < pooling period

Mathieu
by Mathieu
Thu Jul 13, 2006 4:15 am
Forum: Scripts and Templates
Topic: Walkthrough on Postifx monitoring with Cacti
Replies: 84
Views: 205583

In my script MINRES = 50.
It means that is DbFile last modification date is past by more than 50s the statistics are recomputed.
by Mathieu
Thu Jul 13, 2006 3:24 am
Forum: Scripts and Templates
Topic: Walkthrough on Postifx monitoring with Cacti
Replies: 84
Views: 205583

You migth have done some modification on the fetch perl script. Could you attach your version of the script to a forum post ? For your question on $MINRESET script variable, here is a brief description on how it is used in the script . Begin Script Compute TimeSinceLastUpdate If TimeSinceLastUpdate ...
by Mathieu
Thu Jul 06, 2006 10:58 am
Forum: Scripts and Templates
Topic: Walkthrough on Postifx monitoring with Cacti
Replies: 84
Views: 205583

Hi ryaz, the mailstat.db file is created by the Perl script called fetch_mail_statistics.pl . You must first call the script by hand to get the file created or configure snmpd with a line like the below example and then walk throught the OID thanks to snmpwalk . pass .1.3.6.1.4.1.2021.255 /usr/local...
by Mathieu
Tue Mar 21, 2006 4:15 am
Forum: Scripts and Templates
Topic: Walkthrough on Postifx monitoring with Cacti
Replies: 84
Views: 205583

First of all, did you have restarted the snmpd daemon after adding the pass configuration line ? Secondly, the OID is fixed by the pass configuration line : pass .1.3.6.1.4.1.2021.255 /usr/local/bin/fetch_mail_statistics.pl /var/log/mail.log /var/log/mailstats.db .1.3.6.1.4.1.2021.255 Here the 1.3.6...
by Mathieu
Mon Mar 20, 2006 9:42 am
Forum: Scripts and Templates
Topic: Walkthrough on Postifx monitoring with Cacti
Replies: 84
Views: 205583

You configuration mean that : - mail with SpamAssasin hitscore below 3.0 will not be tagged as 'spam analyzed' - mail with SpamAssasin hitscore between 3.0 and 4.0 will be tagged as 'spam analyzed' - mail with SpamAssasin hitscore above 4.0 will be tagged as 'spam detected' To be more precise, i mea...
by Mathieu
Mon Mar 20, 2006 4:25 am
Forum: Scripts and Templates
Topic: Walkthrough on Postifx monitoring with Cacti
Replies: 84
Views: 205583

Hi dsmooth, On my snmpd pass configuration line, i only have 3 argument after the script name. Here is the extract : pass .1.3.6.1.4.1.2021.255 /usr/local/bin/fetch_mail_statistics.pl /var/log/mail.log /var/log/mailstats.db .1.3.6.1.4.1.2021.255 As i thought, it is the snmpd daemon that pass the 2 m...
by Mathieu
Sun Mar 19, 2006 1:11 pm
Forum: Scripts and Templates
Topic: Walkthrough on Postifx monitoring with Cacti
Replies: 84
Views: 205583

To monitor 2 Postfix Instance You will have to change the snmpd pass setting to use an alternative OID ( dont use the .255 one but the .254 for example). You will have to change the DataSource template to pass the new snmp OID. I see that someone complains about a wrong number of arguments with fetc...
by Mathieu
Wed Mar 15, 2006 4:47 am
Forum: Scripts and Templates
Topic: Walkthrough on Postifx monitoring with Cacti
Replies: 84
Views: 205583

Did you use SpamAssassin as anti spam software with amavisd ? My post was not enougth detailed : it is the $sa_tag2_level_deflt parameter that you must look for. Here is an extract of my configuration : # default values, can be overridden by more specific lookups, e.g. SQL $sa_tag_level_deflt = -999...
by Mathieu
Tue Mar 14, 2006 5:23 am
Forum: Scripts and Templates
Topic: IIS - WWW Graph templates
Replies: 37
Views: 117104

IIS - WWW Graph templates examples

Here are the graph examples :)
by Mathieu
Tue Mar 14, 2006 5:20 am
Forum: Scripts and Templates
Topic: IIS - WWW Graph templates
Replies: 37
Views: 117104

IIS - WWW Graph templates

Hello there,

here is my personnal graph templates to graph various IIS values such as connection attemps, session types,HTTP request and network flow. I've exported the graph templates with data source dependencies.

I'll post one more topic with example pictures.

Best regards,

Mathieu
by Mathieu
Mon Mar 13, 2006 11:45 am
Forum: Scripts and Templates
Topic: Walkthrough on Postifx monitoring with Cacti
Replies: 84
Views: 205583

Hi there, i made this script work for my configuration of Postfix/ClamAv/Amavisd-New/SpamAssasin this morning (i am using a Sarge Debian fully upgraded). I had to modify both amavisd logformat and fetch_mail_statistics.pl scripts. Here are my modifications : /etc/amavisd/amavisd.conf $log_templ = '[...