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
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!
>
>
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
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
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
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,
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
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
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
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
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
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
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
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!
>
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
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
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
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
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
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
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
---
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
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
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
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
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
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
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:
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
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
30 matches
Mail list logo