Discussions
Categories
- 17.9K All Categories
- 3.4K Industry Applications
- 3.3K Intelligent Advisor
- 63 Insurance
- 536.4K On-Premises Infrastructure
- 138.3K Analytics Software
- 38.6K Application Development Software
- 5.8K Cloud Platform
- 109.5K Database Software
- 17.5K Enterprise Manager
- 8.8K Hardware
- 71.1K Infrastructure Software
- 105.3K Integration
- 41.6K Security Software
Tell us about your experience with the "Oracle Enterprise Manager App for Grafana ”
Answers
-
I have already updated the defaults.ini file - plug-in still does not show up in Grafana;
# date
Mon May 9 14:20:39 UTC 2022
14:20:39 [[email protected]:1 ~]
# cd /usr/share/grafana/conf
14:20:52 [[email protected]:1 /usr/share/grafana/conf]
# cat defaults.ini|grep oracle
allow_loading_unsigned_plugins = oracle-emcc-app,oracle-emcc-datasource
-
Any other log files I can check or ideas on why Grafana is not showing the OEM 3.0 plugin?
-
@user10082444 have you restarted the grafana server after making changes to defaults.ini file?
-
@Murtaza Husain-Oracle - yes I restarted Grafana after I changed the defaults.ini. I even rebooted the VM to be sure everything has been bounced.
-
Can I open a SR in My Oracle Support for the Grafana plug-in?
-
@user10082444 We are looking into this issue and will get back to you shortly. MOS is not there for this plug-in.
-
FYI, we tried to test the v3.0 plugin with the same Grafana version as yours i.e. v 8.3.6 and it works fine without any issues.
At this point, can you turn on server logging to find any errors?
i.e. under
conf/defaults.ini,
change level to “debug” and then restart grafana server -
Murtaza - thanks for your help. It was a permissions issue on the plug-in directory. Once Grafana was in debug mode and saw the error, I was able to fix it quick.
Thanks - Rob
-
-
Has anyone seen this error before? I have run these commands to enable enable the Grafana service on my test OEM;
emctl set property -name oracle.sysman.db.restfulapi.grafana.enable -value true -sysman_pwd xx
emctl set property -name oracle.sysman.db.restfulapi.grafana.executesql.repository.query.enable -value true -sysman_pwd xx
emctl set property -name oracle.sysman.db.restfulapi.grafana.executesql.target.query.enable -value true -sysman_pwd xx