wasagent for nagios

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
jhaake
Posts: 2
Joined: Fri Oct 14, 2011 10:23 am

wasagent for nagios

Post by jhaake »

We are attempting to switch from the regular WebSphere JVM monitor (check_was) to avoid the high CPU consumption cost of firing up a separate JVM for each JVM we want to monitor (~20 per server * number of servers).

The agent we are trying to switch to is "wasagent" which requires jetty libraries etc. which I'm most unfamiliar with. I feel like I’m so very close to getting this to work and it would be great for monitoring and reducing the footprint for monitoring WebSphere.

I’m looking for the JAR library that contains the one object that the wasagent can't seem to find on its classpath, and I’ve searched all the JAR in IBM’s java and a standard Linux Java 1.6 version without any success. Where is this dang object?

This is what I’m looking for – and one would think it would be so easy:
http://java.sun.com/javaee/6/docs/api/j ... gMode.html

I’ve found an awful lot of javax.servlet.* objects and all of the jetty stuff the program needs to run, but as of yet I haven’t a clue as to where SessionTrackingMode is hiding. Anyone else run into this little dilemma?

This is very puzzling to me.
jhaake
Posts: 2
Joined: Fri Oct 14, 2011 10:23 am

Re: wasagent for nagios

Post by jhaake »

I was able to resolve my own issue ... seems java comes in pieces now (thanks Oracle).

Here's what I found I needed:

For running the wasagent software I need this version of Java (Java EE v6u3 Web) <==== only oracle makes it this simple

Links:
Product: Java EE 6 SDK and Java EE 6 Web Profile SDK Docs & Resources
Link: http://www.oracle.com/technetwork/java/ ... 39820.html


Thanks anyway. I hope I save someone else a lot of time.
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: wasagent for nagios

Post by lmiltchev »

Thanks for the feedback on Java!
Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked