Hi
Zabbix 3.4
linux server
Using a template from DB I am getting a list of terminals like
tvm_100 as HOSTNAME,Station Name as STATIONNAME
I am using discovery to dynamicly create list of terminals
In the template, I created an item prototype

Host prototype

In this configuration it is working, I am receiving a ping
To the email notification, I would like to add a STATION NAME in the subject or in the body of the email

I tried to add to Host Prototype Visible name like {#HOSTNAME} - {#STATIONNAME}, but then host.name was created like "tvm_100 station" which caused a problem in ping check.

I need monitor ping to terminals using name tvm_100

Question
How I can add to email a STATIONNAME?
Thank you
Zabbix 3.4
linux server
Using a template from DB I am getting a list of terminals like
tvm_100 as HOSTNAME,Station Name as STATIONNAME
I am using discovery to dynamicly create list of terminals
In the template, I created an item prototype
Host prototype
In this configuration it is working, I am receiving a ping
To the email notification, I would like to add a STATION NAME in the subject or in the body of the email
I tried to add to Host Prototype Visible name like {#HOSTNAME} - {#STATIONNAME}, but then host.name was created like "tvm_100 station" which caused a problem in ping check.
I need monitor ping to terminals using name tvm_100
Question
How I can add to email a STATIONNAME?
Thank you
Comment