hello,i'm new in zabbix.
I'm now configuration zabbix LLD(Low-level discovery) to autoadd port monitoring.
and there is the JSON return
it's looks like ok
------------------------------------------------------------------
{
"data":[
{
"{#CHECKPORT}":"10.66.1.208,1090"},
------------------------------------------------------------------
but after i add a item it's something the matter
i use net.tcp.port[ip,port]
after LLD discovery
it's add a item like this
-----------------------------------------------------------------
net.tcp.port["10.66.1.208,1090"]
-----------------------------------------------------------------
and the two " " how can i take out it?
thanks
I'm now configuration zabbix LLD(Low-level discovery) to autoadd port monitoring.
and there is the JSON return
it's looks like ok
------------------------------------------------------------------
{
"data":[
{
"{#CHECKPORT}":"10.66.1.208,1090"},
------------------------------------------------------------------
but after i add a item it's something the matter
i use net.tcp.port[ip,port]
after LLD discovery
it's add a item like this
-----------------------------------------------------------------
net.tcp.port["10.66.1.208,1090"]
-----------------------------------------------------------------
and the two " " how can i take out it?
thanks
Comment