Tim Chipman
2006-Nov-28 17:30 UTC
[Nut-upsuser] SUMMARY re: Success with SNMP Monitoring build
Hi, many thanks to those who responded (Charles Lepple and "lonely wolf") In order to build, as directed, I needed to install a few goodies via "yum". Things then built fine and nut seems to detect my UPS perfectly and things are going well. I should mention, maybe, that the following yum installs were done to get this working. --paste-- yum install net-snmp-devel # the following was also needed on my machine to get the build to proceed. yum install openssl-devel after this, in my nut source tree, ./configure --prefix=/opt/nut --with-user=nut --with-drivers=snmp-ups make make install go to /opt/nut/etc and edit config files as per install guide docs for nut things go swimmingly - yay. --endpaste-- Many thanks for the help, --Tim Chipman -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.alioth.debian.org/pipermail/nut-upsuser/attachments/20061128/80a52e05/attachment.htm
Peter Selinger
2006-Nov-29 03:24 UTC
[Nut-upsuser] SUMMARY re: Success with SNMP Monitoring build
Tim Chipman wrote:> > Hi, > > many thanks to those who responded (Charles Lepple and "lonely wolf")I guess I responded too late. Sorry for not looking ahead before replying (I actually did look, but was thrown off by the changed subject line). I was also apparently wrong about the need to do "make snmp". Anyway, I'm glad you got it to work. -- Peter> In order to build, as directed, I needed to install a few goodies via > "yum". Things then built fine and nut seems to detect my UPS perfectly and > things are going well. > > I should mention, maybe, that the following yum installs were done to get > this working. > > --paste-- > > yum install net-snmp-devel > > # the following was also needed on my machine to get the build to proceed. > yum install openssl-devel > > after this, in my nut source tree, > > ./configure --prefix=/opt/nut --with-user=nut --with-drivers=snmp-ups > make > make install > > go to /opt/nut/etc and edit config files as per install guide docs for nut > things go swimmingly - yay. > > --endpaste-- > > Many thanks for the help, > > --Tim Chipman