NetXMS Support Forum

English Support => General Support => Topic started by: gamaxaur on May 08, 2020, 12:10:16 PM

Title: Grafana
Post by: gamaxaur on May 08, 2020, 12:10:16 PM
Hi,
I can not get grafana to connect with netxms.
I get response "response.headers is not a function"
Webapi seems to work fine.
I tried with server and with browser method they both fail with same response.

Title: Re: Grafana
Post by: Alex Kirhenshtein on May 25, 2020, 12:31:34 PM
Hello.

NetXMS plugin in official repo is old version (wee pushed pull request, but it's still pending) - you need to update it manually:

grafana-cli plugins uninstall radensolutions-netxms-datasource
cd /var/lib/grafana/plugins/datasources
git clone https://github.com/netxms/grafana.git radensolutions-netxms-datasource
systemctl restart grafana-server
Title: Re: Grafana
Post by: gamaxaur on May 26, 2020, 11:29:23 AM
Hi Alex,
I have done as you instructed.Now datasource connects but no DCIs or targets appear when I try to create dashboard. :-\.