mirror of https://github.com/Icinga/icinga2.git
Doc: Add missing closing code tag
This adds a missing closing back-tick.
This commit is contained in:
parent
00ea2d5ca6
commit
23c1ce7535
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue