3 Install the Oracle Enterprise Manager App for Grafana

You can install the Oracle Enterprise Manager App for Grafana using the Grafana command line interface (preferred) or manually.

Using the Grafana CLI

  1. Navigate to $GRAFANA_HOME/bin
  2. Install the Oracle Enterprise Manager App for Grafana.

    Using --pluginUrl option through grafana-cli

    ./grafana-cli --pluginUrl <FULL_PATH>/oracle-emcc-app-<VERSION>.zip plugins install oracle-emcc-app

    Example:

    grafana-cli --pluginUrl /var/lib/grafana/plugins/emgrafana/work/oracle-emcc-app-1.0.0.zip plugins install oracle-emcc-app
  3. Restart the Grafana server.
    cd $GRAFANA_HOME/bin
    ./grafana-server

Without the Grafana CLI

  1. Navigate to the Grafana plugins directory.
    cd $GRAFANA_HOME/data/plugins
  2. Extract the content of the Oracle Enterprise Manager App for Grafana zip file in the Grafana plugins directory. Create this directory if one does not exist.
    cd $GRAFANA_HOME/data/plugins
    unzip <EM App for Grafana>.zip
  3. Restart the Grafana server.
    cd $GRAFANA_HOME/bin
    ./grafana-server