Build precise queries to find exactly what you need
Press ESC to close
Your review has been submitted and is pending approval.
This check plugin watch into a prelude database (from prelude-ids.org)
Current Version
Last Release Date
July 6, 2009
Owner
Nagios Exchange
Website
http://mercurial.giprecia.fr/hg/escolan-monitoring-nagios-prelude/file/391d75b0f18b/project/sources/usr/lib/nagios/plugins/check_prelude.pl
# check_prelude.pl by Joseph Boiteau # for Escolan Team - giprecia.org # derived from a former version by Andre Lammel # # check_prelude.pl - check counts of specific prelude events in the prelude # MySQL Database used my libpreludedb(>=0.9.14). # # Usage: ./check_prelude.pl --version --help --verbose --debug # [ -c -o -t || # -g -o -M -H ] # # 2 uses: # ------- # Global mode: # The program counts all database alerts during last specified offset time and # throw a WARNING or CRITICAL message if specified medium or high threshold have # been reached # ex: # To verify all last 5 minutes alerts and warn on default amounts # # check_prelude.pl -g -o 5m # # To verify all last 5 days alerts but warn only from 36 medium or 1 high # check_prelude.pl -g -o 5d -M 36 -H 1 # # # Specific mode: # The program counts messages corresponding to a specified classification.text # and report if maximum threshold specified have been reached. # ex: # To verify last 5 minutes "Root login" alerts, and warn from 2 # # check_prelude.pl -c "Root login" -o 5m -t 2 # # # License Information: # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
You must be logged in to submit a review.
To:
From:
We’ve completely redesigned the world’s largest repository of Nagios plugins and monitoring tools. Join thousands of users sharing monitoring solutions for servers, applications, and everything in between.
Due to our redesign, all existing accounts require a password reset to access your account again.
Ready to explore 6,100+ projects and contribute to the community?
Reset Password Create Account
Happy Monitoring!