Kodi Community Forum
[MAC] SNMP load on boot in OSX 10.5.x - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: Mac OS X (https://forum.kodi.tv/forumdisplay.php?fid=56)
+---- Thread: [MAC] SNMP load on boot in OSX 10.5.x (/showthread.php?tid=47213)



[MAC] SNMP load on boot in OSX 10.5.x - bello - 2009-03-19

i am a bit of data whore when it comes to monitoring the computers on my network, so my new htpc was not going to be an exception to this. after following Apple's support article on this i found that snmpd was not actually loading on boot.

- http://support.apple.com/kb/TA20884?viewlocale=en_US


i spent some time looking through the startup objects and found one gotcha, so i thought i would share the steps i followed to get this all working.

1. open /etc/hostconfig with your favourite text editor and change SNMPSERVER=-NO- to SNMPSERVER=-YES-

2. *optional* amend /etc/snmp/snmpd.conf to suite your environment

3. open /System/Library/LaunchDaemons/org.net-snmp.snmpd.plist with your favourite text editor and update "<key>Disabled</key> <true/>" to "<key>Disabled</key> <false/>"

4. lastly launch the snmp daemon (can also reboot at this point to test).
# sudo launchctl load org.net-snmp.snmpd.plist


happy monitoring Smile