Replies: 2 comments
-
The error message suggests a problem around Butler SOS storing data in InfluxDB. This could happen also if you modify the tags used (e.g. You could try deleting the Butler SOS database in InfluxDB. I.e. start over. This is a fairly well tested use case but we could also be looking at a bug, of course. |
Beta Was this translation helpful? Give feedback.
-
Looks like there is a minor - but important - typo in the sample config file. I suspect this is what's causing your troubles, but we can't be sure until you have tested of course. |
Beta Was this translation helpful? Give feedback.
-
Hi, I followed the documentation as much as I could and encountered error as decribed below:
butler-sos | /nodeapp/node_modules/influx/lib/src/schema.js:83
butler-sos | throw new Error("Extraneous tags detected for writing InfluxDB point in " +
butler-sos | ^
butler-sos |
butler-sos | Error: Extraneous tags detected for writing InfluxDB point in SenseOps.sense_server:
server-type
.butler-sos | at Schema.checkTags (/nodeapp/node_modules/influx/lib/src/schema.js:83:19)
butler-sos | at InfluxDB.parsePoint (/nodeapp/node_modules/influx/lib/src/index.js:919:43)
butler-sos | at /nodeapp/node_modules/influx/lib/src/index.js:834:89
butler-sos | at Array.forEach ()
butler-sos | at InfluxDB.writePoints (/nodeapp/node_modules/influx/lib/src/index.js:833:16)
butler-sos | at Object.postHealthMetricsToInfluxdb (/nodeapp/src/lib/post-to-influxdb.js:208:10)
butler-sos | at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
butler-sos |
butler-sos | Node.js v18.2.0
butler-sos exited with code 1
the docker ps command shows:
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
d5a759d3c7ac ptarmiganlabs/butler-sos:latest "docker-entrypoint.s…" 13 minutes ago Up 20 seconds (health: starting) butler-sos
9ff371bbc1dc grafana/grafana:latest "/run.sh" 13 minutes ago Up 20 seconds 0.0.0.0:3000->3000/tcp grafana
a835a28b59d5 influxdb:1.8.10 "/entrypoint.sh infl…" 13 minutes ago Up 20 seconds 0.0.0.0:8082->8082/tcp, 0.0.0.0:8086->8086/tcp influxdb
Thanks for your assistance
Beta Was this translation helpful? Give feedback.
All reactions