11 lines
205 B
Python
11 lines
205 B
Python
defaults = {
|
|
'telegraf': {
|
|
'input_plugins': {
|
|
'builtin': {
|
|
'sensors': [{
|
|
'timeout': '2s',
|
|
}],
|
|
},
|
|
},
|
|
},
|
|
}
|