Uploaded image for project: 'ZABBIX FEATURE REQUESTS'
  1. ZABBIX FEATURE REQUESTS
  2. ZBXNEXT-1141

Please support AtomicLong (and other Atomics) in the JMXItemChecker

    XMLWordPrintable

Details

    Description

      Add "AtomicLong.class" (And other Atomic* types) to the list of primitive Attribute Types at isPrimitiveAttributeType(Class<?> clazz)
      /zabbix_java/src/com/zabbix/gateway/JMXItemChecker.java line 248

      AtomicLong is useful for making sure your stats are consistent over many JAVA threads. As such, they are often used as JMX attributes, and act just like "Long"s as far as Zabbix is concerned.

      This is a trivial fix.

      Attachments

        Activity

          People

            Unassigned Unassigned
            tewner Michael Tewner
            Votes:
            5 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: