Search Exchange

Search All Sites

Nagios Live Webinars

Let our experts show you how Nagios can help your organization.

Contact Us

Phone: 1-888-NAGIOS-1
Email: sales@nagios.com

Login

Remember Me

Directory Tree

check_snorby

Rating
0 votes
Favoured:
0
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!
This plugin queries the Snorby (https://github.com/Snorby/snorby) database for High severity events in a defined time interval.
This plugin queries the Snorby (https://github.com/Snorby/snorby) database for High severity events in a time interval. The time interval is defined by -i argument, the accepted arguments are integer values.

Requirements
- Access to Snorby database
- Before executing the script you need to modify the database connection values defined inside the script

Usage
./check_snorby.sh -i

Output
OK - 0 High severity events in the defined interval
CRITICAL - 1 or more High severity events in the defined interval
UNKNOWN - something hasn't been set properly

Examples
$ ./check_snorby.sh -i 5
OK - 0 High severity events in the defined interval

$ ./check_snorby.sh -i 60000
CRITICAL - 14 High severity events in the defined interval

$ ./check_snorby.sh -i z
UNKNOWN - set the time interval to a integer value

For more info visit: https://github.com/ninoabbate/nrpe-plugins#check_snorby