2020-11-29 11:07:27 +00:00
|
|
|
files = {
|
|
|
|
'/etc/smartd.conf': {
|
|
|
|
'content_type': 'mako',
|
|
|
|
'triggers': {
|
2023-07-13 19:30:29 +00:00
|
|
|
'svc_systemd:smartmontools:reload',
|
2020-11-29 11:07:27 +00:00
|
|
|
},
|
|
|
|
},
|
|
|
|
'/usr/local/share/icinga/plugins/check_smart': {
|
|
|
|
'mode': '0755',
|
|
|
|
},
|
2022-08-07 08:16:07 +00:00
|
|
|
'/usr/local/sbin/telegraf-smartd': {
|
|
|
|
'source': 'telegraf_plugin',
|
|
|
|
'mode': '0755',
|
|
|
|
},
|
2020-11-29 11:07:27 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
svc_systemd = {
|
2023-07-13 19:30:29 +00:00
|
|
|
'smartmontools': {},
|
2020-11-29 11:07:27 +00:00
|
|
|
}
|