Hi, my name is Francisco and this is my first post on this forum, I'm reading this forum for some months and I'm working on a little zabbix implementation for some windows... linux.. database.. firewall...etc
Well, i'm creating some maps to view the status of the hardware or software.. but, when i add a host to my map and in the text label i put some values that need a macro.. some of them show the data and some not:
this shows nothing *UNKNOWN* but in the "latest data" shows the correct info
{MIHOST.ESX1:vmware.hv.hw.cpu.model[{$URL},{HOST.HOST}].last(0)}
this shows the result of the external script nas.sh with these parameters
{MIHOST.NAS_221:nas.sh[{$NAS1IP},{$NAS1SHARE1},libreporciento].last(0)}
And when triing to put the value of a macro in the label of a host in a map
{$NAS1IP} -> shows nothing or simply this text {$NAS1IP}
{HOST.CONN} -> shows the correct data
Well, i'm creating some maps to view the status of the hardware or software.. but, when i add a host to my map and in the text label i put some values that need a macro.. some of them show the data and some not:
this shows nothing *UNKNOWN* but in the "latest data" shows the correct info
{MIHOST.ESX1:vmware.hv.hw.cpu.model[{$URL},{HOST.HOST}].last(0)}
this shows the result of the external script nas.sh with these parameters
{MIHOST.NAS_221:nas.sh[{$NAS1IP},{$NAS1SHARE1},libreporciento].last(0)}
And when triing to put the value of a macro in the label of a host in a map
{$NAS1IP} -> shows nothing or simply this text {$NAS1IP}
{HOST.CONN} -> shows the correct data
Comment