1. Are there any tools that can monitor SNMP, JMX & TIBCO Hawk in one place? stackoverflow.comOur Operations department is getting twitchy about too many monitoring tools so are there any tools that can handle SNMP, JMX and TIBCO Hawk all in one application? |
2. Java real-time service monitoring framework stackoverflow.comGot to create some kind of "counters" for online service monitoring - i.e. Foo_Request_Total, Foo_Request_DB_error, Foo_Request_Timedout, Bar_Request_Total,... Also, some kind of alarm has to be generated when counter passes a pre-defined limit ... |
3. SNMP in Java, specifically to be JMX adapter stackoverflow.comI have a few JAVA application that I monitor using JMX. I would like to write an SNMP client for these applications that wraps the JMX interface and by discovery exposes the ... |
4. Trying to understand what snmp4jAgentJMX does and if it suits what I need stackoverflow.comI been trying to write an snmp wrapper agent for my JMX Enabled application which will translate all the information that is layd out in JMX MBeans into SNMP attributes. I'm a ... |
5. Exposing application specific counters via JMX/SNMP stackoverflow.comCertain real-time features of the server application I'm working on would benefit from exposing counters to a Network Management System. I am thinking about a solution where I am using the ... |
6. Can jboss snmp adapter(snmp agent) be extended to support my defined MIB? stackoverflow.comI have our own MIB files, and I know in many cases, I have to write snmp agent to support my own MIB. But this time, I think if I can make ... |
7. How to have a single JMX proxy for multiple JVMs? stackoverflow.comWhen running multiple JVMs on a single machine (single IP address as well), incorporating JMX in each JVM requires a separate port. For reasons I won't get into configured ports are ... |
8. SNMP4j vs JMX? what to choose for myapplication stackoverflow.comRegarding applications administration, I think SNMP4j and JMX are the most used standards. Looking to the documentation of each one, I got confused and not able to choose one or the ... |
9. Monitoring of server using JMX and SNMP coderanch.comI've both Live server and application server for health monitoring. I want a facility that if there is some problem in server or in its data base a trap is sent to the management console and if possible an email is sent to the administrator. Management console is on different m/c and servers which are monitored are used in clusters. |