Build precise queries to find exactly what you need
Press ESC to close
Nagios World Conference 2026: Sept. 14-17 in St. Paul, MN | Learn More
Your review has been submitted and is pending approval.
Perl script to check spamassassins bayes database is up-to-date and running.
Current Version
1.0.0
Last Release Date
2012-09-18
Owner
Ralf Schiffers
Download URL
https://exchange.nagios.org/wp-content/uploads/project-files/2012/10/check_bayes
License
GPL
Compatible With
Perl-script check_spamassassin_bayes V1.0.0
The script checks the age of the newest entry in the spamassassin bayes database. If it's older than the specified warning/critical time it will generate a nagios warning/critical state.
Furthermore the script will print the number of spams, hams and tokens in the database.
As it cannot tie to the database directly it will use a file generated by sa-learn as its input. The easiest way to create this file is via cronjob:
30 * * * * /usr/bin/sa-learn -u amavis --dbpath /var/amavis/.spamassassin/bayes --dump magic > /tmp/sabayes
We use this script on our mailserver via check_by_ssh.
You must be logged in to submit a review.
To:
From: