Doug Ferguson | 1 Jul 2007 19:43

[opennms-discuss] Solution to problem starting OpenNMS 1.3 - Make sure snmptrapd is not running

Found an interesting problem where OpenNMS would report starting then fail after starting.  The error indicated that one of the Java apps was failing to start.
 
Upon further investigation, I found that OpenNMS could not start because the system already had snmptrapd running.  Once I disabled that, it started fine.
 
Just something to keep in mind.
 
Doug
 
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Please read the OpenNMS Mailing List FAQ:
http://www.opennms.org/index.php/Mailing_List_FAQ

opennms-discuss mailing list

To *unsubscribe* or change your subscription options, see the bottom of this page:
https://lists.sourceforge.net/lists/listinfo/opennms-discuss
Changer Van | 2 Jul 2007 11:34
Picon

[opennms-discuss] how to generate pdf report file automatically

Hi all,
 
When I clicked the generate button on availability performance report,
the pdf report file was sending to a administrator by email.
 
Now we want to automate the report generation by sending via email every morning,
How to generate the graphical pdf report automatically?
 
Any help/method to automate would be greatly appreciated.

--
Regards,
Changer
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Please read the OpenNMS Mailing List FAQ:
http://www.opennms.org/index.php/Mailing_List_FAQ

opennms-discuss mailing list

To *unsubscribe* or change your subscription options, see the bottom of this page:
https://lists.sourceforge.net/lists/listinfo/opennms-discuss
Andreas Holen | 2 Jul 2007 14:24

[opennms-discuss] Saving/display web-pages that not contains text defined in poller-configuration

Is it possible to append to poller.log  the contents of a page if the
containing text doesn't match?

I'm monitoring a page with "response-text" and want to know the contents
of the page when OpenNMS doesn't find the response-text..

-- 
Andreas Holen
Manamind AS
andreas <at> manamind.com
+47 950 88 217
http://www.manamind.com

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Please read the OpenNMS Mailing List FAQ:
http://www.opennms.org/index.php/Mailing_List_FAQ

opennms-discuss mailing list

To *unsubscribe* or change your subscription options, see the bottom of this page:
https://lists.sourceforge.net/lists/listinfo/opennms-discuss

Charles Steinkuehler | 2 Jul 2007 16:45

Re: [opennms-discuss] Nodes and Interfaces


Charles Steinkuehler wrote:

> Update:  After playing with the net-snmp configuration, I have managed
> to get multiple IPs (currently 7, and it should be increasing) showing
> up under the same node ID.
> 
> To achieve this, I had to add an "agentaddress" field in the snmpd.conf
> file for net-snmp.  Basically using the default (listen via UDP port 161
> on all IPs) did not work properly (responses were sent from the primary
> IP address of eth0, not from the IP used for the query), but the
> following worked properly (response used the same IP the query was sent to):
> 
> agentaddress
> 199.79.203.62:161,199.79.203.61:161,199.79.203.60:161,199.79.203.59:161,199.79.203.58:161,199.79.203.57:161,199.79.203.56:161,199.79.203.55:161,199.79.203.54:161,199.79.203.53:161,199.79.203.52:161,199.79.203.51:161,199.79.203.50:161,199.79.203.49:161
> 
> While this fix is kind of ugly, it does work, so it looks like I need to
> be pestering the net-snmp folks and not the opennms community.

I asked about this on the net-snmp-users list, and it has apparently
been fixed in recent versions of net-snmp:

<quote "David Shield">
This problem was fixed in September - see SVN revision 15215.
That fix was included in the 5.2.4, 5.3.1 and 5.4/5.4.1 releases.
</quote>

--
Charles Steinkuehler
cstein <at> newtek.com
Patrick Tuite | 2 Jul 2007 18:33
Picon

[opennms-discuss] SMS using Clickatell Web Service

Hi all

Has anyone tried SMS notifications using a web service? I found one
called Clickatell that allows you to form the SMS parameters as a HTTP
POST with parm=value attributes or using XML tags. i.e.
http://api.clickatell.com/http/sendmsg?user=xxxxx&password=xxxxx&api_id=xxxxx&to=xxxxxxxxx&text=Meet+me+outside

http://api.clickatell.com/xml/xml?data=<clickAPI><sendMsg><api_id>1</api_id><user>demo</user><password>demo</password><to>448311234567</to><text>Meet
me outside</text><from>me</from></sendMsg></clickAPI>

