0.0.7 • Published 10 years ago
controlio-check-grep v0.0.7
controlio-check-grep
A check module for controlio.
Description
Uses grep
to check a file for an expression.
Options
expression
: Expression forgrep
to check againstfile
: Path to file that is to be checkedflags
: Optional flags for grep, for example -vnegative
: Boolean: Check is true if grep command fails
TODO
- Allow specifying a shell command, grep its output.