Add collector role
Sets up prometheus to pull metrics, with telegraf to process SNMP data.
This commit is contained in:
parent
6600a6fa36
commit
da3db8cc02
11 changed files with 228 additions and 0 deletions
4
roles/collector/templates/output.conf.j2
Normal file
4
roles/collector/templates/output.conf.j2
Normal file
|
@ -0,0 +1,4 @@
|
|||
[[outputs.prometheus_client]]
|
||||
listen = "127.0.0.1:9273"
|
||||
expiration_interval = "300s"
|
||||
tagexclude = ["mac?"] # temporary tags we don’t need to export
|
Loading…
Add table
Add a link
Reference in a new issue