Hi All,
Can I define one item, eg sdp.status.???? and then send the statuses with zabbix_sender as below
zabbix_sender -vvv -c /etc/zabbix/zabbix_agentd.conf -i sendsdp.txt
Info from server: "Processed 0 Failed 4 Total 4 Seconds spent 0.000067"
sent: 4; skipped: 0; total: 4
cat sendsdp.txt
TestServer sdp.status.0 6
TestServer sdp.status.1 2
TestServer sdp.status.2 0
TestServer sdp.status.3 3
Or must I define one item per sdp eg
sdp.status.0
sdp.status.1
....
If I can assign muliple values to one key, what would the ??? be? I tried this
sdp.status.[0,1,2,3], but this does not work
Any suggestions please
Can I define one item, eg sdp.status.???? and then send the statuses with zabbix_sender as below
zabbix_sender -vvv -c /etc/zabbix/zabbix_agentd.conf -i sendsdp.txt
Info from server: "Processed 0 Failed 4 Total 4 Seconds spent 0.000067"
sent: 4; skipped: 0; total: 4
cat sendsdp.txt
TestServer sdp.status.0 6
TestServer sdp.status.1 2
TestServer sdp.status.2 0
TestServer sdp.status.3 3
Or must I define one item per sdp eg
sdp.status.0
sdp.status.1
....
If I can assign muliple values to one key, what would the ??? be? I tried this
sdp.status.[0,1,2,3], but this does not work
Any suggestions please
Comment