Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- scrape_configs:
- - job_name: 'snmp-export'
- static_configs:
- - targets:
- - device1.localdomain.local
- - 10.10.10.10
- metrics_path: /snmp
- params:
- module: [snmp_module_name]
- relabel_configs:
- - source_labels: [__address__]
- target_label: __param_target
- - source_labels: [__param_target]
- target_label: instance
- - target_label: __address__
- replacement: 10.0.0.18:9116 # SNMP Exporter IP address and Port
Advertisement
Add Comment
Please, Sign In to add comment