]> granicus.if.org Git - icinga2/commitdiff
Docs: Add a note for boolean values in the disk CheckCommand section
authorMichael Friedrich <michael.friedrich@icinga.com>
Wed, 7 Dec 2016 14:03:29 +0000 (15:03 +0100)
committerMichael Friedrich <michael.friedrich@icinga.com>
Wed, 7 Dec 2016 14:04:21 +0000 (15:04 +0100)
fixes #13457

doc/10-icinga-template-library.md

index 9b3c1a8565ecf37f16b76eafa0f20995621e68b8..6de86c8bb82cc8ef117d1f9ef4be3ef7066180bb 100644 (file)
@@ -270,10 +270,10 @@ disk\_partition           | **Optional.** The partition. **Deprecated in 2.3.**
 disk\_partition\_excluded  | **Optional.** The excluded partition. **Deprecated in 2.3.**
 disk\_partitions       | **Optional.** The partition(s). Multiple partitions must be defined as array.
 disk\_partitions\_excluded | **Optional.** The excluded partition(s). Multiple partitions must be defined as array.
-disk\_clear             | **Optional.** Clear thresholds.
-disk\_exact\_match      | **Optional.** For paths or partitions specified with -p, only check for exact paths.
+disk\_clear             | **Optional.** Clear thresholds. May be true or false.
+disk\_exact\_match      | **Optional.** For paths or partitions specified with -p, only check for exact paths. May be true or false.
 disk\_errors\_only      | **Optional.** Display only devices/mountpoints with errors. May be true or false.
-disk\_ignore\_reserved  | **Optional.** If set, account root-reserved blocks are not accounted for freespace in perfdata.
+disk\_ignore\_reserved  | **Optional.** If set, account root-reserved blocks are not accounted for freespace in perfdata. May be true or false.
 disk\_group             | **Optional.** Group paths. Thresholds apply to (free-)space of all partitions together.
 disk\_kilobytes         | **Optional.** Same as --units kB. May be true or false.
 disk\_local             | **Optional.** Only check local filesystems. May be true or false.