Linux

check grep command output

Description:

This plugin executes a given command and greps for spedified patterns in the output. It uses perl regex for matching.

Current Version

1.1

Last Release Date

2011-11-04

Compatible With

  • Nagios 3.x

License

MPL


Project Files
Project Notes
Usage: check_execgrep.pl --help check_execgrep.pl [--contains YES|NO] --warning REGEX --critical REGEX --command Sring [--parameter String] Options: --help Print detailed this screen --version Print version information --contains YES|NO Defines if the command output must or must not contain the patterns defined in warning and critical (Default: YES) --warning REGEX Regex to search for in command output for warning. --critical REGEX Regex to search for in command output for critical. --command STRING Command to be executed. --parameter STRING Parameter for the command. Examples: check_execgrep.pl --contains YES --warning "d{2}" --critical 333 --command /bin/bla This returns a warning if the output of /bin/bla contains two digist (e.g. 23 or 01) and a critical if 333 was found. check_execgrep.pl --contains NO --warning 22 --critical b --command /bin/cat --parameter /etc/services Execute `/bin/cat /etc/services` and send warning if NO "22" was found and critical if NO "b" was found in output. This plugin is NOT developped by the Nagios Plugin group. Please do not e-mail them for support on this plugin, since they won't know what you're talking about. For contact info, read the plugin itself...
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
3 (1)
Favorites
1
Views
96,138