Re: [opennms-devel] New application integration

2008-06-11 Thread Matt Brozowski
What you could do is set up different polling packages with different filter rules. Then you could set something via the importer like the nodeLabel (I am currently adding the ability to set assetRecord fields like pollCategory) maybe make the nodeLabel end with -production when they are in produc

Re: [opennms-devel] New application integration

2008-06-11 Thread Les Mikesell
Matt Brozowski wrote: > The importer assumes that the data you send is the authoritative and > complete set of nodes you want to monitor. If nodes are missing from youf > file but are in the opennms database, they will be deleted from the opennms > database, interfaces that have been removed from

Re: [opennms-devel] New application integration

2008-06-11 Thread Matt Brozowski
The importer assumes that the data you send is the authoritative and complete set of nodes you want to monitor. If nodes are missing from youf file but are in the opennms database, they will be deleted from the opennms database, interfaces that have been removed from nodes will be removed from th

Re: [opennms-devel] New application integration

2008-06-11 Thread Les Mikesell
Michael Smith wrote: > [EMAIL PROTECTED] wrote: >> From what I can see from this thread, it appears that this is possible >> via the "model import" services. I'm having trouble piecing together >> the detailed steps, and I think that pointers to docs and or examples >> would go a long way... > >

Re: [opennms-devel] New application integration

2008-06-11 Thread Michael Smith
[EMAIL PROTECTED] wrote: > From what I can see from this thread, it appears that this is possible > via the "model import" services. I'm having trouble piecing together > the detailed steps, and I think that pointers to docs and or examples > would go a long way... Hi Doug, The model importer ne

Re: [opennms-devel] New application integration

2008-06-10 Thread dougm
Hi, I'm working on a project and we need to prototype something that sounds almost identical to what Brian asked about... We need to regulary update status/performance data into OpenNMS from external sources (i.e. data / status gathered by other apps from remote nodes and 'batch transferred to O

Re: [opennms-devel] New application integration

2008-06-04 Thread Jeff Gehlbach
On Jun 3, 2008, at 10:16 PM, Johan Edstrom wrote: > You probably should look at the provisioner. To head off confusion, The Provisioner and Importer refer to the same broad set of capabilities. The Provisioner is just an example implementation of the Importer interface that is configurable v

Re: [opennms-devel] New application integration

2008-06-03 Thread Johan Edstrom
You probably should look at the provisioner. Most if not all documentation is available from : http://opennms.org/ /je On Jun 3, 2008, at 9:51 AM, Brian Semrad wrote: > > I'm new to OpenNMS, so I'm not real familiar with what documentation > is > available yet. I'm looking for some suggestions

Re: [opennms-devel] New application integration

2008-06-03 Thread Jeff Gehlbach
On Jun 3, 2008, at 11:51 AM, Brian Semrad wrote: > From what I can tell so far I should be looking at creating a custom > module importer for our app to feed OpenNMS I think you mean "model importer". Yes, that's a great way to go if you have an external system that serves as your source of tru