-
Hi,
Being a total novice in setting up SNMP stuff, I am now reaching out to you.
I have set up the EdgeOS device (ERX SFP) with following config:
snmp {
community public {
…
-
Is it possible in the bng template to add an snmp input to collect and count the number of clients x vlan? See if we can do it this way:
on telegraf:
[[inputs.snmp.table]]
oid = ".1.3.6.1.4…
-
### Request
I would like to capture SNMP Alerts (Traps) from my devices, and push them as alerts to Grafana.
### Use case
while it's easy to capture snmp metrics using the snmp-exporter, it's not…
yarix updated
6 months ago
-
I'm following the guide step by step, but having an issue where it's unable to find SNMPv2-MIB module
`E! [telegraf] Error running agent: could not initialize input inputs.snmp: initializing field …
-
Hi,
I'm using Telegraf 1.14.5 which uses gosnmp 1.22 (I think Telegraf 1.15 will use 1.25)
Currently a specific SNMP TRAP causes a runtime error and forces a Telegraf restart.
https://github.…
-
Since telegraf 1.21 is switched to gosnmp library for its SNMP calls and gosmi library for OID translation, the package doesn't need to be installed anymore.
If wanted, we could still install `libs…
-
this is the demo config file https://github.com/opiproject/otel/blob/main/config/telegraf.conf
we can add
- [x] [redfish](https://github.com/influxdata/telegraf/tree/master/plugins/inputs/redfis…
-
Hi,
So, I'm new to this and I'm probably doing it wrong.
I used your docker-compose file, added the volume '- "/etc/telegraf/telegraf.conf:/etc/telegraf/telegraf.conf:ro"'.
For the life of me…
-
Hey I'm trying to use this to render a telegraf config. I'm running in to some issues.
```
telegraf_custom_plugins_extra:
switches:
inputs.snmp:
agents:
- 172.16.1.0
…
-
I have a query that works fine as a regular query, but does nothing as a continuous query, with no error message.
__Steps to reproduce:__
This query works perfectly fine, and writes the expected…