move lm-sensors to its own bundle, add to hardware systems
This commit is contained in:
parent
5dde5d1642
commit
91cf6cd1e5
10 changed files with 27 additions and 13 deletions
21
bundles/lm-sensors/metadata.py
Normal file
21
bundles/lm-sensors/metadata.py
Normal file
|
@ -0,0 +1,21 @@
|
|||
defaults = {
|
||||
'apt': {
|
||||
'packages': {
|
||||
'lm-sensors': {},
|
||||
},
|
||||
},
|
||||
'pacman': {
|
||||
'packages': {
|
||||
'lm_sensors': {},
|
||||
},
|
||||
},
|
||||
'telegraf': {
|
||||
'input_plugins': {
|
||||
'builtin': {
|
||||
'sensors': [{
|
||||
'timeout': '2s',
|
||||
}],
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue