Skip to content

No error when wrong influxdb credentials #49

@Niecke

Description

@Niecke

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions