Ad Widget

Collapse

Use Item1 value in names of other items

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • GIL
    Junior Member
    • Nov 2014
    • 10

    #1

    Use Item1 value in names of other items

    Hi All.
    I have Fujitsu DX200 storage vs mapped official template from share.zabbix.com. I have made some changes to this template to monitor controllers status, CPU load and FC Ports usage (IOPS, Troughput), also i add to template disk usage (busy) stats.
    Now I add discovery for volumes (LUNs) vs items: Name, Troughput, IOPS, ResponseTime, CacheHitRange and Capacity. But I'm in trouble... FJ snmp model doesn't get volume names, so I get it trough cli telnet -> powershell -> value map, so by volume id i have an item that shows volume name. But it's just item value. I want thas this value (VolumeName) be in other items names.
    i.e. discovered items
    item1: name = Volume 32 ; key = fj.volume.name[32] ; value = Mail1 (32)
    item2: name = Volume Mail1 Capacity ; key = fj.volume.capacity[32]; value = 4Tb
Working...