Get metrics from SNMP walk service in real time to:
- Visualize and monitor SNMP walk states
- Be notified about SNMP walk failovers and events.
The SNMP walk check is NOT included in the Datadog Agent package.
To install the SNMP walk check on your host:
- Download the Datadog Agent.
- Download the
check.py
file for SNMP walk. - Place it in the Agent's
checks.d
directory. - Rename it to
snmpwalk.py
.
To configure the SNMP walk check:
- Create a
snmpwalk.d/
folder in theconf.d/
folder at the root of your Agent's directory. - Create a
conf.yaml
file in thesnmpwalk.d/
folder previously created. - Consult the sample snmpwalk.yaml file and copy its content in the
conf.yaml
file. - Edit the
conf.yaml
file to point to your server and port, set the masters to monitor. - Restart the Agent.
Run the Agent's status
subcommand and look for snmpwalk
under the Checks section.
The SNMP walk check does not include any metrics at this time.
The SNMP walk check does not include any events at this time.
snmpwalk.can_check
The check returns:
OK
if the check can collect metrics fromsnmpwalk
.CRITICAL
if check encounters an error when trying to collect metrics fromsnmpwalk
.
Need help? Contact Datadog support.