Network Management
Configure Mac OS X for SNMP Monitoring with Orion
This article provides steps to configure a MAC OS X for SNMP-based monitoring with Orion.
First published date
Last published date
Overview
Product section
Resolution
- Log on to your Mac OS X terminal using an account with sudo privileges.
- Open /etc/hostconfig in a text editor.
- Under the # Services header, add the following line:
SNMPSERVER=-YES- - Save hostconfig.
- Rename the original snmpd.conf file with the following command:
sudo mv /etc/snmpd.conf /etc/snmpd.conf.old - Run the SNMP configuration utility to configure a basic snmpd.conf file, using the following command:
sudo snmpconf -i
Note: Use a basic read-only community string like public. - Confirm the service has restarted by executing the following command:
sudo /sbin/service -list OR restart - Open System Preferences > Security and confirm that the firewall is configured to allow all connections on port 161.
- Execute the following command to confirm SNMP communication locally:
snmpwalk -v 1 -c ROCommString localhost
The following resource may provide additional information:
Disclaimer: Please note, any content posted herein is provided as a suggestion or recommendation to you for your internal use. This is not part of the SolarWinds software or documentation that you purchased from SolarWinds, and the information set forth herein may come from third parties. Your organization should internally review and assess to what extent, if any, such custom scripts or recommendations will be incorporated into your environment. You elect to use third party content at your own risk, and you will be solely responsible for the incorporation of the same, if any.