Hello everyone,
I'm having a very weird issue.
Im using Zabbix 2.0.8 ofr the production lab
In parallel I have installed a 2.2 to monitor a test lab and check the new features, performance, etc.
Here is my problem:
- I have one Discovery rule that will run a script I have (agent_active) and find some specific services in that host.
- When I run the 1st time the zabbix_get from zabbix_server
[root@PTPET ~]# zabbix_get -s 10.91.76.10 -k "OSSServices"
{"data":[
{"{#OSSSERVICE}":"netfs-sprintlab357vm4"},
{"{#OSSSERVICE}":"cpfnx2s-sprintlab357vm4"},
{"{#OSSSERVICE}":"OMAgentAF-sprintlab357vm4"},
{"{#OSSSERVICE}":"db"}]}
It works!!
Few seconds after...
[root@PTPET ~]# zabbix_get -s 10.91.76.10 -k "OSSServices"
ZBX_NOTSUPPORTED
:\
If I connect this host to my production system...
The script and the rule works.
Also.. as you can see the JSON seems to be ok.
Is this a bug from 2.2?
I'm having a very weird issue.
Im using Zabbix 2.0.8 ofr the production lab
In parallel I have installed a 2.2 to monitor a test lab and check the new features, performance, etc.
Here is my problem:
- I have one Discovery rule that will run a script I have (agent_active) and find some specific services in that host.
- When I run the 1st time the zabbix_get from zabbix_server
[root@PTPET ~]# zabbix_get -s 10.91.76.10 -k "OSSServices"
{"data":[
{"{#OSSSERVICE}":"netfs-sprintlab357vm4"},
{"{#OSSSERVICE}":"cpfnx2s-sprintlab357vm4"},
{"{#OSSSERVICE}":"OMAgentAF-sprintlab357vm4"},
{"{#OSSSERVICE}":"db"}]}
It works!!
Few seconds after...
[root@PTPET ~]# zabbix_get -s 10.91.76.10 -k "OSSServices"
ZBX_NOTSUPPORTED
:\
If I connect this host to my production system...
The script and the rule works.
Also.. as you can see the JSON seems to be ok.
Is this a bug from 2.2?
Comment