Ad Widget

Collapse

Communication with zabbix agent

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • UmUm
    Junior Member
    • Feb 2013
    • 5

    #1

    Communication with zabbix agent

    I want to communicate with zabbix agent using my server (created in java netbeans) any help please !.

    I am beginner and I really need to know what steps needed to achive this.I know that I must follow the protocl used in active and passive check however it is written in C and I need my server is in java.

    PLEASE please help this is urgent.

    Thanks !!
    UmUm
  • swachter
    Junior Member
    • Feb 2013
    • 11

    #2
    Hi UmUm,

    you should take a look on Zapcat. The passive Zapcat agent works just fine. At the moment I struggle myself implementing an active agent.

    --Stefan

    Comment

    • UmUm
      Junior Member
      • Feb 2013
      • 5

      #3
      Originally posted by swachter
      Hi UmUm,

      you should take a look on Zapcat. The passive Zapcat agent works just fine. At the moment I struggle myself implementing an active agent.

      --Stefan
      Hi Stefan,
      First thanks a lot for you reply.

      For the Zapact ,I want to know if it provides all metrics needed for the mointored system as CPU, memory..etc or it just provides metrics for JVM ? .

      I hope you implment the active agent scussfully .

      Thanks again.
      UmUm

      Comment

      • UmUm
        Junior Member
        • Feb 2013
        • 5

        #4
        Originally posted by swachter
        Hi UmUm,

        you should take a look on Zapcat. The passive Zapcat agent works just fine. At the moment I struggle myself implementing an active agent.

        --Stefan
        Hey Stefan ,

        Thanks a lot for your reply.

        I have one question about zapact it provides monitoring for all system metrics as CPU , power .. etc ? or just for JVM metrics? .


        Thanks and I hope you implment the active successfully.

        UmUm

        Comment

        • swachter
          Junior Member
          • Feb 2013
          • 11

          #5
          Hi UmUm,

          Zabcat primarily allows to monitor MBean attributes. However, with some custom code you can monitor everything that is measurable by Java code.

          In order to monitor CPU, ... I would install the standard Zabbix agent on the machines and take the measurements from it.

          Comment

          Working...