bboy8012 Posted May 19, 2015 Share Posted May 19, 2015 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 Link to comment
CHBMB Posted May 19, 2015 Share Posted May 19, 2015 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. Link to comment
trurl Posted May 19, 2015 Share Posted May 19, 2015 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. Link to comment
bboy8012 Posted May 21, 2015 Author Share Posted May 21, 2015 Thanks for the info guys, I'll update when I try it. Link to comment
jamescarlos Posted June 6, 2015 Share Posted June 6, 2015 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. Link to comment
coppit Posted June 6, 2015 Share Posted June 6, 2015 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. Link to comment
jamescarlos Posted June 6, 2015 Share Posted June 6, 2015 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 Link to comment
trurl Posted June 6, 2015 Share Posted June 6, 2015 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. Link to comment
jamescarlos Posted June 6, 2015 Share Posted June 6, 2015 Yup, i put them in extra. I'm also working on an snmp unraid plugin so it's a little more automated. Link to comment
Uirel Posted June 23, 2015 Share Posted June 23, 2015 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 Link to comment
coppit Posted June 23, 2015 Share Posted June 23, 2015 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. Link to comment
coppit Posted June 26, 2015 Share Posted June 26, 2015 I've created a plugin for SNMP. http://lime-technology.com/forum/index.php?topic=41019.0 Link to comment
jamescarlos Posted June 26, 2015 Share Posted June 26, 2015 Awesome, nice work coppit! I'll give it a try a little later. Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.