bundles/smartd: introduce, add to hosts where *we* need to keep track of disk health
All checks were successful
bundlewrap/pipeline/head This commit looks good
All checks were successful
bundlewrap/pipeline/head This commit looks good
This commit is contained in:
parent
8456ac43c6
commit
295ff72b4b
7 changed files with 878 additions and 0 deletions
4
bundles/smartd/files/smartd.conf
Normal file
4
bundles/smartd/files/smartd.conf
Normal file
|
@ -0,0 +1,4 @@
|
|||
DEFAULT -d auto -a -n standby,12
|
||||
% for disk in sorted(node.metadata.get('smartd', {}).get('disks', set())):
|
||||
${disk}
|
||||
% endfor
|
Loading…
Add table
Add a link
Reference in a new issue