You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running checkrr 3.0 in docker. The scheduled time to run comes and goes and nothing happens. Well, almost - looking at the docker logs in portainer, checkrr is idle and servicing web GET requests as normal. But just when it's scheduled to kick off again, the following occurs:
Which might be a bit strange since this line is within the "if config.Sub("influxdb2") != nil" block - influxdb2, not influxdb1.
My checkrr.yaml has the following:
stats: # These will slow down the runtime substantually, but... DATA
influxdb2:
url: "http://192.168.1.111:8086/"
token: "<removed but normally a valid token generated in influxdb2"
org: "sanityfromtheinside"
bucket: "checkrr"
This error occurs even if org: is left as the default in the example (org: "default").
The token, org and bucket values are valid and correct.
After the stack trace is displayed, checkrr continues (or may be restarting automatically) but doesn't ever start a scan.
Running InfluxDB v2.6.1 on ubuntu 20.04 with checkrr 3.0.0.
The text was updated successfully, but these errors were encountered:
aetaric
changed the title
segmentation violation
issues with influxdb2
Jan 14, 2023
Running checkrr 3.0 in docker. The scheduled time to run comes and goes and nothing happens. Well, almost - looking at the docker logs in portainer, checkrr is idle and servicing web GET requests as normal. But just when it's scheduled to kick off again, the following occurs:
checkrr/features/stats.go:63 is:
org, _ := s.influxdb1.OrganizationsAPI().FindOrganizationByName(context.Background(), influx.GetString("org"))
Which might be a bit strange since this line is within the "if config.Sub("influxdb2") != nil" block - influxdb2, not influxdb1.
My checkrr.yaml has the following:
stats: # These will slow down the runtime substantually, but... DATA
influxdb2:
url: "http://192.168.1.111:8086/"
token: "<removed but normally a valid token generated in influxdb2"
org: "sanityfromtheinside"
bucket: "checkrr"
This error occurs even if org: is left as the default in the example (org: "default").
The token, org and bucket values are valid and correct.
After the stack trace is displayed, checkrr continues (or may be restarting automatically) but doesn't ever start a scan.
Running InfluxDB v2.6.1 on ubuntu 20.04 with checkrr 3.0.0.
The text was updated successfully, but these errors were encountered: