Skip to content

Commit

Permalink
Merge pull request #1326 from prometheus/bastischubert/add-prometheus…
Browse files Browse the repository at this point in the history
…-multi-module-example

added prometheus example for multiple modules handling
  • Loading branch information
bastischubert authored Jan 1, 2025
2 parents 0e4113f + 6989ca2 commit d3c2e72
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,17 @@ For multiple params_module:
http://localhost:9116/snmp?module=if_mib&module=arista_sw&target=192.0.0.8
```

Prometheus Example:
```YAML

- job_name: 'my'
params:
module:
- if_mib
- synology
- ucd_la_table
```
## Configuration
The default configuration file name is `snmp.yml` and should not be edited
Expand Down

0 comments on commit d3c2e72

Please sign in to comment.