Version 10 (modified by trac, 11 months ago) (diff)

--

TracNav

Helper function

Various helper function to extend other checks. This is also only supported through NRPE.

Queries (commands)

  • CheckAlwaysWARNING? Run another check and regardless of its return code return WARN.
  • CheckVersion? Just return the nagios version (along with OK status).
  • check_ok Just return OK (anything passed along will be used as a message).
  • CheckWARNING? Just return WARN (anything passed along will be used as a message).
  • CheckAlwaysOK? Run another check and regardless of its return code return OK.
  • CheckCRITICAL? Just return CRIT (anything passed along will be used as a message).
  • CheckOK? Just return OK (anything passed along will be used as a message).
  • CheckMultiple? Run more then one check and return the worst state.
  • CheckAlwaysCRITICAL? Run another check and regardless of its return code return CRIT.

Commands (executable)

TODO: Add command list

Configuration

No configuration avalible for CheckHelpers