Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crashing retrieving system health #163

Open
imclint21 opened this issue Jan 15, 2024 · 0 comments
Open

Crashing retrieving system health #163

imclint21 opened this issue Jan 15, 2024 · 0 comments

Comments

@imclint21
Copy link

Hi,

I got this:

{"device":"HypeRouter1","error":"strconv.ParseFloat: parsing \"n/a\": invalid syntax","level":"error","msg":"error parsing system health metric value","property":"sfp-temperature","time":"2024-01-15T08:27:04+01:00","value":"n/a"}
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x2 addr=0x60 pc=0x1007f06bc]

goroutine 43 [running]:
github.com/prometheus/client_golang/prometheus.NewConstMetric(0x100999400?, 0x14000198360?, 0x14000028678?, {0x1400009a680?, 0x2?, 0x2?})
	/Users/me/go/pkg/mod/github.com/prometheus/client_golang@v1.4.1/prometheus/value.go:86 +0x1c
github.com/prometheus/client_golang/prometheus.MustNewConstMetric(...)
	/Users/me/go/pkg/mod/github.com/prometheus/client_golang@v1.4.1/prometheus/value.go:103
mikrotik-exporter/collector.(*healthCollector).collectMetricForProperty(0x140001a40a0, {0x14000028678, 0x12}, 0x140002385c0, 0x1400000f488)
	/tmp/mikrotik-exporter/collector/health_collector.go:100 +0x378
mikrotik-exporter/collector.(*healthCollector).collect(0x140001a40a0, 0x14000130b80?)
	/tmp/mikrotik-exporter/collector/health_collector.go:46 +0xc8
mikrotik-exporter/collector.(*collector).connectAndCollect(0x1400019c340, 0x14000130b80, 0x140001c2420)
	/tmp/mikrotik-exporter/collector/collector.go:355 +0x294
mikrotik-exporter/collector.(*collector).collectForDevice(0x1400004f75c?, {{0x16f8fb74c, 0xb}, {0x16f8fb761, 0x8}, {{0x0, 0x0}, {{0x0, 0x0}, 0x0}}, ...}, ...)
	/tmp/mikrotik-exporter/collector/collector.go:326 +0xd8
mikrotik-exporter/collector.(*collector).Collect.func1({{0x16f8fb74c, 0xb}, {0x16f8fb761, 0x8}, {{0x0, 0x0}, {{0x0, 0x0}, 0x0}}, {0x16f8fb781, ...}, ...})
	/tmp/mikrotik-exporter/collector/collector.go:291 +0xb0
created by mikrotik-exporter/collector.(*collector).Collect in goroutine 42
	/tmp/mikrotik-exporter/collector/collector.go:290 +0x5f0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant