• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

Resolved grafana-server - Alert Rule Result Error

TomE

Basic Pleskian
Hello,

since the last update of the modules i get in the error log every few seconds

May 19 15:26:01 grafana-server[3948]: t=2020-05-19T15:26:01+0200 lvl=eror msg="Alert Rule Result Error" logger=alerting.evalContext ruleId=8 name="Apache und PHP-FPM – Speicherauslastung" error="tsdb.HandleRequest() error Could not find executor for data source type: grafana-simple-json-backend-datasource" changing state to=keep_state May 19 15:26:04 grafana-server[3948]: t=2020-05-19T15:26:04+0200 lvl=eror msg="Alert Rule Result Error" logger=alerting.evalContext ruleId=9 name="Mailserver – Speicherauslastung" error="tsdb.HandleRequest() error Could not find executor for data source type: grafana-simple-json-backend-datasource" changing state to=keep_state May 19 15:26:08 grafana-server[3948]: t=2020-05-19T15:26:08+0200 lvl=eror msg="Alert Rule Result Error" logger=alerting.evalContext ruleId=10 name="MySQL – Speicherauslastung" error="tsdb.HandleRequest() error Could not find executor for data source type: grafana-simple-json-backend-datasource" changing state to=keep_state May 19 15:26:12 grafana-server[3948]: t=2020-05-19T15:26:12+0200 lvl=eror msg="Alert Rule Result Error" logger=alerting.evalContext ruleId=11 name="Plesk – Speicherauslastung" error="tsdb.HandleRequest() error Could not find executor for data source type: grafana-simple-json-backend-datasource" changing state to=keep_state May 19 15:26:14 grafana-server[3948]: t=2020-05-19T15:26:14+0200 lvl=eror msg="Alert Rule Result Error" logger=alerting.evalContext ruleId=12 name="Partition \"/\" – Nutzung" error="tsdb.HandleRequest() error Could not find executor for data source type: grafana-simple-json-backend-datasource"......................

and on the page

Grafana / Server Error
Sadly something went wrong

login.OAuthLogin(state mismatch)

can somebody give me a tip on how to fix this?

Thank you very much and best regards. Tom
 
Copied:

As a possible workaround you can add a new section to the grafana configuration file /etc/grafana/grafana.ini


[plugins]
allow_loading_unsigned_plugins = grafana-simple-json-backend-datasource

and restart grafana server


# service grafana-server restart

On Windows the configuration file is here: C:\Program Files (x86)\Plesk\var\modules\grafana\grafana\conf\custom.ini
Grafana server on Windows/Unix also can be restarted via the command:


plesk ext grafana --grafana-restart
 
  • CentOS Linux 8.3.2011‬
  • Product: Plesk Obsidian 18.0.32
I know this issue was marked resolved but I have a similar issue. After removing Advanced Monitoring and Grafana extension from Plesk, I get the following log messages every couple seconds and the log keeps growing:

2020-12-09 18:40:17vps grafana-server[3033]: t=2020-12-09T18:40:17-0800 lvl=eror msg="Alert Rule Result Error" logger=alerting.evalContext ruleId=7 name="Partition \"/boot\" utilization" error="tsdb.HandleRequest() error Could not find executor for data source type: grafana-simple-json-backend-datasource" changing state to=keep_state
2020-12-09 18:40:16vps grafana-server[3033]: t=2020-12-09T18:40:16-0800 lvl=eror msg="Alert Rule Result Error" logger=alerting.evalContext ruleId=6 name="Partition \"/\" utilization" error="tsdb.HandleRequest() error Could not find executor for data source type: grafana-simple-json-backend-datasource" changing state to=keep_state
2020-12-09 18:40:14vps grafana-server[3033]: t=2020-12-09T18:40:14-0800 lvl=eror msg="Alert Rule Result Error" logger=alerting.evalContext ruleId=9 name="Swap usage" error="tsdb.HandleRequest() error Could not find executor for data source type: grafana-simple-json-backend-datasource" changing state to=keep_state
2020-12-09 18:40:06vps grafana-server[3033]: t=2020-12-09T18:40:06-0800 lvl=eror msg="Alert Rule Result Error" logger=alerting.evalContext ruleId=3 name="Mail server memory usage" error="tsdb.HandleRequest() error Could not find executor for data source type: grafana-simple-json-backend-datasource" changing state to=keep_state
2020-12-09 18:40:03vps grafana-server[3033]: t=2020-12-09T18:40:03-0800 lvl=eror msg="Alert Rule Result Error" logger=alerting.evalContext ruleId=8 name="Real memory usage" error="tsdb.HandleRequest() error Could not find executor for data source type: grafana-simple-json-backend-datasource" changing state to=keep_state
2020-12-09 18:40:03vps grafana-server[3033]: t=2020-12-09T18:40:03-0800 lvl=eror msg="Alert Rule Result Error" logger=alerting.evalContext ruleId=4 name="MySQL memory usage" error="tsdb.HandleRequest() error Could not find executor for data source type: grafana-simple-json-backend-datasource" changing state to=keep_state
2020-12-09 18:40:03vps grafana-server[3033]: t=2020-12-09T18:40:03-0800 lvl=eror msg="Alert Rule Result Error" logger=alerting.evalContext ruleId=2 name="nginx memory usage" error="tsdb.HandleRequest() error Could not find executor for data source type: grafana-simple-json-backend-datasource" changing state to=keep_state
2020-12-09 18:40:01vps grafana-server[3033]: t=2020-12-09T18:40:01-0800 lvl=eror msg="Alert Rule Result Error" logger=alerting.evalContext ruleId=5 name="Plesk memory usage" error="tsdb.HandleRequest() error Could not find executor for data source type: grafana-simple-json-backend-datasource" changing state to=keep_state
2020-12-09 18:40:01vps grafana-server[3033]: t=2020-12-09T18:40:01-0800 lvl=eror msg="Alert Rule Result Error" logger=alerting.evalContext ruleId=1 name="Apache & PHP-FPM memory usage" error="tsdb.HandleRequest() error Could not find executor for data source type: grafana-simple-json-backend-datasource" changing state to=keep_state
 
Back
Top