
Security
check_snorby
Description:
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
Compatible With
Owner
Project Notes
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
Reviews
(0)
Add a Review
Page Sections
Project Stats
Rating
0 (0)
Favorites
0
Views
5,993