Build precise queries to find exactly what you need
Press ESC to close
Your review has been submitted and is pending approval.
Nagios plug-in that checks status of Bro and Bro workers. This script should be run on the Bro manager.
Current Version
Last Release Date
2014-03-21
Owner
Jon Schipp
Download URL
https://github.com/jonschipp/nagios-plugins/blob/master/check_bro.sh
Compatible With
-T <type> Check type, "status/loss/capture_loss/myricom/print" status - Check status of all Bro workers loss - Average packet loss by name capture_loss - Checks for packet loss in capture_loss.log myricom - Average Myricom Sniffer driver packet loss print - Print Bro values ########### # Examples: # ###########
# 1.) Check status of all Bro workers # $ ./check_bro.sh -f /usr/local/bro-2.2/bin/broctl -T status
# 2.) Return average packet loss for the 3 named bro workers # $ ./check_bro.sh -T loss -i "nids0,nids1,nids2"
# 3.) Check average packet loss of all bro workers against warning and critical thresholds i.e > 10% or 20% packet loss. # $ ./check_bro.sh -T loss -i all -w 10 -c 20
# 4.) Check packet loss percentage for the last most recent interval from Bro's capture_loss.log above 10% loss. # $ ./check_bro.sh -f /usr/local/bro-2.2/logs/current/capture_loss.log -T capture_loss -c 10
# 5.) Check average packet loss reported by Myricom's SnifferG driver for each Bro node. # $ ./check_bro.sh -T myricom -i "192.168.1.254,192.168.1.253" -u bro
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!