Hi,
I'm on Zabbix 6.0.0alpha5, I use a script to collect some data from an IBM server, the data is shown correctly in "Lastest Data" on the host, but I can't show this information on the map. In zabbix 4.0 I could show this information without problems, I've tried to put it in several ways:
Temperature {last(/BladeCenterGRC/ibm_amm_snmpget.sh["{$SNMP_COMMUNITY}",{HOST.IP},".1.3.6.1.4.1.2. 3.51 .2.2.1.1.2.0","1"])=0 }
Temperature: {last(/BladeCenterGRC/ibm_amm_snmpget.sh["{$SNMP_COMMUNITY}",{HOST.IP},".1.3.6.1.4.1.2. 3.51 .2.2.1.1.2.0","1"])= 0}
Temperature {ibm_amm_snmpget.sh["{$SNMP_COMMUNITY}",{HOST.IP},".1.3.6.1.4.1.2. 3.51 .2.2.1.1.2.0","1"","1"]}
What am I doing wrong?
I'm on Zabbix 6.0.0alpha5, I use a script to collect some data from an IBM server, the data is shown correctly in "Lastest Data" on the host, but I can't show this information on the map. In zabbix 4.0 I could show this information without problems, I've tried to put it in several ways:
Temperature {last(/BladeCenterGRC/ibm_amm_snmpget.sh["{$SNMP_COMMUNITY}",{HOST.IP},".1.3.6.1.4.1.2. 3.51 .2.2.1.1.2.0","1"])=0 }
Temperature: {last(/BladeCenterGRC/ibm_amm_snmpget.sh["{$SNMP_COMMUNITY}",{HOST.IP},".1.3.6.1.4.1.2. 3.51 .2.2.1.1.2.0","1"])= 0}
Temperature {ibm_amm_snmpget.sh["{$SNMP_COMMUNITY}",{HOST.IP},".1.3.6.1.4.1.2. 3.51 .2.2.1.1.2.0","1"","1"]}
What am I doing wrong?
Comment