We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
Even setting log level of nagflux to debug does not show anything.
The text was updated successfully, but these errors were encountered: