Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/netxms/grafana
Grafana integration module for NetXMS
https://github.com/netxms/grafana
Last synced: about 2 months ago
JSON representation
Grafana integration module for NetXMS
- Host: GitHub
- URL: https://github.com/netxms/grafana
- Owner: netxms
- License: gpl-3.0
- Created: 2017-04-07T13:52:57.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-03-04T03:38:00.000Z (almost 2 years ago)
- Last Synced: 2024-04-14T20:00:13.293Z (9 months ago)
- Language: JavaScript
- Size: 10.9 MB
- Stars: 1
- Watchers: 7
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Grafana datasource for NetXMS open source monitoring system
![Screenshot](https://raw.githubusercontent.com/netxms/grafana/master/src/img/grafana-screen.png)
[Issue tracker](https://track.radensolutions.com/)
### 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)
1. Make sure API is working by requesting `/info` page with your browserUsing grafana-cli:
1. `grafana-cli install radensolutions-netxms-datasource`
1. Restart Grafana serverManually:
1. Clone the repository to your `$GRAFANA_HOME/data/plugins/datasources` directory
1. Restart Grafana server### Configuration
1. Login to your Grafana web interface
1. Add the NetXMS datasource in the Data Sources section
1. Specify API endpoint
1. Select either "Basic Auth" in the "Auth" section or "With Credentials" if "Browser" access is used