Merge branch 'master' of ssh://git-ssh.notandy.de:2222/ansible/roles/prometheus-agent
This commit is contained in:
commit
d8c993024f
5 changed files with 122 additions and 0 deletions
|
|
@ -43,6 +43,20 @@ prometheus_agent:
|
|||
jobs: {}
|
||||
promtail:
|
||||
enable: False
|
||||
snmp:
|
||||
enable: False
|
||||
mib_path: /usr/share/snmp/mibs
|
||||
args:
|
||||
"web.listen-address": "[::1]:9116"
|
||||
"config.file": "/etc/prometheus/snmp.yml"
|
||||
# A list of objects containing a single key, either `url` or `file`, e.g.:
|
||||
# - url: https://example.com/path/to/mib
|
||||
# - file: /path/to/mib
|
||||
mibs: []
|
||||
# Generator configuration, see https://github.com/prometheus/snmp_exporter/blob/main/generator/generator.yml
|
||||
config:
|
||||
modules: {}
|
||||
jobs: {}
|
||||
scrape_timeout: ~
|
||||
scrape_interval: ~
|
||||
metrics_path: ~
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue