Can someone tell me why;
My discovery rule lists services in this format (from the top);
In the item prototype (after the discovery) the key is set as check.services[{#SERVICE}]
Yet in the 'Latest data' I see the list of services without data. In fact the list is seen only when 'Show items without data' is checked.
From the command line, however, I get this (as an example),
zabbix_get -s 192.168.102.138 -k check.services[zabbix-agent.service]
returns 0 (as expected, the service is running. 1 would mean it is not running. It is an INT)
So what's happening, can someone tell me?
Thank you in advance.
My discovery rule lists services in this format (from the top);
{
"data": [
{
"{#SERVICE}": "auditd.service"
},
{
"{#SERVICE}": "chronyd.service"
},
{
"{#SERVICE}": "crond.service"
},
and so on ...
]
}
"data": [
{
"{#SERVICE}": "auditd.service"
},
{
"{#SERVICE}": "chronyd.service"
},
{
"{#SERVICE}": "crond.service"
},
and so on ...
]
}
Yet in the 'Latest data' I see the list of services without data. In fact the list is seen only when 'Show items without data' is checked.
From the command line, however, I get this (as an example),
zabbix_get -s 192.168.102.138 -k check.services[zabbix-agent.service]
returns 0 (as expected, the service is running. 1 would mean it is not running. It is an INT)
So what's happening, can someone tell me?
Thank you in advance.
Comment