• Hi, Pleskians! We are running a UX testing of our upcoming product intended for server management and monitoring.
    We would like to invite you to have a call with us and have some fun checking our prototype. The agenda is pretty simple - we bring new design and some scenarios that you need to walk through and succeed. We will be watching and taking insights for further development of the design.
    If you would like to participate, please use this link to book a meeting. We will sent the link to the clickable prototype at the meeting.
  • (Plesk for Windows):
    MySQL Connector/ODBC 3.51, 5.1, and 5.3 are no longer shipped with Plesk because they have reached end of life. MariaDB Connector/ODBC 64-bit 3.2.4 is now used instead.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.

Resolved Grafana stopped working after restoring Plesk

Danny325

Basic Pleskian
I did an upgrade on a newer vps with ubtuntu 18.04 (old one 14.04 i backed up everything), now on the new vps Grafana/advanced monitoring does not work anymore (onliest thing).
I tryed to remove on plesk installer and isntall it again witouth success.

Getting the message when launching advanced monitor:
Dashboard not found

Error code from logs:

Code:
t=2019-10-24T16:14:00+0200 lvl=eror msg="Alert Rule Result Error" logger=alerting.evalContext ruleId=1 name="Apache & php-fpm memory usage" error="tsdb.HandleRequest() error rpc error: code = Unknown desc = invalid status code. status: 403 Forbidden" changing state to=keep_state
t=2019-10-24T16:14:02+0200 lvl=eror msg="Alert Rule Result Error" logger=alerting.evalContext ruleId=2 name="nginx memory usage" error="tsdb.HandleRequest() error rpc error: code = Unknown desc = invalid status code. status: 403 Forbidden" changing state to=keep_state
t=2019-10-24T16:14:03+0200 lvl=eror msg="Alert Rule Result Error" logger=alerting.evalContext ruleId=8 name="Real memory usage" error="tsdb.HandleRequest() error rpc error: code = Unknown desc = invalid status code. status: 403 Forbidden" changing state to=keep_state
t=2019-10-24T16:14:05+0200 lvl=eror msg="Alert Rule Result Error" logger=alerting.evalContext ruleId=3 name="Mail server memory usage" error="tsdb.HandleRequest() error rpc error: code = Unknown desc = invalid status code. status: 403 Forbidden" changing state to=keep_state
t=2019-10-24T16:14:05+0200 lvl=eror msg="Alert Rule Result Error" logger=alerting.evalContext ruleId=4 name="MySQL memory usage" error="tsdb.HandleRequest() error rpc error: code = Unknown desc = invalid status code. status: 403 Forbidden" changing state to=keep_state
t=2019-10-24T16:14:06+0200 lvl=eror msg="Alert Rule Result Error" logger=alerting.evalContext ruleId=5 name="Plesk memory usage" error="tsdb.HandleRequest() error rpc error: code = Unknown desc = invalid status code. status: 403 Forbidden" changing state to=keep_state
t=2019-10-24T16:14:07+0200 lvl=eror msg="Alert Rule Result Error" logger=alerting.evalContext ruleId=6 name="Partition \"/\" utilization" error="tsdb.HandleRequest() error rpc error: code = Unknown desc = invalid status code. status: 403 Forbidden" changing state to=keep_state
t=2019-10-24T16:14:08+0200 lvl=eror msg="Alert Rule Result Error" logger=alerting.evalContext ruleId=7 name="Partition \"/boot\" utilization" error="tsdb.HandleRequest() error rpc error: code = Unknown desc = invalid status code. status: 403 Forbidden" changing state to=keep_state
t=2019-10-24T16:14:19+0200 lvl=eror msg="Alert Rule Result Error" logger=alerting.evalContext ruleId=9 name="Swap usage" error="tsdb.HandleRequest() error rpc error: code = Unknown desc = invalid status code. status: 403 Forbidden" changing state to=keep_state
 
Last edited:
I found the solution:
running
dpkg -r --force-all grafana

removing grafana from extension

reinstall grafana from extension

...
 
Back
Top