Skip to content

opennms-forge/timeseries-integration-timescale

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Timeseries Integration Timescale Plugin CircleCI

This plugin exposes an implementation of the TimeSeriesStorage interface. It stores the data in a timescale database. It can be used in OpenNMS to store and retrieve timeseries data.

Prerequisite

  • The timescale plugin must be installed in the postgres database of opennms.
  • For testing purposes you can run: sudo docker run -p 5432:5432 -e POSTGRES_PASSWORD=password timescale/timescaledb:latest-pg12

Usage

enable the Time Series Storage layer

  • In opennms deploy root folder: echo "org.opennms.timeseries.strategy=integration" >> etc/opennms.properties.d/timescale.properties

Compile from source

  • compile: mvn install
  • copy the timeseries-timescale-plugin.kar from the ./assembly/kar/target folder ot $OPENNMS_HOME/deploy

Download and install Release

activate in Karaf shell:

  • ssh -p 8101 admin@localhost
  • feature:install opennms-plugins-timeseries-timescale-plugin
  • The plugin will automatically create the necessary tables if they don't already exist.

Links:

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages