controlio-check-varnish

controlio module for checking Varnish stats

Usage no npm install needed!

<script type="module">
  import controlioCheckVarnish from 'https://cdn.skypack.dev/controlio-check-varnish';
</script>

README

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.