Grafana datasource for NetXMS open source monitoring system
We have finally developed a datasource that provides the possibility to create beautiful graphs using Grafana! The datasource is in active development, to report bugs or create feature suggestions, please visit our 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:
- Clone the repository to your
GRAFANA_HOME/data/plugins/datasources
directory - Restart your Grafana server
- Login to your Grafana web interface and add the NetXMS datasource in the Data Sources section by selecting "Basic Auth" in the "Auth" section and, if using "Browser" access, select "With Credentials"
Development instructions:
- Clone the repository to your
GRAFANA_HOME/data/plugins/datasources
directory - run
npm install
to download and install the required dependencies - run
grunt
to update for changes in the source