Ad Widget

Collapse

Map Macro Labels are not working.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • samarcos
    Junior Member
    • May 2021
    • 17

    #1

    Map Macro Labels are not working.

    Does anyone know why my macro labels are not working?
    I tried restarting the server, restarting the proxies (to update the items) restarting the agents on the host.
    I also upgraded from zabbix 6.0 to 6.4 and there is no change.
    after the upgrade, i also restarted the server, proxies and the agents.
    This is happening for all my pfsense routers and the zabbix server (pictured) I have not tried for any other host, but this ones are the ones I need this for.

    Any suggestions on what to do or things I should check for?

    As you can see all the items are configured and working properly.

    Thanks.


    Click image for larger version

Name:	image.png
Views:	468
Size:	103.7 KB
ID:	486386

    Click image for larger version

Name:	image.png
Views:	334
Size:	86.6 KB
ID:	486388

    Attached Files
  • rich@974
    Junior Member
    • Oct 2024
    • 13

    #2
    Hi
    Did you ever get an answer somewhere ?
    Did youy get it to work ?

    Comment

    • samarcos
      Junior Member
      • May 2021
      • 17

      #3
      I am not sure what the issue was, but this is what I currently have and it works:

      {HOST.HOST}
      Memory Available: {?last(/{HOST.HOST}/vm.memory.size[pavailable])}
      CPU Load %: {?last(/{HOST.HOST}/system.cpu.load[all,avg1])}
      Uptime: {?last(/{HOST.HOST}/system.uptime)}

      You have to have the same items assigned to the server in order for it to work.
      if you remove the vm.memory.size[] item from the server, it stops working.

      Hope this helps.

      Comment

      • rich@974
        Junior Member
        • Oct 2024
        • 13

        #4
        Originally posted by samarcos
        I am not sure what the issue was, but this is what I currently have and it works:

        {HOST.HOST}
        Memory Available: {?last(/{HOST.HOST}/vm.memory.size[pavailable])}
        CPU Load %: {?last(/{HOST.HOST}/system.cpu.load[all,avg1])}
        Uptime: {?last(/{HOST.HOST}/system.uptime)}

        You have to have the same items assigned to the server in order for it to work.
        if you remove the vm.memory.size[] item from the server, it stops working.

        Hope this helps.
        It works very well, thank you

        Comment

        Working...