May 19, 201511 yr I'm wondering is installing snmp the same as it was for version 5? Where we download the slackware pkg and putting it in the plugins folder, and creating a snmp.conf file and modifying the go file? Thanks
May 19, 201511 yr I don't know but make sure you get the package for Slackware 14.1 and 64 bit. Been caught out by that one myself.
May 19, 201511 yr I'm wondering is installing snmp the same as it was for version 5? Where we download the slackware pkg and putting it in the plugins folder, and creating a snmp.conf file and modifying the go file? Thanks Don't know about this specifically, but only .plg files get installed automatically from either of the plugin folders. A package will auto-install if you put it in /boot/extra. Or you can use installpkg command in the go file, in which case you can put it anywhere and just tell installpkg where it is.
June 6, 201511 yr Anyone successfully get net-snmp installed and running on unRAID 6 ? I've installed: libnl-1.1.4-x86_64-1.txz net-snmp-5.7.2-x86_64-2.txz But now it's looking for libperl.so and I'm stuck on how to install that for slack.
June 6, 201511 yr Look for perl-5.18.1-x86_64-1.txz online, wget it into /boot/extra, and installpkg it. I got it working by installing these packages: net-snmp: http://www.filewatcher.com/m/net-snmp-5.6.1-x86_64-1.txz.2014200-0.html libnl: http://pkgs.org/slackware-14.0/slackware-x86_64/libnl-1.1-x86_64-1.txz.html I followed the steps in this: http://ruinedkingdoms.com/unRAID/mrtg-unmenu-package.conf ... creating a new snmp.conf, editing the rc.d script to use it, etc. After that, running this on my server worked: snmpwalk -v 1 localhost -c public system I also was able to get a Cacti docker container to see the server.
June 6, 201511 yr Awesome, thanks coppit! That's all I needed, perl-5.18.1-x86_64-1.txz I was also following the steps within the mrtg-unmenu-package.conf. I now have it showing up in my Observium docker. So in summary, I'm using the following packages: libnl-1.1.4-x86_64-1.txz net-snmp-5.7.2-x86_64-2.txz perl-5.18.1-x86_64-1.txz
June 6, 201511 yr Awesome, thanks coppit! That's all I needed, perl-5.18.1-x86_64-1.txz I was also following the steps within the mrtg-unmenu-package.conf. I now have it showing up in my Observium docker. So in summary, I'm using the following packages: libnl-1.1.4-x86_64-1.txz net-snmp-5.7.2-x86_64-2.txz perl-5.18.1-x86_64-1.txz Maybe you already know, but any packages you install will have to be re-installed after reboot. If you put them in /boot/extra, unRAID will install them for you when it boots.
June 6, 201511 yr Yup, i put them in extra. I'm also working on an snmp unraid plugin so it's a little more automated.
June 23, 201511 yr Has anyone gotten SNMP to work with Unraid6 final yet? I've been attempting with the packages above +perl5. But all my SNMP queries just timeout. I can see in the log a conneciton is being made. But snmpwalk and cacti/observium just timeout. Not having fun with this
June 23, 201511 yr In the post above, I got it working for one of the release candidates. Not in any permanent way, though... Just a test. I'm waiting on someone to do a plugin.
June 26, 201511 yr I've created a plugin for SNMP. http://lime-technology.com/forum/index.php?topic=41019.0
Archived
This topic is now archived and is closed to further replies.