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': {
|
'agent': {
|
||||||
'hostname': node.name,
|
'hostname': node.name,
|
||||||
'collection_jitter': '0s',
|
'collection_jitter': '0s',
|
||||||
'flush_interval': '10s',
|
'flush_interval': '15s',
|
||||||
'flush_jitter': '0s',
|
'flush_jitter': '0s',
|
||||||
'interval': '15s',
|
'interval': '15s',
|
||||||
'metric_batch_size': 1000,
|
'metric_batch_size': 1000,
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
'groups': [
|
'groups': [
|
||||||
'raspberry-pi',
|
'raspberry-pi',
|
||||||
'debian-11',
|
'debian-11',
|
||||||
'monitored',
|
# 'monitored',
|
||||||
'webserver',
|
'webserver',
|
||||||
],
|
],
|
||||||
'bundles': [
|
'bundles': [
|
||||||
|
@ -14,7 +14,14 @@
|
||||||
],
|
],
|
||||||
'metadata': {
|
'metadata': {
|
||||||
'FIXME_dont_touch_sshd': True,
|
'FIXME_dont_touch_sshd': True,
|
||||||
|
'telegraf': {
|
||||||
|
'config': {
|
||||||
|
'agent': {
|
||||||
|
'flush_interval': '30s',
|
||||||
|
'interval': '30s',
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
'id': '0afcde75-95c8-4fbd-b4c2-8a0fcc92884a',
|
'id': '0afcde75-95c8-4fbd-b4c2-8a0fcc92884a',
|
||||||
'network': {
|
'network': {
|
||||||
'internal': {
|
'internal': {
|
||||||
|
|
Loading…
Reference in a new issue