sergiotocalini / zabora

Zabbix Agent - Oracle
GNU General Public License v3.0
38 stars 37 forks source link

the Key zabora[{$ORACLE_SID},db_metric,'Response Time Per Txn'] Fail to work #2

Closed leoowu closed 5 years ago

leoowu commented 5 years ago

[root@ip-10-5-0-14 ~]# zabbix_get -s 10.5.40.12 -p 10050 -k zabora[{$ORACLE_SID},db_metric,'Response Time Per Txn'] ZBX_NOTSUPPORTED: Special characters "\, ', ", `, *, ?, [, ], {, }, ~, $, !, &, ;, (, ), <, >, |, #, @, 0x0a" are not allowed in the parameters.

zabibx 3.4

sergiotocalini commented 5 years ago

You should replace the string {$ORACLE_SID} with your ORACLE SID and if you want to pass special characters you need to setup in your zabbix agent to allow that.

lfavero commented 3 years ago

I've the same issue on zabbix agent immagine

Can you explain how is possibile to configure the Oracle_Sid in the rght way ? Thanks Luigi

sergiotocalini commented 3 years ago

Hi @lfavero!

This issue is related with your zabbix agent configuration and happens when you pass those special characters. Please be sure that your ORACLE_SID doesn't have this kind of parameter.

Best, Sergio