Surveillance categories and categories.xml (and following the WebUI)

5 messages Options
Embed this post
Permalink
Christoph.Lagemann

Surveillance categories and categories.xml (and following the WebUI)

Reply Threaded More More options
Print post
Permalink
Some javascript/style in this post has been disabled (why?)

All,

 

is it possible to define a category in categories.xml based on the surveillance categories? This would ease the process of having a A/B/C systems availability directly in the WebUI.

 

Thanks,

 

Christoph


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
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
Alexander Finger

Re: Surveillance categories and categories.xml (and following the WebUI)

Reply Threaded More More options
Print post
Permalink
I think there is..or wait..did I write that manually? I did once, but I'm sure that's obsolete now..David can probably answer that question if he finds the time before Friday..


 
On Thu, Nov 5, 2009 at 2:50 PM, <[hidden email]> wrote:

All,

 

is it possible to define a category in categories.xml based on the surveillance categories? This would ease the process of having a A/B/C systems availability directly in the WebUI.

 

Thanks,

 

Christoph


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
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


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
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
Brian Hicks

Re: Surveillance categories and categories.xml (and following the WebUI)

Reply Threaded More More options
Print post
Permalink
Alexander Finger wrote:
> I think there is..or wait..did I write that manually? I did once, but
> I'm sure that's obsolete now..David can probably answer that question if
> he finds the time before Friday..
> On Thu, Nov 5, 2009 at 2:50 PM, <[hidden email]
> <mailto:[hidden email]>> wrote:
>     is it possible to define a category in categories.xml based on the
>     surveillance categories? This would ease the process of having a
>     A/B/C systems availability directly in the WebUI.

Also, can I reference either the categories.xml or surveillance
categories in other files, like threshd-conf.xml or collectd, or
whatever? How? What is the syntax? is it the same as the views file that
defines the front page?

Thanks!

Brian

--
Brian Hicks
System Administrator
.........................................
Office:  1 (310) 382 5590
Fax:     1 (310) 382 5501
.........................................
Adconion
1322 3rd Street Promenade, 2nd Floor
Santa Monica, CA 90401
USA
.........................................
[hidden email]
www.adconion.com

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
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
Brian Hicks

Re: Surveillance categories and categories.xml (and following the WebUI)

Reply Threaded More More options
Print post
Permalink
Brian Hicks wrote:
 > Also, can I reference either the categories.xml or surveillance
> categories in other files, like threshd-conf.xml or collectd, or
> whatever? How? What is the syntax? is it the same as the views file that
> defines the front page?

I'm going to bump this, because as our systems grow it is becoming more
and more of an issue. Can we reference these groups/categories in other
config files? Which ones, what's the syntax?

Thanks!

Brian

--
Brian Hicks
System Administrator
.........................................
Office:  1 (310) 382 5590
Fax:     1 (310) 382 5501
.........................................
Adconion
1322 3rd Street Promenade, 2nd Floor
Santa Monica, CA 90401
USA
.........................................
[hidden email]
www.adconion.com

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
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
David Hustace

Re: Surveillance categories and categories.xml (and following the WebUI)

Reply Threaded More More options
Print post
Permalink
Some javascript/style in this post has been disabled (why?)

On Nov 6, 2009, at 1:39 PM, Brian Hicks wrote:

Brian Hicks wrote:
Also, can I reference either the categories.xml or surveillance
categories in other files, like threshd-conf.xml or collectd, or
whatever? How? What is the syntax? is it the same as the views file that
defines the front page?

I'm going to bump this, because as our systems grow it is becoming more
and more of an issue. Can we reference these groups/categories in other
config files? Which ones, what's the syntax?

There are 2 ways, this one sometimes works:

<filter>categoryName == 'Routers'</filter>

This one, works better:

<filter>catincRouters</filter>




David Hustace
The OpenNMS Group, Inc.


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
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