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

No error when wrong influxdb credentials #49

Open
Niecke opened this issue Oct 9, 2019 · 0 comments
Open

No error when wrong influxdb credentials #49

Niecke opened this issue Oct 9, 2019 · 0 comments

Comments

@Niecke
Copy link

Niecke commented Oct 9, 2019

When the credentials in the nagflux config for accessing influxdb are wrong then there is nothing in the logs.

Example:
If the config for nagflux looks like the following and there is no account with name admin and pw admin then nagflux seems to fail silently.

[InfluxDB "nagflux"]
    Enabled = true
    Version = 1.0
    Address = "http://127.0.0.1:8086"
    Arguments = "precision=ms&u=admin&p=admin&db=nagflux"
    StopPullingDataIfDown = true

Even setting log level of nagflux to debug does not show anything.

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