I get "Unsupported item key" when I run zabbix_get -s 10.10.10.10 -k db.odbc.discovery[xyz,DBS001/INSTANCE1]
I want to see the json output of the discovery rule. Why is it reporting unsupported item key? It is working fine and discovering items but when I try zabbix_get I get the error.
Key: db.odbc.discovery[xyz,DBS001/INSTANCE1]
Type: Database Monitor
Query: select * from mytable;
zabbix_get -s 10.10.10.10 -k vfs.fs.discovery works fine. So db.odbc.discovery[xyz,DBS001/INSTANCE1] should also work. I tried escaping characters but still the same error.
I want to see the json output of the discovery rule. Why is it reporting unsupported item key? It is working fine and discovering items but when I try zabbix_get I get the error.
Key: db.odbc.discovery[xyz,DBS001/INSTANCE1]
Type: Database Monitor
Query: select * from mytable;
zabbix_get -s 10.10.10.10 -k vfs.fs.discovery works fine. So db.odbc.discovery[xyz,DBS001/INSTANCE1] should also work. I tried escaping characters but still the same error.
Comment