]> granicus.if.org Git - icinga2/commitdiff
Updated documentation for nscp-disk-local 6911/head
authorPeter Eckel <pe-git@hindenburgring.com>
Mon, 28 Jan 2019 17:30:31 +0000 (18:30 +0100)
committerPeter Eckel <pe-git@hindenburgring.com>
Mon, 28 Jan 2019 17:30:31 +0000 (18:30 +0100)
doc/10-icinga-template-library.md

index a8ef71e73d8835cb8614f6c90f06479c273c0b7a..4f906d07a85680e1b17fa1adf9a68053bc371fa2 100644 (file)
@@ -1877,7 +1877,8 @@ Check command object for the `check_drivesize` NSClient++ plugin.
 
 Name                   | Description
 -----------------------|------------------
-nscp_disk_drive        | **Optional.** Drive character, default to all drives.
+nscp_disk_drive        | **Optional.** Drive character, default to all drives. Can be an array if multiple drives should be monitored.
+nscp_disk_exclude      | **Optional.** Drive character, default to none. Can be an array of drive characters if multiple drives should be excluded.
 nscp_disk_free         | **Optional.** Switch between checking free space (free=true) or used space (free=false), default to false.
 nscp_disk_warning      | **Optional.** Threshold for WARNING in percent or absolute (use MB, GB, ...), default to 80 (used) or 20 percent (free).
 nscp_disk_critical     | **Optional.** Threshold for CRITICAL in percent or absolute (use MB, GB, ...), default to 90 (used) or 10 percent (free).