Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sharkboy-j/ippon-ups-snmp-influx-grafana

IPPON UPS SNMP data reader to InfluxDB and Grafana
https://github.com/sharkboy-j/ippon-ups-snmp-influx-grafana

grafana influx influxdb ippon ups

Last synced: about 1 month ago
JSON representation

IPPON UPS SNMP data reader to InfluxDB and Grafana

Awesome Lists containing this project

README

        

![snmp_ex](img/preview.png)

Simple client to push all data from IPPON UPS with SNMP modules to InfluxDB and Grafana

1) make build
2) docker-compose up -d

docker-compose.yml
```docker
version: "2.1"
services:
ippon:
image: ippon
container_name: ippon
environment:
- INFLUX_DBURL=http://10.0.0.196:8086
- INFLUX_TOKEN=
- INFLUX_ORG=
- INFLUX_BUCKET=
read_only: false
stop_grace_period: 30m
network_mode: "host"
tty: true
restart: unless-stopped
```