Hey,
we have zabbix server runing throw docker xxl, zabbix server 3.4
now im tring to make an item to get all linux machines serial number.
the machine has AllowRoot=1 at agent
and when i run on the machine localy :
:~ # zabbix-agentd -t system.hw.chassis[serial]
system.hw.chassis[serial] [s|VMware-42 a ac 57 af f2]
works.
if i do it in an item (atteched)
goes "zabbix unsupported"
if i run from server zabbix_get :
[root@0e828539a924 /]# zabbix_get -I 172.18.0.4 -p 10050 -s 10.16.x.x -k "system.hw.chassis[serial]"
ZBX_NOTSUPPORTED
or
[root@0e828539a924 /]# zabbix_get -I 172.18.0.4 -p 10050 -s 10.16.x.x -k "system.run[zabbix-agentd -t system.hw.chassis[serial]]"
system.hw.chassis[serial] [m|ZBX_NOTSUPPORTED]
why ?
LOG :
16944:20181029:164102.568 Requested [system.hw.chassis[serial]]
16944:20181029:164102.568 Sending back [ZBX_NOTSUPPORTED]
we have zabbix server runing throw docker xxl, zabbix server 3.4
now im tring to make an item to get all linux machines serial number.
the machine has AllowRoot=1 at agent
and when i run on the machine localy :
:~ # zabbix-agentd -t system.hw.chassis[serial]
system.hw.chassis[serial] [s|VMware-42 a ac 57 af f2]
works.
if i do it in an item (atteched)
goes "zabbix unsupported"
if i run from server zabbix_get :
[root@0e828539a924 /]# zabbix_get -I 172.18.0.4 -p 10050 -s 10.16.x.x -k "system.hw.chassis[serial]"
ZBX_NOTSUPPORTED
or
[root@0e828539a924 /]# zabbix_get -I 172.18.0.4 -p 10050 -s 10.16.x.x -k "system.run[zabbix-agentd -t system.hw.chassis[serial]]"
system.hw.chassis[serial] [m|ZBX_NOTSUPPORTED]
why ?
LOG :
16944:20181029:164102.568 Requested [system.hw.chassis[serial]]
16944:20181029:164102.568 Sending back [ZBX_NOTSUPPORTED]
Comment