Presentation

Grafana version 8.X is incompatible with EyesOfNetwork 5.X and returns a 404 Page Not Found error when displaying graphics.

EyesOfNetwork Grafana 8.X error

Solution

  1. Identify the most recent version of Grafana 7 in its repository
    yum search --showduplicates grafana | grep 'grafana-7' | tail -n 1 | cut -d '.' -f 1-3
  1. Downgrade the version of Grafana with the result of the previous command
    yum downgrade grafana-7.X.X-X
  1. Check that the service is working and the version. Note that the service should restart automatically after the version change.
    systemctl status grafana-server