bundles/apt: add monitoring for unattended upgrades
This commit is contained in:
parent
3088ae0ba0
commit
420cea15d2
4 changed files with 54 additions and 12 deletions
|
@ -4,4 +4,13 @@ defaults = {
|
|||
minute=node.magic_number % 30,
|
||||
),
|
||||
},
|
||||
'icinga2_api': {
|
||||
'apt': {
|
||||
'services': {
|
||||
'UNATTENDED UPGRADES': {
|
||||
'command_on_monitored_host': '/usr/local/share/icinga/plugins/check_unattended_upgrades',
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue