Ad Widget

Collapse

table of item values

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jswheeler
    Junior Member
    • Feb 2024
    • 22

    #1

    table of item values

    I'm collecting a lot of data in Zabbix that's informational. I collect information about my SATA drive in my QNAP NAS. For example, the output of this command


    # hal_app --pd_sys_getinfo enc_sys_id=root,pd_sys_id=sg3
    PD_INFO *************ret = 0*****************
    port_id = 3
    pd_sys_id = sg3
    enc_sys_id = root
    pd_sys_name = /dev/sdd
    pd_ctrl_name = /dev/sg3
    pd_bus_name = 12:0:0:0
    wwn_len = 8
    wwn = 50 00 c5 00 e3 ad 92 be
    type = 0
    form = 2
    speed = 9
    max speed = 9
    rotation_speed = 7200
    vendor = Seagate
    model = ST12000NM001G-2MV103
    serial_no = ZTN0Z0PC
    revision = SN03
    protocol_version = 0x0003ffff
    status = 0
    capabilities = 0x4032957
    capabilities_ext = 0x0
    sector_size = 512
    capacity = 23437770752
    pd_infoP->END******************************

    Is there a way to view items values in a table? Maybe I'm missing a dashboard widget, but I didn't seem to find anything that allows me to filter items by label as an example. What I'd like is a simple table that I can provide a filter, either on a single host or across multiple hosts, to see attribute values.

    of course I can manually build a table with dozens of items, just wondering how others see some tabular data in the same context as their performance metrics.
Working...