Skip to content

Commit

Permalink
Poll, Trap & Heartbeat Changes for Telegraf SNMP (influxdata#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shreyash-vunet authored Sep 14, 2021
1 parent 95ef674 commit 727e765
Show file tree
Hide file tree
Showing 6 changed files with 1,609 additions and 88 deletions.
1 change: 1 addition & 0 deletions plugins/inputs/all/all.go
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ import (
_ "github.com/influxdata/telegraf/plugins/inputs/sflow"
_ "github.com/influxdata/telegraf/plugins/inputs/smart"
_ "github.com/influxdata/telegraf/plugins/inputs/snmp"
_ "github.com/influxdata/telegraf/plugins/inputs/snmp_heartbeat"
_ "github.com/influxdata/telegraf/plugins/inputs/snmp_legacy"
_ "github.com/influxdata/telegraf/plugins/inputs/snmp_trap"
_ "github.com/influxdata/telegraf/plugins/inputs/socket_listener"
Expand Down
3 changes: 3 additions & 0 deletions plugins/inputs/snmp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ information.
## The GETBULK max-repetitions parameter.
# max_repetitions = 10

##Include period & timestamp in each document
#include_time_info = true

## SNMPv3 authentication and encryption options.
##
## Security Name.
Expand Down
Loading

0 comments on commit 727e765

Please sign in to comment.