Security

Check OSSEC Agent and Server Status

Description:

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

Compatible With

  • Nagios 3.x
  • Nagios 4.x
  • Nagios XI

Owner


Project Notes
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
Reviews (0) Add a Review
Add a Review

You must be logged in to submit a review.

Thank you for your review!

Your review has been submitted and is pending approval.

Recommend

To:


From:


Thank you for your recommendation!

Your recommendation has been sent.

Project Stats
Rating
0 (0)
Favorites
0
Views
30,292