Ad Widget

Collapse

Extend label area on the map

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Grubjack
    Junior Member
    • Aug 2020
    • 3

    #1

    Extend label area on the map

    Hi guys,


    Get the item from external script - type text ( few lines )

    E.g.

    External data:
    {SERVER:get_data.sh[{HOST.IP}].last()}

    But when I try to place that data on the map label, got

    Extental data:
    string 1
    st....


    How to extend that area and show the full text?

    Thanks.



    Zabbix 4.4.10




  • Grubjack
    Junior Member
    • Aug 2020
    • 3

    #2
    Found the solution.

    Commented out 3 lines in the file /usr/share/zabbix/include/items.inc.php :

    # if ($trim && mb_strlen($value) > 20) {
    # $value = mb_substr($value, 0, 20).'...';
    # }

    Thanks.

    Comment

    Working...