Skip to content

Commit d2fbf47

Browse files
committed
Update data-collection-snmp-data.md
1 parent bc150bd commit d2fbf47

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

articles/azure-monitor/agents/data-collection-snmp-data.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,7 @@ To complete this tutorial, you need:
4141

4242
Place all MIB files for each device that sends SNMP traps in `/usr/share/snmp/mibs`, the default directory for MIB files. This enables logging SNMP trap fields with meaningful names instead of OIDs.
4343

44-
> [!NOTE]
45-
> Some vendors maintain a single MIB for all devices, while others have hundreds of MIB files. To load an MIB file correctly, snmptrapd must load all dependent MIBs. Be sure to check the snmptrapd log file after loading MIBs to ensure that there are no missing dependencies in parsing your MIB files.
44+
Some vendors maintain a single MIB for all devices, while others have hundreds of MIB files. To load an MIB file correctly, snmptrapd must load all dependent MIBs. Be sure to check the snmptrapd log file after loading MIBs to ensure that there are no missing dependencies in parsing your MIB files.
4645

4746
- A Linux server with an SNMP trap receiver.
4847

@@ -102,7 +101,9 @@ To edit the output behavior configuration of snmptrapd:
102101
sudo vi /etc/sysconfig/snmptrapd
103102
```
104103

105-
1. Here’s an example configuration:
104+
1. Configure the output destination.
105+
106+
Here's an example configuration:
106107
107108
```bash
108109
# snmptrapd command line options

0 commit comments

Comments
 (0)