All, David H suggested I submit this as a bug/feature, I am not sure how
to do that so I figured this list would be the best place. The
functionality described is akin to what is in Open View if you are
familiar with it.
Annotations:
1) Database schema, I think this is straight forward and there
are two possible ways of doing this. One using a array data type (which
has to be pre sized.. I think) and the index as the indexed number of
the annotation. The annotations can be used as a audit trail of the
event so data integrity is an issue, so each event would have a indexed
set of annotations with time stamps and free form text.
schema could be
eventid int
ano_index array
ano_ts timestamp
annotation text
The other schema type could be
eventid int
ano_index int
ano_ts timestamp
annotation text
Just some thoughts.. Im no dba ;-)
A few of the paths to an annotation could be the event creation ( this
would be excellent ), on the event view page "add annotation" ( super
great ) and a external program that auto corrective actions, alerting
software and anything else that would be able to add noteworthy data to
event during it's life( I think this is critical to fully make use of
annotations ).
Cheers,
Robert
Its All About the Food
Robert Reilly
Sr. UNIX Admin Fresh Direct
23-30 Borden Ave
Long Island City, NY. 11101
rreilly@xxxxxxxxxxxxxxx
IM: MSN rreilly@xxxxxxxxxxxxxxx tel:
mobile: 718.928.1172
347.306.2808
Add me to your address book... Want a signature like this?
-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP. Click here to play:
http://sourceforge.net/geronimo.php
_______________________________________________
Please read the OpenNMS Mailing List FAQ:
http://www.opennms.org/wiki/index.php?page=MailingListFaq
opennms-devel mailing list
To *unsubscribe* or change your subscription options, see the bottom of this
page:
https://lists.sourceforge.net/lists/listinfo/opennms-devel
Thread at a glance:
Previous Message by Date:
click to view message preview
Re: [opennms-devel] Re: [opennms-discuss] Dev-jam?
On Nov 2, 2005, at 10:01 AM, David Rideau wrote:
How OpenNMS can be considered as a portlet, or set of portlets,
services ? Which portal platform would have the preference in
OpenNMS Team ?
We've been wanting to implement JSR 168 for quite a long time, we are
just now getting enough momentum in the project to begin investigation.
It would be very nice, if we can delegate access rights on nodes
and presentation layer per user, per roles, per groups...
Is this plan in this Dev-Jam, or near future ?
I believe you will find previous discussion about Acegi (http://
acegisecurity.sourceforge.net/) in this forum and it certainly make
sense.
I'm very impatient to see your work next week, and test it
rapidly. :-)
Me, too ;-)
I don't know yet if there is a large community of french OpenNMS
users, but I'll try to present our experience, and increase the
french community :-)
Merci beaucoup,
-David
David Hustace
The OpenNMS Group, Inc.
Main : +1 919 545 2553 Fax: +1 503-961-7746
Direct: +1 919 827 1201 Skype: dhustace
Key Fingerprint: 8EC1 F319 2C1D 3197 AAB9 580F FACD 1D19 175E D903
-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
Please read the OpenNMS Mailing List FAQ:
http://www.opennms.org/wiki/index.php?page=MailingListFaq
opennms-devel mailing list
To *unsubscribe* or change your subscription options, see the bottom of this
page:
https://lists.sourceforge.net/lists/listinfo/opennms-devel
Next Message by Date:
click to view message preview
Re: [opennms-devel] Firebird DB support
On Wed, 2005-11-02 at 23:40 -0500, David Hustace wrote:
>
> Thank you for your enthusiasm about OpenNMS and your willingness to
> donate precious time. As far as adding support for Firebird, I would
> wait for the commits and proceedings from this week's DevJam where
> you will see our commitment to moving to Hibernate as an ORM.
Does this mean the dependency of PostgreSQL will go away? Any idea when
will the commits take place?
> Even
> though the focus of this conference is improving the Web MVC
> framework and various view technologies, much work in the domain
> model is required. Hibernate is playing a major role and is helping
> us tremendously. I see Hibernate has support for Firebird. You may
> want to investigate any potential issues with Hibernate and Firebird,
> too.
I will look into Hibernate and Firebird further.
> After this week, brozow and the OGP will be more than happy to get
> more help migrating the entire domain model, if you want to jump in
> drop them a note (careful, the water is a bit chilly (grin)).
Hoping to get a version of OpenNMS going something this weekend. At
least for testing and experimenting.
> > Are there any Java bindings or is it straight JDBC from there? Aside
> > from stored procs, and etc.
>
> The stored procs will probably need to go. I haven't given this a
> lot of thought, though. We have added our stored procedures to HSQL
> (easy because they are Java) in our JUnit tests and could do the same
> of other databases, but this would tie us down to DBs that support
> this functionality. Is that an issue? I don't know, yet.
Well if it's going to be bound to db's at any point. I do recommend
binding to those that support standards. Which includes things like
store procs and etc.
> > Thanks, and be kind I am an OpenNMS newb and have not spent much time
> > with the sources yet. This weekend, I plan to get somewhat intimate.
> > Just after my first date with OpenNMS. :)
>
> I would Eclipse IDE as a chaperon on your first date (grin).
I am netbeaner :)
--
Sincerely,
William L. Thomson Jr.
Obsidian-Studios, Inc.
http://www.obsidian-studios.com
-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
Please read the OpenNMS Mailing List FAQ:
http://www.opennms.org/wiki/index.php?page=MailingListFaq
opennms-devel mailing list
To *unsubscribe* or change your subscription options, see the bottom of this
page:
https://lists.sourceforge.net/lists/listinfo/opennms-devel
Previous Message by Thread:
click to view message preview
[opennms-devel] Firebird DB support
I really want to install and use OpenNMS. However I really do not want
to install and use PostgreSQL. I have nothing against PostgreSQL but
prefer Firebird.
At Linux World 05 in S.F. I mentioned to a couple guys, manning the
OpenNMS booth. That I would be willing to work on adding support for
Firebird. Some time has past and I am starting to get some free time to
work on that. Time to put my time and effort where my mouth was.
Just wanted to get some info before I start proceeding. Can someone give
me a high level developer overview of what all I will need to modify. I
see the postgresql dir in the sources/src dir. I assume I will need to
replicate all that.
Are there any Java bindings or is it straight JDBC from there? Aside
from stored procs, and etc. I believe the iplike.c to be the external db
stuff I was told about at Linux World. Which I will need to replicate as
a UDF for Firebird.
Anything else I need to touch or port? I assume something within OpenNMS
so it has an idea of which db to use etc. Just looking for any info or
advice to save me some time as I start hacking away.
Thanks, and be kind I am an OpenNMS newb and have not spent much time
with the sources yet. This weekend, I plan to get somewhat intimate.
Just after my first date with OpenNMS. :)
--
Sincerely,
William L. Thomson Jr.
Obsidian-Studios, Inc.
http://www.obsidian-studios.com
-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
Please read the OpenNMS Mailing List FAQ:
http://www.opennms.org/wiki/index.php?page=MailingListFaq
opennms-devel mailing list
To *unsubscribe* or change your subscription options, see the bottom of this
page:
https://lists.sourceforge.net/lists/listinfo/opennms-devel
Next Message by Thread:
click to view message preview
[opennms-devel] Maven Repo Question
Why are their three versions of ant in the .m2/repository ?
Ted
-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
Please read the OpenNMS Mailing List FAQ:
http://www.opennms.org/wiki/index.php?page=MailingListFaq
opennms-devel mailing list
To *unsubscribe* or change your subscription options, see the bottom of this
page:
https://lists.sourceforge.net/lists/listinfo/opennms-devel