-
Latest Grafana from github (Version: 3.0.0-beta6, Commit: v3.0-beta4+37-ga8c68e3, Build date: 2016-04-19 01:22:02 -0700 PDT) shows graph wrongly.
OS: FreeBSD 10.1-RELEASE
DB: influxdb-0.12.1
influx…
tsgan updated
8 years ago
-
Hi,
first I love Telegraf and the SNMP plugin :)
It should be nice to add a RegExp in the include_instances array
like:
[[inputs.snmp.host.table]]
name = "cpu"
include_instances=["/^Routi…
-
Hi,
I'm using config with mapping and subtables as example 'iftable4':
```
[[inputs.snmp]]
snmptranslate_file = "/tmp/oids.txt"
[[inputs.snmp.host]]
address = "127.0.0.1:161"
community =…
-
Hi,
i just go a strange result when using subtables
config1:
```
[[inputs.snmp.host]]
address = "vie-sw1:161"
[[inputs.snmp.host.table]]
name = "iftable"
[[inputs.snmp.table]]
name = …
-
config file:
######
[[inputs.snmp.table]]
name = "sysGlobalHostCpuUsageRatio"
oid = [".1.3.6.1.4.1.3375.2.1.7.5.2.1.4"]
sub_table = [".1.3.6.1.4.1.3375.2.1.7.5.2.1.4.1.48"]
######
f…
-
OSS Gate へようこそ。
OSS Gateワークショップでは一人ずつ issue を作り、そこに作業ログを残しながら進めます。
過去のビギナーのものはこちらで見られます。 https://github.com/oss-gate/workshop/issues?q=is%3Aissue+is%3Aclosed
## この issue 作成時点でまずやること
- この issue のタイトルを…
-
when i use "snmptable -c xxx -v2c -m ALL 192.168.1.1 .1.3.6.1.4.1.3375.2.2.5.1.2.1.1" in command line, it can work.
but i don't know how to use snmpwalk in telegraf, who can teach me about this ?
-
I am having a little bit of difficulties working out how I would configure Telegraf to collect interface usage of multiple Cisco switches.
What I would like is to collect in/out bits counters of all…
-
After a discussion with @TheFlyingCorpse, we designed a new config file like this:
```
[[plugins.snmp]]
snmptranslatefile = "/tmp/oids.txt"
# HOST
[[plugins.snmp.host]]
address = "192.168.2…
-
My primary use-case for telegraf is to collect stats off remote appliances (storage mostly) via exec or, in the future, snmp, so the local hostname is irrelevant and confusing. It can also clash with …