8000 GitHub - n1koo/qnap-telegraf: Configs and Docker image build for scraping SNMP data from Qnap NAS
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

n1koo/qnap-telegraf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Telegraf image for scraping SNMP from QNAP devices

Building upon work in https://gitlab.com/artkrz/telegraf-qnap

Example configuration improved so that it can be sanely used with Grafana (eg. using device identifiers and names and tags, preferring integeres for values instead of strings etc).

Running

docker run -d --name qnap-snmp-telegraf \
           -v /your_host_location/telegraf/telegraf.conf:/etc/telegraf/telegraf.conf \
           qnap-snmp-telegraf --config /etc/telegraf/telegraf.conf

Worth noting

Based on snmpwalk it seems that Qnap doesn't publish eg. memory metrics (cache, buffers) so this config just uses the very basic free/total values from their own OIDs.

Didn't add SSD cache metrics as I don't use that feature

About

Configs and Docker image build for scraping SNMP data from Qnap NAS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0