bundles/pacman: add lm_sensors to telegraf, add dashboard row

This commit is contained in:
Franzi 2021-05-19 18:46:22 +02:00
parent c74a249a00
commit 3b3bdeecab
Signed by: kunsi
GPG key ID: 12E3D2136B818350
4 changed files with 245 additions and 2 deletions

View file

@ -16,6 +16,7 @@ pkg_pacman = {
'vim': {},
'wpa_supplicant': {},
'wpa_actiond': {},
'lm_sensors': {},
}
for pkg, config in node.metadata.get('pacman/packages', {}).items():

View file

@ -0,0 +1,11 @@
defaults = {
'telegraf': {
'input_plugins': {
'builtin': {
'sensors': [{
'timeout': '2s',
}],
},
},
},
}