Jean-Francois Beaulieu | 1 Jul 2008 01:14
Picon
Favicon

Re: [opennms-discuss] sql backup to new OpenNMS server

Thanks Jeff it did the trick !

Sql on my way :)
----- Original Message -----
From: <opennms-discuss-request <at> lists.sourceforge.net>
To: <opennms-discuss <at> lists.sourceforge.net>
Sent: Monday, June 30, 2008 4:41 PM
Subject: opennms-discuss Digest, Vol 26, Issue 102

> Send opennms-discuss mailing list submissions to
> opennms-discuss <at> lists.sourceforge.net
>
> To subscribe or unsubscribe via the World Wide Web, visit
> https://lists.sourceforge.net/lists/listinfo/opennms-discuss
> or, via email, send a message with subject or body 'help' to
> opennms-discuss-request <at> lists.sourceforge.net
>
> You can reach the person managing the list at
> opennms-discuss-owner <at> lists.sourceforge.net
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of opennms-discuss digest..."
>
>
> Today's Topics:
>
>    1. unmanaging an interface on a host with two active interfaces
>       (Jay Christopherson)
>    2. Re: unmanaging an interface on a host with two active
>       interfaces (Aaron Paxson)
(Continue reading)

Markus Gruenkorn | 1 Jul 2008 08:06
Picon
Favicon

[opennms-discuss] Fw: Antwort: [Bug 2366] Proxy Support for PagesequenceMonitor


Hi,
is there any place I can lookup how to use the new feature (proxy support)?
I didnt  find anything about it in the Release Notes of 1.5.93 .
Markus

                                                                           

                                                                           

                                                                           
          bugzilla <at> opennms.o                                            An 
          rg                                                               

          18.06.2008 18:51            markus.gruenkorn <at> edag.de             
                                                                     Kopie 

                                                                     Thema 
                                      [Bug 2366] Proxy Support for         
                                      PagesequenceMonitor                  

http://bugzilla.opennms.org/show_bug.cgi?id=2366

ranger <at> opennms.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------

   Target Milestone|1.5.92 (1.6 beta 3)         |1.5.93 (1.6 beta 4)

(Continue reading)

Nordine BABA | 1 Jul 2008 12:43
Picon
Favicon

[opennms-discuss] How to delete acknowlegded events ?

Hello,

I want to delete acknowledged events which are still available for consultation on the web interface.

Is it possible to do that without purging the PSQL database ?

Thanks

-Nordine

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
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
Tarus Balog | 1 Jul 2008 13:46
Favicon

Re: [opennms-discuss] How to delete acknowlegded events ?


On Jul 1, 2008, at 6:43 AM, Nordine BABA wrote:

> I want to delete acknowledged events which are still available for  
> consultation on the web interface.
>
> Is it possible to do that without purging the PSQL database ?

Hrm, yes, it is quite simple:

psql -U opennms opennms
delete from events where eventacktime is null;
\q

however, this will delete any outage records and notifications that  
are referenced by those events. Is this what you wanted?

-T
_______________________________________________________________________
Tarus Balog, OpenNMS Maintainer             Main:   +1 919 533 0160
The OpenNMS Group, Inc.                     Fax:    +1 503 961 7746
Email: tarus <at> opennms.org                    URL: http://www.opennms.org
PGP Key Fingerprint: 8945 8521 9771 FEC9 5481  512B FECA 11D2 FD82 B45C

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
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

Tarus Balog | 1 Jul 2008 13:48
Favicon

Re: [opennms-discuss] How to delete acknowlegded events ?


On Jul 1, 2008, at 7:46 AM, Tarus Balog wrote:

> Hrm, yes, it is quite simple:
>
> psql -U opennms opennms
> delete from events where eventacktime is null;
> \q

Ahhh!

make that "is not null"! "is not null"!

Sorry.

-T

_______________________________________________________________________
Tarus Balog, OpenNMS Maintainer             Main:   +1 919 533 0160
The OpenNMS Group, Inc.                     Fax:    +1 503 961 7746
Email: tarus <at> opennms.org                    URL: http://www.opennms.org
PGP Key Fingerprint: 8945 8521 9771 FEC9 5481  512B FECA 11D2 FD82 B45C

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
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

Jeff Gehlbach | 1 Jul 2008 15:03
Favicon

Re: [opennms-discuss] Fw: Antwort: [Bug 2366] Proxy Support for PagesequenceMonitor

On Jul 1, 2008, at 2:06 AM, Markus Gruenkorn wrote:
> is there any place I can lookup how to use the new feature (proxy  
> support)?
> I didnt  find anything about it in the Release Notes of 1.5.93 .

That's because the work has not yet been completed.  It was targeted  
for 1.5.93; I've re-targeted it for 1.5.94.

-jeff

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
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

Honia A | 1 Jul 2008 17:56
Picon
Favicon

Re: [opennms-discuss] HTTP Data Collector example doesn't work

OK, I did a research online and came across this article: http://www.opennms.org/index.php/Testing_Filtering_Proxies_With_HTTPMonitor
so, I added the protocol plugin as it instructed and have that service added to be monitored (poller-configuration.xml). The service is shown in my OpenNMS but it shows the "Not Monitored" message and not to mention that no data is being collected on this node...
 
May be I should look for the collected data in some other directory? I look in /opt/opennms/share/rrd/response and I also looked in /opt/opennms/share/rrd/snmp but nothing has been collected...
 
Can someone please help me figuring this out?
 
