Skip to content

Instantly share code, notes, and snippets.

@collin-sanford
Last active February 2, 2024 16:03
Show Gist options
  • Save collin-sanford/1408e4c9ac58ca791d4e576ecd6048ab to your computer and use it in GitHub Desktop.
Save collin-sanford/1408e4c9ac58ca791d4e576ecd6048ab to your computer and use it in GitHub Desktop.
NDM Autodiscovery
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