Hello,
I'm having some troubles with the zabbix_agentd. I've defined some UserParameters in the configuration file for the agentd:
UserParameter=oracle[*],/opt/zabbix/zabora $1
But when I try to test them I get this:
[root@h2go zabbix]# zabbix_agent -c /etc/zabbix/zabbix_agentd.conf -t oracle[version]
oracle[/opt/zabbix/zabora version] [t|Oracle Database 11g Release 11.1.0.6.0 - Production]
[root@h2go zabbix]# zabbix_agentd -c /etc/zabbix/zabbix_agentd.conf -t oracle[version]
oracle [m|ZBX_NOTSUPPORTED]
Version: 1.6.4
What am I doing wrong?
Thx in advance
I'm having some troubles with the zabbix_agentd. I've defined some UserParameters in the configuration file for the agentd:
UserParameter=oracle[*],/opt/zabbix/zabora $1
But when I try to test them I get this:
[root@h2go zabbix]# zabbix_agent -c /etc/zabbix/zabbix_agentd.conf -t oracle[version]
oracle[/opt/zabbix/zabora version] [t|Oracle Database 11g Release 11.1.0.6.0 - Production]
[root@h2go zabbix]# zabbix_agentd -c /etc/zabbix/zabbix_agentd.conf -t oracle[version]
oracle [m|ZBX_NOTSUPPORTED]
Version: 1.6.4
What am I doing wrong?
Thx in advance
Comment