Thanks in advance

 


> From: jeffg <at> opennms.org
> To: opennms-discuss <at> lists.sourceforge.net
> Date: Thu, 26 Jun 2008 14:54:41 -0400
> Subject: Re: [opennms-discuss] HTTP Data Collector example doesn't work
>
> On Jun 26, 2008, at 1:37 PM, Honia A wrote:
> > I tried it again and looks like my OpenNMS can not reach the www.opennms.org
> > website...how should I fix this please?
>
> I really can't help you with this kind of troubleshooting since I
> don't know anything about your network. This is pretty basic stuff
> that you should be able to figure out if you expend a little effort on
> it.
>
> -jeff
>
> -------------------------------------------------------------------------
> Check out the new SourceForge.net Marketplace.
> It's the best place to buy or sell services for
> just about anything Open Source.
> http://sourceforge.net/services/buy/index.php
> _______________________________________________
> 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

Use video conversation to talk face-to-face with Windows Live Messenger. Get started.
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
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
Honia A | 1 Jul 2008 18:21
Picon
Favicon

Re: [opennms-discuss] HTTP Data Collector example doesn't work

Sorry I forgot to ask, can anyone please let me know the URL of this thread? I have access to it via email only and was wondering if there is a way to see this thread on the internet.

 


> From: jeffg <at> opennms.org
> To: opennms-discuss <at> lists.sourceforge.net
> Date: Wed, 25 Jun 2008 13:33:15 -0400
> Subject: Re: [opennms-discuss] HTTP Data Collector example doesn't work
>
> On Jun 25, 2008, at 12:31 PM, Honia A wrote:
> > 1) I added the following lines to my capsd-configuration.xml (/opt/
> > opennms/etc/capsd-configuration.xml):
> >
> > <protocol-plugin protocol="HttpDocCount" class-
> > name="org.opennms.netmgt.capsd.plugins.HttpPlugin" scan="on" user-
> > defined="false">
> > <property key="port" value="80" />
> > <property key="timeout" value="3000" />
> > <property key="retry" value="2" />
> > <property key="url" value="/opt/opennms/jetty-webapps/
> > opennms/httpcolltest.html" />
>
> The URL you specify here is a full UNIX filesystem path. If you put
> the httpcolltest.html file in the top level of the OpenNMS webapp,
> then the correct value for the URL property would be "/opennms/
> httpcolltest.html". It still won't work, though, because the webapp
> is protected and cannot be reached without authenticating first. It's
> technically possible to make this work, but for a first example, it
> will be far simpler to put the test file on a separate web server.
>
> Get that done, and verify that you can fetch the test page using wget
> or curl, and then have another swing at this.
>
> -jeff
>
> -------------------------------------------------------------------------
> Check out the new SourceForge.net Marketplace.
> It's the best place to buy or sell services for
> just about anything Open Source.
> http://sourceforge.net/services/buy/index.php
> _______________________________________________
> 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

The i’m Talkaton. Can 30-days of conversation change the world? Find out now.
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
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
Jeff Gehlbach | 1 Jul 2008 18:50
Favicon

Re: [opennms-discuss] HTTP Data Collector example doesn't work

On Jul 1, 2008, at 12:21 PM, Honia A wrote:

> Sorry I forgot to ask, can anyone please let me know the URL of this  
> thread? I have access to it via email only and was wondering if  
> there is a way to see this thread on the internet.

This list is archived in several places.  marc.info and gmane.org both  
archive it with a nice searchable interface, and there are also the  
mailman archives that SourceForge keeps.  You can easily search either  
MARC or GMane to find this thread.

-jeff

-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
_______________________________________________
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

Shawn Heisey | 1 Jul 2008 19:14
Gravatar

Re: [opennms-discuss] OpenNMS 1.5.92 Released

After the upgrade to 1.5.93, system load got up to about 7.5, which is 
better than before.  I don't know if this is unusual, as I had never 
really looked before.  It does strike me as rather high.

mcp:/var/log/opennms# time opennms start
Starting OpenNMS: ok

real    1m23.726s
user    0m23.245s
sys     0m1.556s

It looks like there aren't as many exceptions this time.  There are a 
few in eventd.log, which appear to happen after the system finishes 
starting.  The exceptions for snmp4j have moved from output.log to their 
own log, but at least some of them are still there.  I then re-ran the 
startup with all logs set to DEBUG.  You can access the new log using 
the same URL I sent to you unicast, just change the filename to 
opennms-logs.tar.gz instead.

Thanks,
Shawn

Jeff Gehlbach wrote:
> On Jun 25, 2008, at 10:27 AM, Shawn Heisey wrote:
>   
>>> Do you see any NullPointerExceptions in any of your logs?  We  
>>> upgraded
>>> SNMP4J in this release, and one of our support customers has reported
>>> higher system loads and lots of NPEs from SNMP4J in output.log.
>>>
>>>       
>> There are 48 NPEs in the output.log file during startup, all or most  
>> are
>> from snmp4j.  I will send you a URL to access the file directly, don't
>> want it going out in public.
>>     
>
> OK, I'd love to see any non-SNMP4J ones that you have.  We released  
> 1.5.93 yesterday, it's exactly the same as 1.5.92 except with a fix to  
> SNMP4J to eliminate the NPEs (and fixes to a few unit tests).  When  
> you get a chance to upgrade, please report on any improvement or lack  
> thereof in your system load.
>   

-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
_______________________________________________
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