Ad Widget

Collapse

can Jboss / mysql / custom application be monitored

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • massoo
    Junior Member
    • Jul 2006
    • 10

    #1

    can Jboss / mysql / custom application be monitored

    hi,

    can we use zabbix to monitor jboss application server ? if so does zabbix has ready plugins to do this ?

    regards
    shann
  • mbjoerling
    Member
    • May 2006
    • 52

    #2
    How would you like to monitor the application server?

    See status of deployed applications or seeing the status of the JBoss server?

    Comment

    • massoo
      Junior Member
      • Jul 2006
      • 10

      #3
      yes

      i would like to see monitor

      # JVM Memory Usage
      # Server Response Time
      # Enterprise JavaBeans (EJBs)
      # Metrics of all web applications
      # Thread Pools
      # Java Database Connectivity (JDBC) Pools
      # JMS
      # Application Cluster

      Comment

      • mbjoerling
        Member
        • May 2006
        • 52

        #4
        Hi

        Oki. Does your applicationservers run Java 1.5/5.0?, If they is, there's JMX, which can help. You do have to make some bat file and custom commands for it.

        Im going to integrete support for monitoring of Applicationservers, in the .NET client. Mostly for Tomcat, but i dont know yet what kind of method it will use for monitoring. We are still using 1.42.x Java, which dont have as many ways to monitor.

        Comment

        • mbjoerling
          Member
          • May 2006
          • 52

          #5
          Hi. See this topic

          Comment

          • brandy
            Junior Member
            • May 2006
            • 20

            #6
            you can also monitor these stats over jmx-snmp! how i will do. here are some oid's:

            enterprises.42.2.145.3.163.1.1.1.1.0 --> jvmClassesLoadedCount
            enterprises.42.2.145.3.163.1.1.2.11.0 --> jvmMemoryHeapUsed
            enterprises.42.2.145.3.163.1.1.3.1.0 --> jvmThreadCount

            cheers brandy

            Comment

            • massoo
              Junior Member
              • Jul 2006
              • 10

              #7
              how to plese provide insights

              can you give some more inputs on this as i am new to zabbix itself and gather ideas on how to monitor my application stack consisting of :

              Apache
              Postfix
              Linux - CentOS 4.x
              MySQL 4.x / 5.x
              JBoss 4.x
              MapServer (being run on windows server which gives maps over web services)

              regards
              shann

              Comment

              Working...