Build precise queries to find exactly what you need
Press ESC to close
Your review has been submitted and is pending approval.
Shell script to check the status of OSSEC agents and server. This script should be run on the OSSEC server. Alert on disconnected agents by name or by the number of agents no longer connected to the server. Also, provides check for running OSSEC services.
Current Version
Last Release Date
2014-02-18
Owner
Jon Schipp
Download URL
https://github.com/jonschipp/nagios-plugins/blob/master/check_ossec.sh
Compatible With
Check for status of OSSEC agents and server. This script should be run on the OSSEC server.
########### # Examples: # ###########
# 1.) Check status of OSSEC services excluding active response i.e. execd # $ ./check_ossec.sh -s execd
# 2.) Check status of OSSEC agent # $ ./check_ossec.sh -a server1
# 3.) Check status of multiple OSSEC agents # $ ./check_ossec.sh -a "server1,server2,station3"
# 4.) Report critical if more than 3 agents are offline and warning if at least 1 is offline. # $ ./check_ossec.sh -c 3 -w 1
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!