If so, is there any way of adding in the relevant data through variable
substitution. I can't say I've had much luck modifying the
HttpNotificationStrategy! I think what I need is to pull out the -np and
-tm fields for the Send To number and the Message body.

Thanks

Chewy

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Please read the OpenNMS Mailing List FAQ:
http://www.opennms.org/index.php/Mailing_List_FAQ

opennms-discuss mailing list

To *unsubscribe* or change your subscription options, see the bottom of this page:
https://lists.sourceforge.net/lists/listinfo/opennms-discuss

Danny Willis | 2 Jul 2007 19:01

Re: [opennms-discuss] Solution to problem starting OpenNMS 1.3 - Makesure snmptrapd is not running

Interesting.  What Operating system and what version of that OS are you running?  I am running SUSE linux enterprise and I have never run into that problem, at least related to the snmptrapd dameon.

 

From: opennms-discuss-bounces <at> lists.sourceforge.net [mailto:opennms-discuss-bounces <at> lists.sourceforge.net] On Behalf Of Doug Ferguson
Sent: Sunday, July 01, 2007 1:44 PM
To: opennms-discuss <at> lists.sourceforge.net
Subject: [opennms-discuss] Solution to problem starting OpenNMS 1.3 - Makesure snmptrapd is not running

 

Found an interesting problem where OpenNMS would report starting then fail after starting.  The error indicated that one of the Java apps was failing to start.

 

Upon further investigation, I found that OpenNMS could not start because the system already had snmptrapd running.  Once I disabled that, it started fine.

 

Just something to keep in mind.

 

Doug

 

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Please read the OpenNMS Mailing List FAQ:
http://www.opennms.org/index.php/Mailing_List_FAQ

opennms-discuss mailing list

To *unsubscribe* or change your subscription options, see the bottom of this page:
https://lists.sourceforge.net/lists/listinfo/opennms-discuss
rmg_opennms | 2 Jul 2007 21:05

[opennms-discuss] x86-64 and ifType (ifTable) - not working in opennms but can snmpwalk

Hi guys,

I seem to have hit upon an issue that we’re having a tough time with.  We have SuSE 9.3 (x86-64) rolled out on multiple hosts with SuSE’s default 5.2.3 SNMP package on there.  We notice that OpenNMS (both 1.2.9, our production instance, and 1.3.3-1 our current test upgrade instance) cannot get an snmp address for it and sets the ifIndex to –100.  This does not happen on the same package for all i586 systems.  We have compiled net-snmp 5.3.1 for x86-64 and continue to have the same issue where opennms won’t pick up the IfIndex.  Is anyone else experiencing this problem?  Does anyone have a net-snmp package for x86-64 that works, and if so can you share your compile options?

These are our current compile options:
./configure --with-persistent-directory=/var/lib/net-snmp \
--with-sys-contact="root <at> localhost" \
--with-logfile="/var/log/snmpd.log" \
--with-sys-location="unknown" \
--prefix=/usr/local/net-snmp \
--exec-prefix=/usr/local/net-snmp \
--with-default-snmp-version=1 \
--enable-ucd-snmp-compatibility \
--with-mib-modules="host ucd-snmp/diskio"

Note that we tried to compile —with-mib-modules=”host ucd-snmp/diskio mibII/interfaces”
But it keeps dying on mibII/interfaces even though in the configure options it lists mibII/interfaces as:   mibII/interfaces     (old ifTable implementation)




2007-07-02 14:37:47,674 DEBUG [Main] JdbcCapsdDbSyncer: syncManagementState: 10.
32.1.202/SNMP to be polled based on poller config?: false
2007-07-02 14:37:47,675 DEBUG [Main] JdbcCapsdDbSyncer: syncManagementState: upd
ate completed for node/interface/svc: 365/10.32.1.202/SNMP status changed from N
 to N
2007-07-02 14:37:47,743 DEBUG [Main] JdbcCapsdDbSyncer: Using ifIndex = -100 for
 address 10.32.1.202
2007-07-02 14:37:47,743 DEBUG [Main] JdbcCapsdDbSyncer: snmpInterface table entr
y for address 10.32.1.202 does not have a valid ifType

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Please read the OpenNMS Mailing List FAQ:
http://www.opennms.org/index.php/Mailing_List_FAQ

