projects
/
icinga2
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
00ea2d5
)
Doc: Add missing closing code tag
7232/head
author
Michael Insel
<michael@insel.email>
Wed, 5 Jun 2019 18:57:34 +0000
(20:57 +0200)
committer
Michael Insel
<michael@insel.email>
Wed, 5 Jun 2019 18:57:34 +0000
(20:57 +0200)
This adds a missing closing back-tick.
doc/05-service-monitoring.md
patch
|
blob
|
history
diff --git
a/doc/05-service-monitoring.md
b/doc/05-service-monitoring.md
index 84d8a49c0b99af8b4c6e70ea1c79d33d03844600..98360deadc2adfb7ef6535ef61c0a4a94948bb22 100644
(file)
--- 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.