add bundle:telegraf-battery-usage
Some checks failed
kunsi/bundlewrap/pipeline/head There was a failure building this commit
Some checks failed
kunsi/bundlewrap/pipeline/head There was a failure building this commit
This commit is contained in:
parent
330ce6d3a2
commit
e17d1ab02f
7 changed files with 298 additions and 1 deletions
17
bundles/telegraf-battery-usage/metadata.py
Normal file
17
bundles/telegraf-battery-usage/metadata.py
Normal file
|
@ -0,0 +1,17 @@
|
|||
defaults = {
|
||||
'telegraf': {
|
||||
'input_plugins': {
|
||||
'exec': {
|
||||
'battery-usage': {
|
||||
'commands': ['sudo /usr/local/bin/telegraf-plugin-battery-usage'],
|
||||
'data_format': 'influx',
|
||||
'timeout': '5s',
|
||||
'interval': '15s',
|
||||
},
|
||||
},
|
||||
},
|
||||
'sudo_commands': {
|
||||
'/usr/local/bin/telegraf-plugin-battery-usage',
|
||||
},
|
||||
},
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue