Flexible threshold comparison

Some checks support the option --compare in addition to --warning and --critical. This allows to change the way, how the values are compared to the thresholds.

The option --compare can be set to either:

  • gt (greater than)
  • ge (greater or equal than)
  • lt (less than)
  • le (less or equal than)

The option --compare always has a reasonable default, which you can find out with the checks --help.