Advanced Monitoring does not work: Panel plugin not found: graph

Follow

Comments

1 comment

  • Avatar
    Linus Holtstiege (Edited )

    Article idea:

    Advanced Monitoring does not work: Could not find plugin definition for data source

    Fix for empty grafana panels inside Advanced Monitoring.

    Grafana Logs look like:

    logger=plugin.loader t=2022-10-13T18:34:22.032073521+02:00 level=warn msg="Skipping loading plugin due to problem with signature" pluginID=plesk-json-backend-datasource status=unsigned
    logger=context userId=1 orgId=1 uname=admin t=2022-10-13T18:38:47.239550914+02:00 level=error msg="Could not find plugin definition for data source" datasource_type=plesk-json-backend-datasource
    logger=context userId=1 orgId=1 uname=admin t=2022-10-13T18:38:47.327509741+02:00 level=error msg="Could not find plugin definition for data source" datasource_type=plesk-json-backend-datasource
    logger=context userId=1 orgId=1 uname=admin t=2022-10-13T18:38:47.327538896+02:00 level=error msg="Could not find plugin definition for data source" datasource_type=plesk-json-backend-datasource
    logger=context userId=1 orgId=1 uname=admin t=2022-10-13T18:38:47.334118317+02:00 level=error msg="Could not find plugin definition for data source" datasource_type=plesk-json-backend-datasource

     

    The problem is in the grafana config there is a unallowed space between two plugins for the allow_loading_unsigned_plugins variable.
    To fix this issue only the space have to be removed.

    /etc/grafana/grafana.ini

    Find:

    allow_loading_unsigned_plugins = grafana-simple-json-backend-datasource, plesk-json-backend-datasource

    Replace with:

    allow_loading_unsigned_plugins = grafana-simple-json-backend-datasource,plesk-json-backend-datasource

     

    Restart grafana service.

    systemctl restart grafana-server

    Advanced monitoring should now show all panels again.

    0
    Comment actions Permalink

Please sign in to leave a comment.

Have more questions? Submit a request