]> granicus.if.org Git - icinga2/commitdiff
Add more info about varnish_param
authorBarbUk <julien.virey@gmail.com>
Tue, 27 Nov 2018 15:35:58 +0000 (19:35 +0400)
committerBarbUk <julien.virey@gmail.com>
Tue, 27 Nov 2018 15:35:58 +0000 (19:35 +0400)
doc/10-icinga-template-library.md

index 7887d24dde3f33e975af3978d2837d8945824f8a..388817d2d1197aabfd649fd42a6e87f6429e4f03 100644 (file)
@@ -5359,3 +5359,14 @@ varnish_name            | **Optional.** Specify the Varnish instance name
 varnish_param           | **Optional.** Specify the parameter to check (see below). The default is 'ratio'.
 varnish_critical        | **Optional.** Set critical threshold: [@][lo:]hi
 varnish_warning         | **Optional.** Set warning threshold: [@][lo:]hi
+
+For *varnish_param*, all items reported by varnishstat(1) are available - use the
+identifier listed in the left column by `varnishstat -l`.  In
+addition, the following parameters are available:
+
+Name                    | Description
+------------------------|----------------------------------------------------------------------------------
+uptime                  | How long the cache has been running (in seconds)
+ratio                   | The cache hit ratio expressed as a percentage of hits to hits + misses.  Default thresholds are 95 and 90.
+usage                   | Cache file usage as a percentage of the total cache space.
+