0.0.1 • Published 10 years ago

controlio-check-varnish v0.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
10 years ago

controlio-check-http

A check module for controlio.

Description

Runs varnishstat -1j on the remote server and checks the result.

Options

  • valueKey: If defined, must be a key from the varnishstat output. If undefined, this check will always be OK as long as varnishstat returns a parseable result.
  • valueMax: If defined, the value for valueKey is checked against this limit.
  • valueMin: If defined, the value for valueKey is checked against this limit.