bundles/icinga2: add ipv6-capable check_rbl script

This commit is contained in:
Franzi 2020-11-10 14:26:07 +01:00
parent f30aa48eca
commit aad1a742b7
Signed by: kunsi
GPG key ID: 12E3D2136B818350
4 changed files with 651 additions and 163 deletions

View file

@ -4,7 +4,7 @@ assert node.has_bundle('sshmon')
from os.path import join
files = {
'/usr/local/share/icinga/plugins/check_bl': {
'/usr/local/share/icinga/plugins/check_rbl': {
'mode': '0755',
},
'/usr/local/share/icinga/plugins/check_by_sshmon': {