Last active
February 2, 2024 16:03
-
-
Save collin-sanford/1408e4c9ac58ca791d4e576ecd6048ab to your computer and use it in GitHub Desktop.
NDM Autodiscovery
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
listeners: | |
- name: snmp | |
snmp_listener: | |
workers: 2 | |
discovery_interval: 3600 | |
discovery_allowed_failures: 3 | |
loader: core | |
min_collection_interval: 15 | |
use_device_id_as_hostname: true | |
configs: | |
- network_address: 192.168.11.0/24 | |
port: 161 | |
snmp_version: 2 | |
timeout: 5 | |
retries: 3 | |
community_string: 'public' | |
loader: core | |
min_collection_interval: 15 | |
use_device_id_as_hostname: true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment