bundles/pacman: add lm_sensors to telegraf, add dashboard row
This commit is contained in:
parent
c74a249a00
commit
3b3bdeecab
4 changed files with 245 additions and 2 deletions
|
@ -16,6 +16,7 @@ pkg_pacman = {
|
|||
'vim': {},
|
||||
'wpa_supplicant': {},
|
||||
'wpa_actiond': {},
|
||||
'lm_sensors': {},
|
||||
}
|
||||
|
||||
for pkg, config in node.metadata.get('pacman/packages', {}).items():
|
||||
|
|
11
bundles/pacman/metadata.py
Normal file
11
bundles/pacman/metadata.py
Normal file
|
@ -0,0 +1,11 @@
|
|||
defaults = {
|
||||
'telegraf': {
|
||||
'input_plugins': {
|
||||
'builtin': {
|
||||
'sensors': [{
|
||||
'timeout': '2s',
|
||||
}],
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue