Guarini, Jeremy | 1 Sep 2010 01:03
Favicon

Graph tcp connections and ports

Hi all,

Has anyone done anything with graphing the number of tcp connections on a node? In addition to the number of connection, maybe break that down to number/per specific port and maybe a graph of EST/CLOSEDW/TIMEO.

Thanks,
Jeremy Guarini
------------------------------------------------------------------------------
This SF.net Dev2Dev email is sponsored by:

Show off your parallel programming skills.
Enter the Intel(R) Threading Challenge 2010.
http://p.sf.net/sfu/intel-thread-sfd
_______________________________________________
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
marc williams | 1 Sep 2010 02:03
Picon

Re: URL reponse time monitoring still not working using PSM.

Can you get it to work without doing the login part? I did get PSM working monitoring on one site which can be accessed by its IP:

This very basic config works: added the node and service  via a provisioning group.

capsd-configuration.xml

<protocol-plugin protocol="TEST"
        class-name="org.opennms.netmgt.capsd.plugins.HttpPlugin"
        scan="on" user-defined="false">
        <property key="timeout" value="5000"/>
        <property key="retry" value="1"/>
    </protocol-plugin>

 poller-configuration.xml

 <service name="TEST" interval="300000" user-defined="true" status="on">
            <parameter key="retry" value="1"/>
            <parameter key="timeout" value="5000"/>
            <parameter key="rrd-repository" value="/var/lib/opennms/rrd/response" />
            <parameter key="ds-name" value="test"/>
            <parameter key="page-sequence">
             <page-sequence>
                <page path="/homepage" port="80" successMatch="Password"/>
              </page-sequence>
            </parameter>
        </service>

<monitor service="TEST" class-name="org.opennms.netmgt.poller.monitors.PageSequenceMonitor"/>



On 31 August 2010 16:54, Bill Paulson <Bill.Paulson <at> sophos.com> wrote:

Here is the latest package I have tried in the poller.configuration.xml:

 

<package name="LinuxAntispam" remote="false">

        <filter>(IPADDR != '0.0.0.0' &amp; (pollerCategory LIKE "%LinuxAntispam%") &amp; (category == 'Server' | category == 'Infrastructure'))</filter>

        <specific>19.19.19.19</specific>

        <include-range begin="1.1.1.1" end="254.254.254.254"/>

        <rrd step="300">

            <rra xmlns="">RRA:AVERAGE:0.5:1:2016</rra>

            <rra xmlns="">RRA:AVERAGE:0.5:12:1488</rra>

            <rra xmlns="">RRA:AVERAGE:0.5:288:366</rra>

            <rra xmlns="">RRA:MAX:0.5:288:366</rra>

            <rra xmlns="">RRA:MIN:0.5:288:366</rra>

    </rrd>

        <service name="Linux-Anitspam" interval="300000" user-defined="true" status="on">

            <parameter key="retry" value="1"/>

            <parameter key="timeout" value="5000"/>

            <parameter key="rrd-repository" value="/opt/opennms/share/rrd/response"/>

            <parameter key="ds-name" value="linuxantispam"/>

            <parameter key="page-sequence">

              <!-- this uses a newly implemented feature of poller-configuration.xml

                   (it has not yet been added to other daemons like capsd, collected, etc)

                   this feature allows you to insert xml content inside of the parameter tags

                   rather than as a string in the value attribute -->

              <page-sequence>

              <!--  <page path="http://pmx.sophos.com/as-sdk/2.x-latest/linux/antispam.tgz.md5" ds-name="linuxantispam" port="80" successMatch="l" /> -->

              <!--  <page path="/opennms/j_spring_security_check"  port="80" method="POST" failureMatch="(?s)Your log-in attempt failed.*Reason: ([^<]*)" failureMessage="Login in Failed: ${1}" successMatch="Log out"> -->

 

<!-- First get port 80 so we have a clean success -->

                <page scheme="http" path="/" port="80" successMatch="antispam" />

            <!-- RIGHT NOW JUST GET THE LOGIN PAGE -->

                <page scheme="http"

                        virtual-host="pmx.sophos.com"

                        host="pmx.sophos.com"

                        path="/as-sdk/2.x-latest/linux/antispam.tgz.md5&amp;j_url=/app/home&amp;j_sc=http"

                        port="80"

                        failureMessage="Login failed: ${1}"

                        http-version="1.1"

                        successMatch="success" />

                        <!--timeout="10000" http-version="1.1"-->

                <page scheme="http"

                        virtual-host="pmx.sophos.com"

                        host="pmx.sophos.com"

                        path="/as-sdk/2.x-latest/linux/antispam.tgz.md5&amp;j_url=/app/home&amp;j_sc=http"

                        port="80"

                        failureMessage="Login failed: ${1}"

                        http-version="1.1">

                        <!--method="POST"-->

                        <!--successMatch="Aaron"-->

                        <parameter key="response" value="303"/>

                        <parameter key="j_username" value="user"/>

                        <parameter key="j_password" value="pass"/>

                        <parameter key="j_q" value="/"/>

                        <parameter key="j_sc" value="http"/>

                        <parameter key="j_url" value="/app/home"/>

                     <!--   <parameter key="j_username" value="BLABLAABLAAA.com"/>  -->

          <!--    <page host="pmx.sophos.com" path="/as-sdk/2.x-latest/linux/antispam.tgz.md5" method="POST" successMatch="antispam-2010.8.30.194515-i686-linux.tar.gz" >

              <parameter key="j_username" value="dev-as-sdk"/>

              <parameter key="j_password" value="3M <at> rgar1tas"/> -->

              </page>

              </page-sequence>

            </parameter>

        </service>

        <downtime begin="0" end="300000" interval="30000"/>

        <downtime begin="300000" end="43200000" interval="300000"/>

        <downtime begin="43200000" end="432000000" interval="600000"/>

        <downtime begin="432000000" delete="true"/>

    </package>

 

The poller.log shows:

 

2010-08-31 15:38:58,309 DEBUG [PollerScheduler-70 Pool-fiber2] PollableServiceConfig: Finish polling 9:209.17.179.239:Linux-Anitspam using pkg LinuxAntispam result =Down

 

But what constitutes Down?  I am start to do a “Red Green” on this and duck-taping several different pieces together to try to get it to give me some good news.  Again all that is needed is to login to the site and record the time it takes to alert if it exceeds a certain threshold.

 

TIA

 

Bill Paulson
Senior Systems Engineer

email: Bill.Paulson <at> sophos.com
tel: +1 614 923 6280

SOPHOS - simply secure


------------------------------------------------------------------------------
This SF.net Dev2Dev email is sponsored by:

Show off your parallel programming skills.
Enter the Intel(R) Threading Challenge 2010.
http://p.sf.net/sfu/intel-thread-sfd
_______________________________________________
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 Dev2Dev email is sponsored by:

Show off your parallel programming skills.
Enter the Intel(R) Threading Challenge 2010.
http://p.sf.net/sfu/intel-thread-sfd
_______________________________________________
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
marc williams | 1 Sep 2010 02:08
Picon

Re: Node/service Discovery problem - Discovered, then deleted

 what stuff? :-)

When i restart ONMS it discovers the ip again and creates a new node for it. restart NMS same again, another node. those nodes all have services discovered then deleted straight away. 


On 31 August 2010 20:42, John Blake <jblake <at> us.ibm.com> wrote:

Wonder if its an automation causing it or not......
can ya disable the stuff in vacumnd and see if it still happens?





From: marc williams <marcwilliamsuk <at> gmail.com>
To: General OpenNMS Discussion <opennms-discuss <at> lists.sourceforge.net>
Date: 08/31/2010 11:10 AM
Subject: Re: [opennms-discuss] Node/service Discovery problem - Discovered, then deleted




I have the same issue on a node (linux server).  interface is discovered plus icmp, snmp, ssh then straight away the interface and services are deleted.  Using 1.8.3. 

On 30 August 2010 09:34, CALLEJA-ALBILLOS, FRANCK (FRANCK)** CTR ** <Franck.Calleja-Albillos <at> alcatel-lucent.com> wrote:
Hi,

 

No alarm are present.

But very strange, the auto-discovery did “discover” it alone this week-end and add the node correctly with all the services and all the interface.

 

I had just to delete the ones that I’ve added manually through the “add interface”.

 

Thanks for answer.

Next time I’ll wait auto-discovery to act properly.

 

Regards.

Franck.

 

De : John Blake [mailto:jblake <at> us.ibm.com]
Envoyé : vendredi 27 août 2010 15:28
À : General OpenNMS Discussion
Objet : Re: [opennms-discuss] Node/service Discovery problem - Discovered, then deleted

 


 Is there any alarms/outages for that node ID?


From: "CALLEJA-ALBILLOS, FRANCK (FRANCK)** CTR **" <Franck.Calleja-Albillos <at> alcatel-lucent.com>
To: "'opennms-discuss <at> lists.sourceforge.net'" <opennms-discuss <at> lists.sourceforge.net>
Date: 08/27/2010 07:41 AM
Subject: [opennms-discuss] Node/service Discovery problem - Discovered,        then deleted

 




Hello,
 
I’m adding a new node into an existing opennms server and encounter a problem in the service discovery part. The node is correctly discovered, then the interface is discovered and associated with the node. All the services are then discovered.
 
But straight away, the services are all deleted and the interface is also deleted.
 
The reason in the deletion event is :
 
Service HTTP was deleted from interface 172.19.17.4, associated with Node ID# 56.
When a service is deleted from an interface, it is due to extended downtime of that service of over seven (7) days.
If a previously deleted service becomes active again on an interface, it will be re-added to the OpenNMS database as a new occurrence of that service and will be disassociated with any historic outages.
 
Any ideas.
 
Best regards,
Franck CALLEJA-ALBILLOS
 ------------------------------------------------------------------------------
Sell apps to millions through the Intel(R) Atom(Tm) Developer Program
Be part of this innovative community and reach millions of netbook users
worldwide. Take advantage of special opportunities to increase revenue and
speed time-to-market. Join now, and jumpstart your future.
http://p.sf.net/sfu/intel-atom-d2d_______________________________________________
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

------------------------------------------------------------------------------
Sell apps to millions through the Intel(R) Atom(Tm) Developer Program
Be part of this innovative community and reach millions of netbook users
worldwide. Take advantage of special opportunities to increase revenue and
speed time-to-market. Join now, and jumpstart your future.
http://p.sf.net/sfu/intel-atom-d2d
_______________________________________________
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 Dev2Dev email is sponsored by:

Show off your parallel programming skills.
Enter the Intel(R) Threading Challenge 2010.
http://p.sf.net/sfu/intel-thread-sfd_______________________________________________

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 Dev2Dev email is sponsored by:

Show off your parallel programming skills.
Enter the Intel(R) Threading Challenge 2010.
http://p.sf.net/sfu/intel-thread-sfd
_______________________________________________
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 Dev2Dev email is sponsored by:

Show off your parallel programming skills.
Enter the Intel(R) Threading Challenge 2010.
http://p.sf.net/sfu/intel-thread-sfd
_______________________________________________
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
avb | 1 Sep 2010 10:17

Monitor Maipu Devices(Routers and Switches)


Hi,

I would like to monitor Node-level performance of maipu device through
OpenNms. 
On the network device SNMP is enabled. 
I have added these(Maipu) devices in OpenNMS and facing the problems listed
below 
-there is no SNMP information.(SNMP information is not seen in OpenNMS)
-unable to monitor Node-level performance.

 Is there any configruation changes that needs to be done for these devices
in OpenNms.

Please Help Me. It's Driving me Crazy !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
-- 
View this message in context: http://opennms.530661.n2.nabble.com/Monitor-Maipu-Devices-Routers-and-Switches-tp5485917p5485917.html
Sent from the OpenNMS - discuss mailing list archive at Nabble.com.

------------------------------------------------------------------------------
This SF.net Dev2Dev email is sponsored by:

Show off your parallel programming skills.
Enter the Intel(R) Threading Challenge 2010.
http://p.sf.net/sfu/intel-thread-sfd
_______________________________________________
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

avb | 1 Sep 2010 10:17

Monitor Maipu Devices(Routers and Switches)


Hi,

I would like to monitor Node-level performance of maipu device through
OpenNms. 
On the network device SNMP is enabled. 
I have added these(Maipu) devices in OpenNMS and facing the problems listed
below 
-there is no SNMP information.(SNMP information is not seen in OpenNMS)
-unable to monitor Node-level performance.

 Is there any configruation changes that needs to be done for these devices
in OpenNms.

Please Help Me. It's Driving me Crazy !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
-- 
View this message in context: http://opennms.530661.n2.nabble.com/Monitor-Maipu-Devices-Routers-and-Switches-tp5485918p5485918.html
Sent from the OpenNMS - discuss mailing list archive at Nabble.com.

------------------------------------------------------------------------------
This SF.net Dev2Dev email is sponsored by:

Show off your parallel programming skills.
Enter the Intel(R) Threading Challenge 2010.
http://p.sf.net/sfu/intel-thread-sfd
_______________________________________________
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

avb | 1 Sep 2010 10:19

Maipu Devices in OpenNMS


Hi,

I would like to monitor Node-level performance of maipu device through
OpenNms. 
On the network device SNMP is enabled. 
I have added these(Maipu) devices in OpenNMS and facing the problems listed
below 
-there is no SNMP information.(SNMP information is not seen in OpenNMS)
-unable to monitor Node-level performance.

How to monitor Maipu devices in OpenNMS.
Is there any configruation changes that needs to be done for these devices
in OpenNms.

Please Help Me. It's Driving me Crazy !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
-- 
View this message in context: http://opennms.530661.n2.nabble.com/Maipu-Devices-in-OpenNMS-tp5485921p5485921.html
Sent from the OpenNMS - discuss mailing list archive at Nabble.com.

------------------------------------------------------------------------------
This SF.net Dev2Dev email is sponsored by:

Show off your parallel programming skills.
Enter the Intel(R) Threading Challenge 2010.
http://p.sf.net/sfu/intel-thread-sfd
_______________________________________________
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

Christoph.Lagemann | 1 Sep 2010 10:23
Favicon

Re: Monitor Maipu Devices(Routers and Switches)

Hi,

did you do  SNMPWALK on this devices ? Is it working ?

Which version are you running ?

Christoph

-----Original Message-----
From: avb [mailto:achuta.bodepu <at> relianceada.com] 
Sent: Mittwoch, 1. September 2010 10:18
To: opennms-discuss <at> lists.sourceforge.net
Subject: [opennms-discuss] Monitor Maipu Devices(Routers and Switches)

Hi,

I would like to monitor Node-level performance of maipu device through
OpenNms. 
On the network device SNMP is enabled. 
I have added these(Maipu) devices in OpenNMS and facing the problems
listed below -there is no SNMP information.(SNMP information is not seen
in OpenNMS) -unable to monitor Node-level performance.

 Is there any configruation changes that needs to be done for these
devices
in OpenNms.

Please Help Me. It's Driving me Crazy !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
-- 
View this message in context:
http://opennms.530661.n2.nabble.com/Monitor-Maipu-Devices-Routers-and-Sw
itches-tp5485918p5485918.html
Sent from the OpenNMS - discuss mailing list archive at Nabble.com.

------------------------------------------------------------------------
------
This SF.net Dev2Dev email is sponsored by:

Show off your parallel programming skills.
Enter the Intel(R) Threading Challenge 2010.
http://p.sf.net/sfu/intel-thread-sfd
_______________________________________________
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 Dev2Dev email is sponsored by:

Show off your parallel programming skills.
Enter the Intel(R) Threading Challenge 2010.
http://p.sf.net/sfu/intel-thread-sfd
_______________________________________________
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

Favicon

Re: Node/service Discovery problem - Discovered, then deleted

Hi,

 

Means I’m not alone so… Using 1.8.3 too. Try to discover an IPTV equipment from AppearTV (mainboard of the equipment is running Linux too)

Here is the event list I got when the problem occurs :

 

       49818  Minor   [+]  [-]            29/08/10 13:07:00   [<]  [>]            172.19.17.4  [+]  [-]             

uei.opennms.org/nodes/interfaceDeleted [+] [-] Edit notifications for event

Interface 172.19.17.4 deleted from node #58 with ifIndex N/A.

       49817 Warning [+] [-]     29/08/10 13:07:00 [<] [>]        172.19.17.4 [+] [-]        FTP [+] [-]

uei.opennms.org/nodes/serviceDeleted [+] [-] Edit notifications for event

The FTP service was deleted from interface 172.19.17.4.

       49816 Warning [+] [-]     29/08/10 13:07:00 [<] [>]        172.19.17.4 [+] [-]        HTTP [+] [-]

uei.opennms.org/nodes/serviceDeleted [+] [-] Edit notifications for event

The HTTP service was deleted from interface 172.19.17.4.

       49815 Warning [+] [-]     29/08/10 13:07:00 [<] [>]        172.19.17.4 [+] [-]        SNMP [+] [-]

uei.opennms.org/nodes/serviceDeleted [+] [-] Edit notifications for event

The SNMP service was deleted from interface 172.19.17.4.

       49814 Warning [+] [-]     29/08/10 13:07:00 [<] [>]        172.19.17.4 [+] [-]        ICMP [+] [-]

uei.opennms.org/nodes/serviceDeleted [+] [-] Edit notifications for event

The ICMP service was deleted from interface 172.19.17.4.

       49813 Warning [+] [-]     29/08/10 13:07:00 [<] [>]        172.19.17.4 [+] [-]        SSH [+] [-]

uei.opennms.org/nodes/serviceDeleted [+] [-] Edit notifications for event

The SSH service was deleted from interface 172.19.17.4.

       49812 Warning [+] [-]     29/08/10 13:07:00 [<] [>]        172.19.17.4 [+] [-]        HTTP [+] [-]

uei.opennms.org/nodes/nodeGainedService [+] [-] Edit notifications for event

The HTTP service has been discovered on interface 172.19.17.4.

       49811 Warning [+] [-]     29/08/10 13:07:00 [<] [>]        172.19.17.4 [+] [-]        FTP [+] [-]

uei.opennms.org/nodes/nodeGainedService [+] [-] Edit notifications for event

The FTP service has been discovered on interface 172.19.17.4.

       49810 Warning [+] [-]     29/08/10 13:07:00 [<] [>]        172.19.17.4 [+] [-]        SNMP [+] [-]

uei.opennms.org/nodes/nodeGainedService [+] [-] Edit notifications for event

The SNMP service has been discovered on interface 172.19.17.4.

       49809 Warning [+] [-]     29/08/10 13:07:00 [<] [>]        172.19.17.4 [+] [-]        SSH [+] [-]

uei.opennms.org/nodes/nodeGainedService [+] [-] Edit notifications for event

The SSH service has been discovered on interface 172.19.17.4.

  49808   Warning [+] [-] 29/08/10 13:07:00 [<]  [>]      172.19.17.4 [+] [-]   ICMP [+] [-]

uei.opennms.org/nodes/nodeGainedService [+] [-] Edit notifications for event

The ICMP service has been discovered on interface 172.19.17.4.

       49807 Warning [+] [-]     29/08/10 13:07:00 [<] [>]        172.19.17.4 [+] [-]         

uei.opennms.org/nodes/nodeGainedInterface [+] [-] Edit notifications for event

Interface 172.19.17.4 has been associated with Node #58.

       49806 Warning [+] [-]     29/08/10 13:07:00 [<] [>]                

uei.opennms.org/nodes/nodeAdded [+] [-] Edit notifications for event

A new node (172.19.17.4) was discovered by OpenNMS.

       49805 Warning [+] [-]     29/08/10 13:07:00 [<] [>]        172.19.17.4 [+] [-]         

uei.opennms.org/internal/discovery/newSuspect [+] [-] Edit notifications for event

A new interface (172.19.17.4) has been discovered and is being queued for a services scan.

 

Regards.

Franck.

 

De : marc williams [mailto:marcwilliamsuk <at> gmail.com]
Envoyé : mercredi 1 septembre 2010 02:08
À : General OpenNMS Discussion
Objet : Re: [opennms-discuss] Node/service Discovery problem - Discovered, then deleted

 

 what stuff? :-)

When i restart ONMS it discovers the ip again and creates a new node for it. restart NMS same again, another node. those nodes all have services discovered then deleted straight away. 

 

On 31 August 2010 20:42, John Blake <jblake <at> us.ibm.com> wrote:


Wonder if its an automation causing it or not......
can ya disable the stuff in vacumnd and see if it still happens?




From:

marc williams <marcwilliamsuk <at> gmail.com>

To:

General OpenNMS Discussion <opennms-discuss <at> lists.sourceforge.net>

Date:

08/31/2010 11:10 AM

Subject:

Re: [opennms-discuss] Node/service Discovery problem - Discovered, then deleted

 




I have the same issue on a node (linux server).  interface is discovered plus icmp, snmp, ssh then straight away the interface and services are deleted.  Using 1.8.3. 

On 30 August 2010 09:34, CALLEJA-ALBILLOS, FRANCK (FRANCK)** CTR ** <Franck.Calleja-Albillos <at> alcatel-lucent.com> wrote:
Hi,

 

No alarm are present.

But very strange, the auto-discovery did “discover” it alone this week-end and add the node correctly with all the services and all the interface.

 

I had just to delete the ones that I’ve added manually through the “add interface”.

 

Thanks for answer.

Next time I’ll wait auto-discovery to act properly.

 

Regards.

Franck.

 

De : John Blake [mailto:jblake <at> us.ibm.com]
Envoyé : vendredi 27 août 2010 15:28
À : General OpenNMS Discussion
Objet : Re: [opennms-discuss] Node/service Discovery problem - Discovered, then deleted

 


 Is there any alarms/outages for that node ID?


From:

"CALLEJA-ALBILLOS, FRANCK (FRANCK)** CTR **" <Franck.Calleja-Albillos <at> alcatel-lucent.com>

To:

"'opennms-discuss <at> lists.sourceforge.net'" <opennms-discuss <at> lists.sourceforge.net>

Date:

08/27/2010 07:41 AM

Subject:

[opennms-discuss] Node/service Discovery problem - Discovered,        then deleted

 




Hello,

 

I’m adding a new node into an existing opennms server and encounter a problem in the service discovery part. The node is correctly discovered, then the interface is discovered and associated with the node. All the services are then discovered.

 

But straight away, the services are all deleted and the interface is also deleted.

 

The reason in the deletion event is :

 

Service HTTP was deleted from interface 172.19.17.4, associated with Node ID# 56.

When a service is deleted from an interface, it is due to extended downtime of that service of over seven (7) days.

If a previously deleted service becomes active again on an interface, it will be re-added to the OpenNMS database as a new occurrence of that service and will be disassociated with any historic outages.

 

Any ideas.

 

Best regards,

Franck CALLEJA-ALBILLOS

 
------------------------------------------------------------------------------
Sell apps to millions through the Intel(R) Atom(Tm) Developer Program
Be part of this innovative community and reach millions of netbook users
worldwide. Take advantage of special opportunities to increase revenue and
speed time-to-market. Join now, and jumpstart your future.

http://p.sf.net/sfu/intel-atom-d2d_______________________________________________
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

------------------------------------------------------------------------------
Sell apps to millions through the Intel(R) Atom(Tm) Developer Program
Be part of this innovative community and reach millions of netbook users
worldwide. Take advantage of special opportunities to increase revenue and
speed time-to-market. Join now, and jumpstart your future.
http://p.sf.net/sfu/intel-atom-d2d
_______________________________________________
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 Dev2Dev email is sponsored by:

Show off your parallel programming skills.
Enter the Intel(R) Threading Challenge 2010.
http://p.sf.net/sfu/intel-thread-sfd_______________________________________________


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 Dev2Dev email is sponsored by:

Show off your parallel programming skills.
Enter the Intel(R) Threading Challenge 2010.
http://p.sf.net/sfu/intel-thread-sfd
_______________________________________________
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 Dev2Dev email is sponsored by:

Show off your parallel programming skills.
Enter the Intel(R) Threading Challenge 2010.
http://p.sf.net/sfu/intel-thread-sfd
_______________________________________________
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
Andrea | 1 Sep 2010 10:58
Picon

Help on flashing background and sounds

Hi all,
as for answering a request from my colleagues i was trying to modify 
some aspect of the front page of my opennms instance .....
I found this post from Ronny (

http://opennms.530661.n2.nabble.com/Flashing-outage-background-Feedback-welcome-td2450688.html 
) referring to this bug in bugzzilla : 
"http://bugzilla.opennms.org/show_bug.cgi?id=3062"...

I download the patch-files and applied to my opennms version 1.6.10

Now the "Nodes with Outages" column of the start-page is flashing when 
one or more outages are present ..... great !!

...BUT, i can't ear any sound played from the browser !!!
I run "jetty-webapp" , so i put the "alert.wav" in 
"/opt/opennms/jetty-webapps/opennms" .... but nothing .....

Any hint on how i solve ( or debug ) this ??? this is a nice add-on 
which is asked and waited for also by my boss ......

Another question :

is it possible to put this flashing background only in the 
"outage/current.jsp" page and only for the "new" outages leaving the 
others ( i mean those which are related to events already 
acknowledgment  by operators )  with no flash background ?????

Thanks a lot in advance,

--Andrea

------------------------------------------------------------------------------
This SF.net Dev2Dev email is sponsored by:

Show off your parallel programming skills.
Enter the Intel(R) Threading Challenge 2010.
http://p.sf.net/sfu/intel-thread-sfd
_______________________________________________
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

GEO OPENNMS | 1 Sep 2010 11:35
Picon
Favicon

NOTIFICATION E-MIAL not working

hi,

i am using qmail as my mail server and i have removed sendmail.....i am using centos 5.5.  but my opennms mail notifications not working, pls send me a solution.
my config file , javamail-configuration.properties file is this,


org.opennms.core.utils.fromAddress=opennmsAdmin <at> [IP]
org.opennms.core.utils.mailer=smtpsend
org.opennms.core.utils.useJMTA=false
org.opennms.core.utils.transport=smtp
org.opennms.core.utils.debug=true
org.opennms.core.utils.mailHost=IP
org.opennms.core.utils.smtpport=25
org.opennms.core.utils.smtpssl.enable=true
org.opennms.core.utils.authenticate=true
org.opennms.core.utils.authenticateUser=opennms <at> example.com
org.opennms.core.utils.authenticatePassword=password
org.opennms.core.utils.starttls.enable=false

thanks.
------------------------------------------------------------------------------
This SF.net Dev2Dev email is sponsored by:

Show off your parallel programming skills.
Enter the Intel(R) Threading Challenge 2010.
http://p.sf.net/sfu/intel-thread-sfd
_______________________________________________
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