Grafana integration module for NetXMS
GNU General Public License v3.0
1
stars
0
forks
source link
Grafana datasource for NetXMS open source monitoring system
Issue tracker
The datasource currently provides the following functionality:
- Visualisation of configured data collection items for objects in graphs and tables
- Listing of active alarms on a general or a per object basis
Installation instructions:
- Deploy netxms-websvc.war to any Java Servlet container of you liking (Jetty9, for example)
- Make sure API is working by requesting
/info
page with your browser
Using grafana-cli:
grafana-cli install radensolutions-netxms-datasource
- Restart Grafana server
Manually:
- Clone the repository to your
$GRAFANA_HOME/data/plugins/datasources
directory
- Restart Grafana server
Configuration
- Login to your Grafana web interface
- Add the NetXMS datasource in the Data Sources section
- Specify API endpoint
- Select either "Basic Auth" in the "Auth" section or "With Credentials" if "Browser" access is used