bundles/systemd: add monitoring for systemd-timesyncd

This commit is contained in:
Franzi 2022-12-16 16:14:26 +01:00
parent e12b9e6c12
commit eaab905735
Signed by: kunsi
GPG key ID: 12E3D2136B818350
3 changed files with 61 additions and 0 deletions

View file

@ -72,3 +72,7 @@ svc_systemd['systemd-timesyncd'] = {
},
}
# monitoring
files['/usr/local/share/icinga/plugins/check_timesyncd_sync'] = {
'mode': '0755',
}