diff --git a/AUTHORS b/AUTHORS index 51295305e..541aa1be6 100644 --- a/AUTHORS +++ b/AUTHORS @@ -20,7 +20,9 @@ David Beck Dinesh Majrekar Dirk Goetz Dolf Schimmel +Eduard Güldner Edvin Seferovic +Élie Bouttier Eric Lippmann Ferdi Gueran Gaël Beaudoin @@ -35,12 +37,12 @@ Jan Andres Jan Wagner Jason Young Jean-Marcel Flach +Jérôme Drouet Jesse Morgan Jo Goossens Johannes Meyer Jonas Meurer Joseph L. Casale -Jérôme Drouet Lars Engels Lee Clemens Lennart Betz @@ -52,6 +54,7 @@ Marius Sturm Markus Frosch Markus Waldmüller Martin Stiborsky +Mathieu Lutfy Matthaus Owens Max Zhang Mhd Sulhan @@ -59,12 +62,14 @@ Michael Friedrich Michael Kraus Pall Sigurdsson Paul Richards +Per von Zweigbergk Petr Ruzicka Phil Hutchinson Ralph Breier Reto Zeder Ricardo Bartels Sam Kottler +Sebastian Brückner Sebastian Chrostek Simon Ruderich Siyalrach Anton Thomas @@ -78,4 +83,3 @@ Valentin Hoebel Wolfgang Nieder Yohan Jarosz Zoltan Nagy -Élie Bouttier diff --git a/doc/7-icinga-template-library.md b/doc/7-icinga-template-library.md index 69cec1e5f..9f4a979e8 100644 --- a/doc/7-icinga-template-library.md +++ b/doc/7-icinga-template-library.md @@ -1070,13 +1070,13 @@ Aggregates the free disk space of all volumes and mount points it can find, or t Custom attributes: -Name | Description -:---------------|:------------ -disk\_win\_warn | **Optional**. The warning threshold. -disk\_win\_crit | **Optional**. The critical threshold. -disk\_win\_path | **Optional**. Check only these paths, default checks all. -disk\_win\_unit | **Optional**. Use this unit to display disk space, thresholds are interpreted in this unit. Defaults to "mb", possible values are: b, kb, mb, gb and tb. - +Name | Description +:-------------------|:------------ +disk\_win\_warn | **Optional**. The warning threshold. +disk\_win\_crit | **Optional**. The critical threshold. +disk\_win\_path | **Optional**. Check only these paths, default checks all. +disk\_win\_unit | **Optional**. Use this unit to display disk space, thresholds are interpreted in this unit. Defaults to "mb", possible values are: b, kb, mb, gb and tb. +disk\_win\_exclude | **Optional**. Exclude these drives from check. ### load-windows diff --git a/itl/command-plugins-windows.conf b/itl/command-plugins-windows.conf index f3ef5f0c4..3fb9aa3cd 100644 --- a/itl/command-plugins-windows.conf +++ b/itl/command-plugins-windows.conf @@ -40,6 +40,10 @@ object CheckCommand "disk-windows" { value = "$disk_win_unit$" description = "Use this unit to display disk space" } + "-x" = { + value = "$disk_win_exclude$" + description = "Exclude these drives from check" + } } vars.disk_win_unit = "mb"