VoIP Mailing List Archives
Mailing list archives for the VoIP community |
|
View previous topic :: View next topic |
Author |
Message |
rjcarvalho at gmail.com Guest
|
Posted: Thu Feb 14, 2008 4:53 pm Post subject: [asterisk-users] SNMP monitoring |
|
|
I had the same problem some time ago...
You got to install also this packages:
net-snmp-devel
newt-devel
lm_sensors-devel
bzip2-devel
That should do it!
Regards,
Ricardo Carvalho.
On Thu, Feb 14, 2008 at 5:30 PM, Adrian Marsh <Adrian.Marsh at ubiquisys.com>
wrote:
Quote: | Hi All,
I've been reading up on 1.4 snmp integration. When I try and compile
asterisk with a ?with-netsnmp option it complains about net-snmp
installation being broken. However, the net-snmp-devel rpm is installed, and
snmpd on the machine runs fine.
Anyone have a guide for the pre-requisites needed ?
Cheers,
Adrian
_______________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
| -------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20080214/f2772be8/attachment-0001.htm |
|
Back to top |
|
|
dhartman at djhsolutio... Guest
|
Posted: Thu Feb 14, 2008 7:01 pm Post subject: [asterisk-users] SNMP monitoring |
|
|
Ricardo Carvalho wrote:
Quote: | I had the same problem some time ago...
You got to install also this packages:
net-snmp-devel
newt-devel
lm_sensors-devel
bzip2-devel
That should do it!
|
Why would this depend on newt? net-snmp and lm-sensor headers and
libraries make sense. newt doesn't make any sense as a dependency.
Darrick
--
Darrick Hartman
DJH Solutions, LLC
http://www.djhsolutions.com |
|
Back to top |
|
|
rjcarvalho at gmail.com Guest
|
Posted: Thu Feb 14, 2008 7:28 pm Post subject: [asterisk-users] SNMP monitoring |
|
|
Maybe you'r right and newt isn't really necessary. I just read somewhere
that those dependencies were needed, I've installed them and it worked...
Try to only install the other ones and if res_snmp gets compiled without it,
great!
Regards,
Ricardo Carvalho.
On Fri, Feb 15, 2008 at 12:01 AM, Darrick Hartman (lists) <
dhartman at djhsolutions.com> wrote:
Quote: | Ricardo Carvalho wrote:
Quote: | I had the same problem some time ago...
You got to install also this packages:
net-snmp-devel
newt-devel
lm_sensors-devel
bzip2-devel
That should do it!
|
Why would this depend on newt? net-snmp and lm-sensor headers and
libraries make sense. newt doesn't make any sense as a dependency.
Darrick
--
Darrick Hartman
DJH Solutions, LLC
http://www.djhsolutions.com
_______________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
| -------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20080215/c084928b/attachment.htm |
|
Back to top |
|
|
Adrian.Marsh at ubiqui... Guest
|
Posted: Fri Feb 15, 2008 6:42 am Post subject: [asterisk-users] SNMP monitoring |
|
|
Thanks guys,
On two cloned machines, on one I tried:
yum install lm_sensors-devel bzip2-devel
(ignoring newt, and these were the only ones missing)
..and it compiled ok. Then on the other I just added lm_sensors-devel
and the configure -with-net-snmp worked ok, but it didn't compile the
snmp module (but didn't complain either). So then I added bzip2-devel
and all was well on the second machine (so both needed).
So now the res_snmp.so module is loaded. I'll continue to work out what
else is needed (I've no res_snmp.conf file, or net-snmp config updates
done yet).
Adrian
From: asterisk-users-bounces at lists.digium.com
[mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Ricardo
Carvalho
Sent: 15 February 2008 00:29
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [asterisk-users] SNMP monitoring
Maybe you'r right and newt isn't really necessary. I just read somewhere
that those dependencies were needed, I've installed them and it
worked... Try to only install the other ones and if res_snmp gets
compiled without it, great!
Regards,
Ricardo Carvalho.
On Fri, Feb 15, 2008 at 12:01 AM, Darrick Hartman (lists)
<dhartman at djhsolutions.com> wrote:
Ricardo Carvalho wrote:
Quote: | I had the same problem some time ago...
You got to install also this packages:
net-snmp-devel
newt-devel
lm_sensors-devel
bzip2-devel
That should do it!
|
Why would this depend on newt? net-snmp and lm-sensor headers and
libraries make sense. newt doesn't make any sense as a dependency.
Darrick
--
Darrick Hartman
DJH Solutions, LLC
http://www.djhsolutions.com
_______________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20080215/559bfefd/attachment.htm |
|
Back to top |
|
|
olugbenga1 at gmail.com Guest
|
Posted: Sat Feb 16, 2008 12:03 pm Post subject: [asterisk-users] SNMP monitoring |
|
|
Hi am somehow interested in this topic.
What did you want to use the snmp for,do u want to use for monitoring?
I will be expecting reply from the house .
Thanks
On Feb 15, 2008 12:42 PM, Adrian Marsh <Adrian.Marsh at ubiquisys.com> wrote:
Quote: | Thanks guys,
On two cloned machines, on one I tried:
yum install lm_sensors-devel bzip2-devel
(ignoring newt, and these were the only ones missing)
..and it compiled ok. Then on the other I just added lm_sensors-devel and
the configure ?with-net-snmp worked ok, but it didn't compile the snmp
module (but didn't complain either). So then I added bzip2-devel and all
was well on the second machine (so both needed).
So now the res_snmp.so module is loaded. I'll continue to work out what
else is needed (I've no res_snmp.conf file, or net-snmp config updates done
yet).
Adrian
*From:* asterisk-users-bounces at lists.digium.com [mailto:
asterisk-users-bounces at lists.digium.com] *On Behalf Of *Ricardo Carvalho
*Sent:* 15 February 2008 00:29
*To:* Asterisk Users Mailing List - Non-Commercial Discussion
*Subject:* Re: [asterisk-users] SNMP monitoring
Maybe you'r right and newt isn't really necessary. I just read somewhere
that those dependencies were needed, I've installed them and it worked...
Try to only install the other ones and if res_snmp gets compiled without it,
great!
Regards,
Ricardo Carvalho.
On Fri, Feb 15, 2008 at 12:01 AM, Darrick Hartman (lists) <
dhartman at djhsolutions.com> wrote:
Ricardo Carvalho wrote:
Quote: | I had the same problem some time ago...
You got to install also this packages:
net-snmp-devel
newt-devel
lm_sensors-devel
bzip2-devel
That should do it!
|
Why would this depend on newt? net-snmp and lm-sensor headers and
libraries make sense. newt doesn't make any sense as a dependency.
Darrick
--
Darrick Hartman
DJH Solutions, LLC
http://www.djhsolutions.com
_______________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
_______________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
| -------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20080216/cf8f102a/attachment.htm |
|
Back to top |
|
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|