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

@ -15,6 +15,9 @@ defaults = {
'SYSTEMD-TIMESYNCD STATUS': {
'command_on_monitored_host': '/usr/local/share/icinga/plugins/check_systemd_unit systemd-timesyncd',
},
'SYSTEMD-TIMESYNCD SYNC': {
'command_on_monitored_host': '/usr/local/share/icinga/plugins/check_timesyncd_sync',
},
},
},
},