Open jsrichie opened 3 months ago
@jsrichie - if the data is in InfluxDB but not Grafana - did you set up the data source with these configurations?
https://github.com/lux4rd0/sense-collector/wiki/Grafana-Data-Source-Configuration
I am facing the same issue myself. I ran the docker as is and then I ran it again with Privileged turned on just in case... I did set it up as noted in the link I believe, where Value I filled in "Token jhgjgsgjgjhgjgjggjh" without the quote marks. It did Save & test OK but I'm not sure if that really exercises the Header/Value functionality at this point. I looked at the Dashboard, Settings, Variables and see "sense_o11y" in a few places, not sure if that is a specific Sense unit ID, i.e. why it doesn't work for us, or just a name of another table or database of some sort and the problem is elsewhere. Happy to help troubleshoot in any way. Thx!
Sense Collector - Collector Info Void of all data
Device Detection Status: and In Progress Devices no populated on the Sense Collector - Monitor & Detection all other data on this page is present
I looked at the influxdb and the data is present but its not translating into the dashboard.
my yaml in case its needed: what else can I give? Sense version: 1.49.29-4a5ddd65-release
version: '3.6' services:
influxdb2: image: influxdb:2 container_name: influxdb2 restart: unless-stopped networks:
influxdb_data2:/var/lib/influxdb21
grafana: image: grafana/grafana container_name: grafana-server2 restart: unless-stopped networks:
grafana_data2:/var/lib/grafana
sense-collector: image: lux4rd0/sense-collector:latest container_name: sense-collector restart: unless-stopped networks:
networks: sense_monitoring:
volumes: grafana_data2: influxdb_data2: