[opennms-devel] Provisioning .... linking back to foreign asset?

2010-06-29 Thread Aaron Paxson
I'm getting more involved with possibly integrating my Asset database using Provisiond. What does everyone think about linking an imported asset to the foreign system? Similar to the way we link tickets to a ticketing system? So, the foreign ID could be an "asset" id, and you would use the a lin

Re: [opennms-devel] Git Development as Vendor-Drop-in?

2010-06-09 Thread Aaron Paxson
nternal-opennms work-server will get all the "company" changes, but they would have to "git remote add opennms " on *their* local workstation in order to pull changes and merge. Is this correct? On Tue, Jun 8, 2010 at 11:32 PM, Aaron Paxson wrote: > B-E-A-utiful! > >

Re: [opennms-devel] Git Development as Vendor-Drop-in?

2010-06-08 Thread Aaron Paxson
B-E-A-utiful! I'll start on this tomorrow! --Aaron On Tue, Jun 8, 2010 at 12:52 AM, Benjamin Reed wrote: > On 6/7/10 7:50 PM, Aaron Paxson wrote: >> All, >> >> I've tried to figure this out on my own, and, from time to time, ask >> in IRC, but I'm ju

[opennms-devel] Git Development as Vendor-Drop-in?

2010-06-07 Thread Aaron Paxson
All, I've tried to figure this out on my own, and, from time to time, ask in IRC, but I'm just not *gitting* it, if you pardon the pun. I want to maintain my own GIT repository in my company. That is, maintain a bare repo that all my systems can "pull" from and "push" to with our custom code (mo

[opennms-devel] Add OnmsAlarm to Ticket attributes?

2009-05-07 Thread Aaron Paxson
All, I've added a new Ticketer Plugin for ServiceDesk: http://bugzilla.opennms.org/show_bug.cgi?id=3163 But, I would like to add the generating alarm to the Ticket attributes. ServiceDesk (and I'm sure others) can categorize, tag, and assign tickets. Using the Alarm data (and the node data in i

Re: [opennms-devel] Getting around HTML Encoding?

2009-05-07 Thread Aaron Paxson
enough.  But then, how would you > describe when to use text and when to use html?  I don't think you can > do %descr.text%, can you?  Unless you create another field. > > > --Aaron > > > On Wed, May 6, 2009 at 5:29 PM, Tarus Balog wrote: >> >> On May 6,

Re: [opennms-devel] Getting around HTML Encoding?

2009-05-07 Thread Aaron Paxson
o use html? I don't think you can do %descr.text%, can you? Unless you create another field. --Aaron On Wed, May 6, 2009 at 5:29 PM, Tarus Balog wrote: > > On May 6, 2009, at 12:30 AM, Aaron Paxson wrote: > >> I just finished my ticketer plugin for AdventNet.  It

[opennms-devel] Getting around HTML Encoding?

2009-05-05 Thread Aaron Paxson
Guys, I just finished my ticketer plugin for AdventNet. It's working great. However, when AdventNet gets the description of the ticket, it encodes all the HTML code. I.e. stuff turns into stuff Is there a way I can "trick" this in order to display HTML tags as they should be? -- Aar

Re: [opennms-devel] Trouble with new class, using utils.ThreadCategory.getInstance() against 1.6.1

2009-05-03 Thread Aaron Paxson
Attached is the Plugin that calls the log() method, that I'm trying to get running. Thanks all! I could really use a fresh set of eyes! --Aaron On Sat, May 2, 2009 at 11:42 PM, Aaron Paxson wrote: > All, > > I created a new module for OpenNMS 1.6.1.  In it, I'm doing logg

[opennms-devel] Trouble with new class, using utils.ThreadCategory.getInstance() against 1.6.1

2009-05-02 Thread Aaron Paxson
All, I created a new module for OpenNMS 1.6.1. In it, I'm doing logging. I call the logger like this: Category log() { return ThreadCategory.getInstance(getClass()); } It compiles fine. However, OpenNMS doesn't startup because it can't find that method? How weird is that? See be

Re: [opennms-devel] Can't compile a new Ticketer plugin- NestableException not found

2009-04-28 Thread Aaron Paxson
On Tue, Apr 28, 2009 at 8:03 AM, Benjamin Reed wrote: > if you want to > integrate easily with the OpenNMS build system, your best bet is to make > a maven pom.xml just like the other ticketing plugins, and it should be > able to find these resources without issue. Thanks for the advice! I'm st

Re: [opennms-devel] SNMP Strings

2009-04-21 Thread Aaron Paxson
Interesting. I don't think there is a collector for traps, though this would be a good use-case. I'm not sure if there is development on one. I think Alarms is the closest, if you turn off auto-clear, though it won't give you exactly what you want. On Monday, April 20, 2009, Rightmer, Seth, CYFD

[opennms-devel] New Trouble Ticketer Plugin - AdventNet ServiceDesk Plus

2009-04-20 Thread Aaron Paxson
All, I just finished coding for integrating ServiceDesk Plus (http://www.manageengine.com/products/service-desk/). Huge thanks for Jonathan Sartin, who not only guided me in the right direction with Automations, but who also created RT Ticketer Plugin (which I shamelessly copied from). I have 2

Re: [opennms-devel] Building OpenNMS errors

2009-04-18 Thread Aaron Paxson
Thanks Matt! Running an update, clean, and build fixed it. I may have forgotten to run a clean after the initial download. Can't remember. Thanks again. On Sat, Apr 18, 2009 at 10:07 PM, Aaron Paxson wrote: > Thanks Jonathan!  Did an update, and a clean.  Built successfully! >

Re: [opennms-devel] Building OpenNMS errors

2009-04-18 Thread Aaron Paxson
Thanks Jonathan! Did an update, and a clean. Built successfully! --Aaron On Sat, Apr 18, 2009 at 5:15 PM, jonathan sartin wrote: > > On 18 Apr 2009, at 19:41, Aaron Paxson wrote: > >> Sorry everyone, I should note that I'm using Java_1.5 on MacOS to do >> the bui

Re: [opennms-devel] Building OpenNMS errors

2009-04-18 Thread Aaron Paxson
132, mixed mode, sharing) On Sat, Apr 18, 2009 at 1:27 PM, Aaron Paxson wrote: > Hey all! > > I recently scrapped my development folder of OpenNMS, to start from > scratch (messing around with too much).  So, I grabbed trunk from SVN, > and ran an initial build.sh. > > However

[opennms-devel] Building OpenNMS errors

2009-04-18 Thread Aaron Paxson
Hey all! I recently scrapped my development folder of OpenNMS, to start from scratch (messing around with too much). So, I grabbed trunk from SVN, and ran an initial build.sh. However, I'm running into errors during the "Provisional Persistence" portion. Can someone look at the output, and tell

Re: [opennms-devel] TicketServiceLayer Questions

2009-04-14 Thread Aaron Paxson
Oops. Looks like I'll need postgres 8.1 for the triggers. I'm running 7.4 now. My yum repo doesn't show 8.x as available on Centos4. Bummer. Looks like I'll have to manually upgrade. Thanks for the tip. On Tuesday, April 14, 2009, Aaron Paxson wrote: > Ahh. That

Re: [opennms-devel] TicketServiceLayer Questions

2009-04-14 Thread Aaron Paxson
Ahh. That actually explains alot! I'll look at vacuumd. Thanks! On Monday, April 13, 2009, jonathan sartin wrote: > > On 12 Apr 2009, at 16:50, Aaron Paxson wrote: > >> All, >> >> As seen by my last email, I'm building a module to service AdventNet

[opennms-devel] TicketServiceLayer Questions

2009-04-12 Thread Aaron Paxson
All, As seen by my last email, I'm building a module to service AdventNet's ServiceDesk product. I'm trying to understand the relationship between Events and TicketServiceLayer. It seems the relationship is between Alarms and Tickets (ergo, Alarms create tickets). Is there any way to filter whi

[opennms-devel] AdventNet ServiceDesk integration

2009-04-11 Thread Aaron Paxson
All, I'm preparing to build a module for the AdventNet ServiceDeskPlus helpdesk system ( http://www.manageengine.com/products/service-desk/ ). Has anyone already started on this? -- Aaron J. Paxson - aaron.pax...@gmail.com http://aaron.thepaxson5.org ---

Re: [opennms-devel] Fresh Checkout of Trunk missing Maven?

2008-09-16 Thread Aaron Paxson
Thanks Guys! I was seriously thinking about just using my own maven distro. But, I wanted to pull everything in case OpenNMS required a different maven version in the future, etc. For now, I'll copy the entire repository into a maven subdirectory, and then checkout that way. I saw the "cp -R" c

Re: [opennms-devel] Fresh Checkout of Trunk missing Maven?

2008-09-15 Thread Aaron Paxson
Okay, so I take the advice in the wiki. I created a directory storing maven (where it should be) # pwd ~/dev/OpenNMS-dev # mkdir maven # cd maven # git checkout -b trunk maven/trunk fatal: Untracked working tree file 'dependencies/opennms-acegi/pom.xml'would be removed by merge Strange, since I

Re: [opennms-devel] Fresh Checkout of Trunk missing Maven?

2008-09-15 Thread Aaron Paxson
On Mon, Sep 15, 2008 at 5:09 PM, Jeff Gehlbach <[EMAIL PROTECTED]> wrote: > > Helping out here is something, isn't it? :) Most Definately!! You won't hear anyone complain, for sure! > > > > I'm using the Git Repository from topquark.net. It must not include > > everything, or I'm not using

Re: [opennms-devel] Fresh Checkout of Trunk missing Maven?

2008-09-15 Thread Aaron Paxson
s with Git. Thanks! On Mon, Sep 15, 2008 at 5:00 PM, Jeff Gehlbach <[EMAIL PROTECTED]> wrote: > On Sep 15, 2008, at 5:54 PM, Aaron Paxson wrote: > > > How do I build OpenNMS? I thought Maven comes with the checkout? > > It comes as a Subversion external. You should

[opennms-devel] Fresh Checkout of Trunk missing Maven?

2008-09-15 Thread Aaron Paxson
I'm trying to build OpenNMS from a fresh checkout of trunk. When issuing the build, the build.sh script complains about maven not being available. Thinking my checkout was bad, I browsed the svn repo online, and maven isn't there. [EMAIL PROTECTED] OpenNMS]$ ./build.sh install assembly:directory

Re: [opennms-devel] Git Repository

2008-09-12 Thread Aaron Paxson
I'm not much of a developer, so my "Git-fu" and "SVN-fu" is embarrisingly low. Can anyone verify my thoughts? Since I do not push my commits back to the public SVN repo, I only have to worry about a few commands: 1). Create and checkout my local branch (This will be my "dev-base"?) - 'git check

Re: [opennms-devel] Vendor drop-in subversion management?

2008-08-21 Thread Aaron Paxson
Alex, Yes, you are correct. I don't write back to project svn. I just make my own changes. I'll look into git-svn Thanks On 8/20/08, Alex Bennee <[EMAIL PROTECTED]> wrote: > On Fri, 2008-08-15 at 11:02 +0200, Riccardo Magliocchetti wrote: >> Aaron Paxson wrote:

[opennms-devel] Vendor drop-in subversion management?

2008-08-14 Thread Aaron Paxson
I'm sure my case is going to be pretty common amongst the developers, so I'm hoping I can get sound opinions and advice. I make changes to my ONMS code-base. I want to track and maintain my code/configuration changes in subversion. Easy enough. BUT, I also want to make it easy to track changes

[opennms-devel] Modifying Asset records

2008-07-03 Thread Aaron Paxson
All, I'm wanting to modify the asset records to have the ability to abstract the vendors table to its own table, since multiple assets could have the same vendor and contract information. Here's the question. I see the OpenAssetRecord.java entity bean. I can just use hibernate to build the associ