mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-26 23:24:09 +02:00
Make the NSCP CheckDisk --exclude option available to Icinga 2
This commit is contained in:
parent
b1442645ce
commit
c3dc8382ef
@ -222,6 +222,10 @@ object CheckCommand "nscp-local-disk" {
|
|||||||
value = "$nscp_disk_drive$"
|
value = "$nscp_disk_drive$"
|
||||||
repeat_key = true
|
repeat_key = true
|
||||||
}
|
}
|
||||||
|
"--exclude" = {
|
||||||
|
value = "$nscp_disk_exclude$"
|
||||||
|
repeat_key = true
|
||||||
|
}
|
||||||
"--warning" = {
|
"--warning" = {
|
||||||
value = "$nscp_disk_op$ $nscp_disk_warning$"
|
value = "$nscp_disk_op$ $nscp_disk_warning$"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user