add monitoring for freifunk nodes
All checks were successful
bundlewrap/pipeline/head This commit looks good

This commit is contained in:
Franzi 2021-01-09 11:03:23 +01:00
parent 19dd29e847
commit 8e54d6eb23
Signed by: kunsi
GPG key ID: 12E3D2136B818350
6 changed files with 163 additions and 0 deletions

View file

@ -86,6 +86,9 @@ files = {
'mode': '0755',
'content_type': 'mako',
},
'/usr/local/share/icinga/plugins/check_freifunk_node': {
'mode': '0755',
},
'/etc/sshmon.priv': {
'content': repo.vault.decrypt_file(join('sshmon', 'sshmon.key.vault')),
'owner': 'nagios',