OpenTSDB Sender
Description
The OpenTSDB sender sends metrics from 1Gateway into a OpenTSDB. If configured, OpenTSDB sends the messages it receives to Grafana.
Prerequisites
To integrate OpenTSDB with 1Gateway, make these changes in the OpenTSDB configuration.
Set JAVA_HOME 
Add the JAVA_HOME to the file
Run following command to apply changes
Restart hbase
Make sure that the echo response is the JAVA_HOME path set.
Stop opentsdb and hbase (depends on hbase)
Start hbase
Change OpenTSDB configuration
Change opentsdb to run as a service. Go to /etc/opentsdb and change configuration
Set the auto_create_metrics to true
Start OpenTSDB
If it's running as a service:
If it is not running as a service:
Check if the changed made to the configuration are applied: http://localhost:4242/api/config
Installation
Make sure you have the 1gateway zip file that includes the plugin files and valid licences information ready. This file has been provided to you with the installation files.
Configuration
Open the main menu and click on "New plugin"

Select the plugin you want to configure. Use the Filter field if needed.
Field name | Supported values | Description |
---|---|---|
IP address | Valid ip address | OpenTSDB server |
Port number | Valid port number | OpenTSDB port number |
See also