# check_procs_extension

This plugin is just a wrapper, written to filter the result of the check_procs plugin, so that processes that matches certain regexes are not taken into account.
Unfortunately the plugin does not provide this by default.
This script runs through the result of the check_procs plugin(line by line), 
looking for a specific string and if this string is not included, a counter is incremented.
The final output of the wrapper is the value of the counter. 
Depending on the height of the counter an ok, warning or critical is signaled to the monitoring.
