Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sharkboy-j/ippon-ups-snmp-influx-grafana
- Owner: Sharkboy-j
- Created: 2024-12-03T00:14:57.000Z (about 1 month ago)
- Default Branch: master
- Last Pushed: 2024-12-03T20:41:33.000Z (about 1 month ago)
- Last Synced: 2024-12-03T21:25:49.651Z (about 1 month ago)
- Topics: grafana, influx, influxdb, ippon, ups
- Language: Go
- Homepage:
- Size: 1.52 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 -ddocker-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
```