-
Notifications
You must be signed in to change notification settings - Fork 770
No errors/info at logs, when probe_success 0
#713
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
Comments
Also there is no any errors when I provide incorrect database name
|
I could be completely off base, but I believe the |
The probe_success field should be set now. This should be resolved with #724 |
@sysadmind Hi, thanks for improvement. But I do not see any informative messages at logs after that fix =( |
What did you do?
What did you expect to see?
I expect some errors are reported.
What did you see instead? Under which circumstances?
I do not see any errors at logs.
Environment
When I did the query:
http://host:9187/probe?target=tsdb:5432&auth_module=tsdd
This is expected, because
tsdd
was not configured.http://host:9187/probe?target=xxtsdb:5432&auth_module=tsdb
I see this output:
I expect here some error instead of prometheus metrics. Or, at least, some errors at log file.
There should be error that
xxtsdb:5432
does not exists/not configured/no connection.When I query:
http://172.22.22.15:9187/probe?target=tsdb:5432/postgres&auth_module=tsdb
or
http://172.22.22.15:9187/probe?target=tsdb:5432&auth_module=tsdb
Still
probe_success 0
and no any reports about errors at log file =(The text was updated successfully, but these errors were encountered: