Ad Widget

Collapse

Auto add JMX interface to multiple hosts

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • leonlaf
    Junior Member
    • May 2013
    • 15

    #1

    Auto add JMX interface to multiple hosts

    I have few hundreds of hosts have the same java process running, I don't want to and I cannot add JMX interface to hundreds of hosts manually, is there an autodiscover rule can do this?
    It should be like:
    Action: add JMX interface
    Conditions: hostname like = xxxx
    Operation: add jmx interface: IP: {HOST.IP} DNS: {HOST.NAME} Port: 1234
    Is this possible in zabbix 2.0?

    Thank you
  • leonlaf
    Junior Member
    • May 2013
    • 15

    #2
    No one did it before?

    Comment

    • steveboyson
      Senior Member
      • Jul 2013
      • 582

      #3
      Have a look at the table "interface" in your Zabbix server's DB.

      Code:
      select * from interface;
      Probably you could add new records there.

      Comment

      • leonlaf
        Junior Member
        • May 2013
        • 15

        #4
        Originally posted by steveboyson
        Have a look at the table "interface" in your Zabbix server's DB.

        Code:
        select * from interface;
        Probably you could add new records there.
        Thanks, I will give it a shot

        Comment

        Working...