opennms-discuss mailing list

To *unsubscribe* or change your subscription options, see the bottom of this page:
https://lists.sourceforge.net/lists/listinfo/opennms-discuss
Mario Behring | 2 Jul 2007 21:49
Picon
Favicon

[opennms-discuss] file system name on alarm messages

Hi list,

I configured ONMS to alarm on thresholds and it is working fine. However, alarm messages from Net-snmp for Linux/Unix disk space are not showing the actual file system name, please see message below:

High threshold exceeded for SNMP datasource ns-disk-3-pct on interface 172.20.0.4, parms: ds="ns-disk-3-pct" value="98.0" threshold="90.0" trigger="1" rearm="70.0"


How can I have this message show the file system name (/, /var. /opt, etc.)?

Mario






 
Mario Behring
IBM Tivoli Certified Consultant
HP Openview Consultant
+55 11 8205-9349
mariobehring <at> yahoo.com
behringm <at> hotmail.com (msn)


We won't tell. Get more on shows you hate to love
(and love to hate): Yahoo! TV's Guilty Pleasures list.
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Please read the OpenNMS Mailing List FAQ:
http://www.opennms.org/index.php/Mailing_List_FAQ

opennms-discuss mailing list

To *unsubscribe* or change your subscription options, see the bottom of this page:
https://lists.sourceforge.net/lists/listinfo/opennms-discuss
Changer Van | 3 Jul 2007 09:19
Picon

[opennms-discuss] interface performance data's graphic can not be shown

Hi all,
 
I have installed opennms 1.2.7 on solaris x86 u3,
software's version:
java 1.6.0_01,
tomcat 4.1.36,
postgresql  8.1.5,
rrdtool 1.2.19.
After opennms was strarted, the interface performance data's graphic can not be shown.
I right clicked the unknown image and chose view image, the following line was the output:
Any help would be greatly appreciated.

--
Regards,
Changer
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Please read the OpenNMS Mailing List FAQ:
http://www.opennms.org/index.php/Mailing_List_FAQ

opennms-discuss mailing list

To *unsubscribe* or change your subscription options, see the bottom of this page:
https://lists.sourceforge.net/lists/listinfo/opennms-discuss
Giles Coochey | 3 Jul 2007 09:21

Re: [opennms-discuss] SMS using Clickatell Web Service

Yes,

I have done this in a previous deployment I no longer have access to.

It's pretty simple to modify the email notification to work with this.

Best regards

Giles Coochey

-----Original Message-----
From: opennms-discuss-bounces <at> lists.sourceforge.net
[mailto:opennms-discuss-bounces <at> lists.sourceforge.net] On Behalf Of
Patrick Tuite
Sent: 02 July 2007 18:34
To: General OpenNMS Discussion
Subject: [opennms-discuss] SMS using Clickatell Web Service

Hi all

Has anyone tried SMS notifications using a web service? I found one
called Clickatell that allows you to form the SMS parameters as a HTTP
POST with parm=value attributes or using XML tags. i.e.
http://api.clickatell.com/http/sendmsg?user=xxxxx&password=xxxxx&api_id=
xxxxx&to=xxxxxxxxx&text=Meet+me+outside

http://api.clickatell.com/xml/xml?data=<clickAPI><sendMsg><api_id>1</api
_id><user>demo</user><password>demo</password><to>448311234567</to><text
>Meet
me outside</text><from>me</from></sendMsg></clickAPI>

If so, is there any way of adding in the relevant data through variable
substitution. I can't say I've had much luck modifying the
HttpNotificationStrategy! I think what I need is to pull out the -np and
-tm fields for the Send To number and the Message body.

Thanks

Chewy

------------------------------------------------------------------------
-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Please read the OpenNMS Mailing List FAQ:
http://www.opennms.org/index.php/Mailing_List_FAQ

opennms-discuss mailing list

To *unsubscribe* or change your subscription options, see the bottom of
this page:
https://lists.sourceforge.net/lists/listinfo/opennms-discuss

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Please read the OpenNMS Mailing List FAQ:
http://www.opennms.org/index.php/Mailing_List_FAQ

opennms-discuss mailing list

To *unsubscribe* or change your subscription options, see the bottom of this page:
https://lists.sourceforge.net/lists/listinfo/opennms-discuss


Gmane