-
Notifications
You must be signed in to change notification settings - Fork 121
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
Clickhouse Alert Throwing Error - request handler error: plugin unavailable #356
Comments
Hi @Slach . Thanks for your reply. The plugin is signed per the following screenshot |
could you add to your Dockerfile |
Following is the debug log when i create an alert and click on Test Rule.
Note : I have replaced my internal CH instance url with CH_URL here for security purposes. |
@gsingh14 thanks a lot for reporting I will try to reproduce, and tix it ASAP |
This problem can be solved by using a Grafana image packaged with |
Thanks @zweite . I was able to get past the error but now getting @Slach
Would you know where i can install the cert to make it work. I have provided the cert file in Datasource and Grafana is able to make the connection. Only when i trigger the alert, I'm getting the above error. |
Unfortunately, currently it's not easy to provide custom certificate authority in SSL certs inside grafana, both on frontend and on backend side. |
# 2.4.0 (2021-11-29) ## Enhancement: * Add support for Grafana 8.x unified alerts, fix Altinity/clickhouse-grafana#380 * Add TLS support for backend alerts part of plugin Altinity/clickhouse-grafana#356 (comment) * Add $naturalTimeSeries macro, look details in https://github.com/Vertamedia/clickhouse-grafana/pull/89/files#diff-cd9133eda7b58ef9c9264190db4534a1be53216edbda9ac57256fbd800368c03R383-R412 * Update golang-plugin-sdk-go to latest version * Properly format Value in Table format, look details Altinity/clickhouse-grafana#379 * Remove toDateTime64 casting for column when time column is already DateTime64 to improve performance. Change test to ensure the casting is removed from the query, fix Altinity/clickhouse-grafana#360 * implements `$timeFilter64ByColumn(column_name)` macro, fix Altinity/clickhouse-grafana#343 ## Fixes: * implements properly GET and POST support for alert queries, fix Altinity/clickhouse-grafana#353 * SQL syntax highlight now works always, fix Altinity/clickhouse-grafana#174, fix Altinity/clickhouse-grafana#381 * fix Altinity/clickhouse-grafana#376, * fix negative behavior for $perSecondColumns Altinity/clickhouse-grafana#337 * fix Altinity/clickhouse-grafana#374, ignore `--` inside quotas as comment
Setup
Grafana : Grafana v8.1.0-pre (unknown-dev)
Clickhouse plugin : 2.3.1
Steps
Can someone help with this issue?
The text was updated successfully, but these errors were encountered: