From 23c1ce7535f30dada3dc74b99e9d58bebdc1040a Mon Sep 17 00:00:00 2001 From: Michael Insel Date: Wed, 5 Jun 2019 20:57:34 +0200 Subject: [PATCH] Doc: Add missing closing code tag This adds a missing closing back-tick. --- doc/05-service-monitoring.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/05-service-monitoring.md b/doc/05-service-monitoring.md index 84d8a49c0..98360dead 100644 --- a/doc/05-service-monitoring.md +++ b/doc/05-service-monitoring.md @@ -651,7 +651,7 @@ Unit | Description None | Integer or floating point number for any type (processes, users, etc.). `s` | Seconds, can be `s`, `ms`, `us`. `%` | Percentage. -`B` | Bytes, can be `KB`, `MB, `GB`, `TB`. Lowercase is also possible. +`B` | Bytes, can be `KB`, `MB`, `GB`, `TB`. Lowercase is also possible. `c` | A continuous counter (e.g. interface traffic counters). Icinga metric writers normalize these values to the lowest common base, e.g. seconds and bytes.