openhab io problem
This commit is contained in:
parent
4abfd5fcbc
commit
df9d5fb62f
2 changed files with 10 additions and 3 deletions
|
@ -12,7 +12,7 @@ defaults = {
|
|||
'agent': {
|
||||
'hostname': node.name,
|
||||
'collection_jitter': '0s',
|
||||
'flush_interval': '10s',
|
||||
'flush_interval': '15s',
|
||||
'flush_jitter': '0s',
|
||||
'interval': '15s',
|
||||
'metric_batch_size': 1000,
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
'groups': [
|
||||
'raspberry-pi',
|
||||
'debian-11',
|
||||
'monitored',
|
||||
# 'monitored',
|
||||
'webserver',
|
||||
],
|
||||
'bundles': [
|
||||
|
@ -14,7 +14,14 @@
|
|||
],
|
||||
'metadata': {
|
||||
'FIXME_dont_touch_sshd': True,
|
||||
|
||||
'telegraf': {
|
||||
'config': {
|
||||
'agent': {
|
||||
'flush_interval': '30s',
|
||||
'interval': '30s',
|
||||
},
|
||||
},
|
||||
},
|
||||
'id': '0afcde75-95c8-4fbd-b4c2-8a0fcc92884a',
|
||||
'network': {
|
||||
'internal': {
|
||||
|
|
Loading…
Reference in a new issue