Skip to content

Instantly share code, notes, and snippets.

@waqaskhan137
Created October 15, 2020 01:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save waqaskhan137/312c1bd6a45d45aca60faf332bcb0929 to your computer and use it in GitHub Desktop.
Save waqaskhan137/312c1bd6a45d45aca60faf332bcb0929 to your computer and use it in GitHub Desktop.
[agent]
interval = "60s"
debug = true
hostname = "10.32.7.170"
round_interval = true
flush_interval = "10s"
flush_jitter = "0s"
collection_jitter = "0s"
metric_batch_size = 1000
metric_buffer_limit = 10000
quiet = false
logfile = "/var/log/telegraf/telegraf.log"
omit_hostname = true
[[outputs.influxdb]]
urls = ["http://influxdb:8086"]
database = "AfinitiMonitoring"
timeout = "0s"
username = "admin"
password = "P@ssword11"
retention_policy = ""
[[inputs.snmp]]
agents = ["udp://172.21.53.59:1061"]
interval = "60s"
timeout = "5s"
version = 3
sec_name = "nms-user"
auth_protocol = "SHA"
auth_password = "secret12"
sec_level = "authPriv"
priv_protocol = "AES"
priv_password = "secret12"
[[inputs.snmp.table]]
name = "averageSpeedOfAnswerVdn"
oid = "OVERSIGHT-MIB::averageSpeedOfAnswerVdn"
[[inputs.snmp.table]]
name = "serviceLevelAbandonRateCallPercentage"
oid = "OVERSIGHT-MIB::serviceLevelAbandonRateCallPercentage"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment