Security

check_prelude

Description:

This check plugin watch into a prelude database (from prelude-ids.org)

Current Version

Last Release Date

July 6, 2009

Compatible With


Nagios CSP

Meet The New Nagios Core Services Platform

Built on over 25 years of monitoring experience, the Nagios Core Services Platform provides insightful monitoring dashboards, time-saving monitoring wizards, and unmatched ease of use. Use it for free indefinitely.

Monitoring Made Magically Better

  • Nagios Core on Overdrive
  • Powerful Monitoring Dashboards
  • Time-Saving Configuration Wizards
  • Open Source Powered Monitoring On Steroids
  • And So Much More!
Project Notes
# 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.
Reviews (0) Add a Review
Add a Review

You must be logged in to submit a review.

Thank you for your review!

Your review has been submitted and is pending approval.

Recommend

To:


From:


Thank you for your recommendation!

Your recommendation has been sent.

Project Stats
Rating
0 (0)
Favorites
0
Views
3