Customize Icinga2 configuration
Add 30 seconds timeout to the apt check
This commit is contained in:
parent
ff76e8340d
commit
912a286278
13 changed files with 485 additions and 1 deletions
7
modules/rhizo_base/files/etc/icinga2/conf.d/apt.conf
Normal file
7
modules/rhizo_base/files/etc/icinga2/conf.d/apt.conf
Normal file
|
@ -0,0 +1,7 @@
|
|||
apply Service "apt" {
|
||||
import "generic-service"
|
||||
|
||||
check_command = "apt_custom"
|
||||
|
||||
assign where host.name == NodeName
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue