Build precise queries to find exactly what you need
Press ESC to close
Your review has been submitted and is pending approval.
This plugin queries the Snorby (https://github.com/Snorby/snorby) database for High severity events in a defined time interval.
Current Version
1.0
Last Release Date
December 22, 2016
Owner
Antonino Abbate
Download URL
https://github.com/ninoabbate/nrpe-plugins/blob/master/check_snorby.sh
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 <minutes>
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
You must be logged in to submit a review.
To:
From: