Hello all,
I am trying to make my first template for the community, but I am facing an issue with my zabbix server and JSON discovery.
I want to discover all backup jobs on a Windows Veeam "backup and recovery" server but when my zabbix server receives the JSON data via Zabbix trapper, he always says :
(the data is sent by a PowerShell code and I am using zabbix 6.0.30)

there is the full JSON content :
discovery rule :
item prototype :
If anyone can help me ? I can give other information if needed.
I am trying to make my first template for the community, but I am facing an issue with my zabbix server and JSON discovery.
I want to discover all backup jobs on a Windows Veeam "backup and recovery" server but when my zabbix server receives the JSON data via Zabbix trapper, he always says :
(the data is sent by a PowerShell code and I am using zabbix 6.0.30)
there is the full JSON content :
Code:
{
"data": [
{
"{#NOM}": "dfs1"
},
{
"{#NOM}": "Wasabi_dfs1"
},
{
"{#NOM}": "files"
},
{
"{#NOM}": "Wasabi_files"
},
{
"{#NOM}": "Wasabi_fw1"
},
{
"{#NOM}": "Wasabi_dc4"
},
{
"{#NOM}": "files2"
},
{
"{#NOM}": "dc4"
},
{
"{#NOM}": "dc1"
},
{
"{#NOM}": "Wasabi_laby"
},
{
"{#NOM}": "fw1"
},
{
"{#NOM}": "laby"
},
{
"{#NOM}": "Wasabi_dc1"
}
]
}
item prototype :
If anyone can help me ? I can give other information if needed.
Comment