netxms / grafana

Grafana integration module for NetXMS
GNU General Public License v3.0
1 stars 0 forks source link

[question] How to configure grafana ? #2

Closed m3dbedb closed 5 years ago

m3dbedb commented 5 years ago

In my case solution was to install from repository grafana-cli plugins install radensolutions-netxms-datasource without copying source.

Also there in no information about netxms plugin settings: netxms url should include intergration tool URL, access type: serrver, authorization: basic, with credentials. netXMSS plugin freezes in "testing" state, Web API answers on get curl -X GET http://192.168.27.112:8080/netxms-websvc-2.2.15/ -d '{"login":"admin","password":"hf"}' and does not answer on POST request curl -X POST http://192.168.27.112:8080/netxms-websvc-2.2.15/authenticate -d '{"login":"admin","password":"hf"}' image (16) image (15) update: tomcat port should be configured only in /var/lib/tomcat8/conf/server.xml

<Connector port="8081" protocol="HTTP/1.1"
           connectionTimeout="20000"
          redirectPort="8443" />

/var/lib/tomcat/lib/nxapisrv.properties :

netxms.server.address=192.168.27.112
netxms.server.port=