bundles/wireguard: add icinga check
This commit is contained in:
parent
58ca3fa9ae
commit
5aee050c5d
3 changed files with 67 additions and 0 deletions
|
@ -12,6 +12,15 @@ defaults = {
|
|||
},
|
||||
},
|
||||
},
|
||||
'icinga2_api': {
|
||||
'wireguard': {
|
||||
'services': {
|
||||
'WIREGUARD CONNECTED': {
|
||||
'command_on_monitored_host': 'sudo /usr/local/share/icinga/plugins/check_wireguard_connected',
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
'iptables': {
|
||||
'bundle_rules': {
|
||||
'wireguard': [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue