Plugins 〉NetXMS


Developer

Raden Solutions

Sign up to receive occasional product news and updates:


Grafana Cloud
Grafana Cloud
  • Grafana, of course
  • 10k series Prometheus metrics
  • 50 GB logs
  • 50 GB traces
  • 2,232 app o11y host hours
  • ...and more
Create free account

No credit card needed, ever.


The NetXMS plugin has been deprecated and is no longer maintained.

Data Source
community

NetXMS

  • Overview
  • Installation
  • Related content

Grafana datasource for NetXMS open source monitoring system

Alt text

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:

  1. Deploy netxms-websvc.war to any Java Servlet container of you liking (Jetty9, for example)
  2. Make sure API is working by requesting /info page with your browser

Using grafana-cli:

  1. grafana-cli install radensolutions-netxms-datasource
  2. Restart Grafana server

Manually:

  1. Clone the repository to your $GRAFANA_HOME/data/plugins/datasources directory
  2. Restart Grafana server

Configuration

  1. Login to your Grafana web interface
  2. Add the NetXMS datasource in the Data Sources section
  3. Specify API endpoint
  4. Select either "Basic Auth" in the "Auth" section or "With Credentials" if "Browser" access is used

Development instructions

  1. Clone the repository to your $GRAFANA_HOME/data/plugins/datasources directory
  2. run yarn to download and install the required dependencies
  3. run grunt to update for changes in the source

Installing NetXMS on Grafana Cloud:

For more information, visit the docs on plugin installation.

Installing on a local Grafana:

For local instances, plugins are installed and updated via a simple CLI command. Plugins are not updated automatically, however you will be notified when updates are available right within your Grafana.

1. Install the Data Source

Use the grafana-cli tool to install NetXMS from the commandline:

grafana-cli plugins install 

The plugin will be installed into your grafana plugins directory; the default is /var/lib/grafana/plugins. More information on the cli tool.

2. Configure the Data Source

Accessed from the Grafana main menu, newly installed data sources can be added immediately within the Data Sources section.

Next, click the Add data source button in the upper right. The data source will be available for selection in the Type select box.

To see a list of installed data sources, click the Plugins item in the main menu. Both core data sources and installed data sources will appear.