Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

SensiNact/Bridge-sensinact-storage

< SensiNact
Revision as of 12:32, 19 March 2018 by Unnamed Poltroon (Talk) (Created page with "== Description == This bridge allows sensinact to persist all the changes performed in a sensinace resource into a ''Sensinact Storage Service'', keeping the historical evolu...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Description

This bridge allows sensinact to persist all the changes performed in a sensinace resource into a Sensinact Storage Service, keeping the historical evolution of the resource.

Sensinact version

This bridge is available in Sensinact versions superior to 20170215.0

Requirements

How to use it

OSGi property definition file is used to specify the StorageService backended by the bridge, in Felix case this property definition file is conf/config.properties. There you can define the following properties to specify your Sensinact Storage Service instance that will receive this data.

# Storage Agent
fr.cea.sna.gateway.historical.broker=http://10.255.4.200:8080/write/measure
fr.cea.sna.gateway.historical.login=admin
fr.cea.sna.gateway.historical.password=admin

Back to the top