Caros,
Configurei o orabbix no Ubuntu Server e o serviço está iniciando, porem quando associo o template (próprio dele /opt/orabbix/template/) a um host não recebo nenhum dado que tenha seu item de coleta definido como zabbix trapper, os definidos pelo zabbix agente aparecem.
Abaixo segue o arquivo de configuração do orabbix e também o log.
Existe alguma configuração adicional que deve ser feita?
cat config.props
#comma separed list of Zabbix servers
ZabbixServerList=VM-ZABBIX-SERVER
VM-ZABBIX-SERVER.Address=172.33.3.63
VM-ZABBIX-SERVER.Port=10051
#ZabbixServer2.Address=IP_ADDRESS_OF_ZABBIX_SERVER
#ZabbixServer2.Port=PORT_OF_ZABBIX_SERVER
#pidFile
OrabbixDaemon.PidFile=./logs/orabbix.pid
#frequency of item's refresh
OrabbixDaemon.Sleep=300
#MaxThreadNumber should be >= than the number of your databases
OrabbixDaemon.MaxThreadNumber=100
#put here your databases in a comma separated list
DatabaseList=orcl
#Configuration of Connection pool
#if not specified Orabbis is going to use default values (hardcoded)
#Maximum number of active connection inside pool
DatabaseList.MaxActive=10
#The maximum number of milliseconds that the pool will wait
#(when there are no available connections) for a connection to be returned
#before throwing an exception, or <= 0 to wait indefinitely.
DatabaseList.MaxWait=100
DatabaseList.MaxIdle=1
#define here your connection string for each database
orcl.Url=jdbc
racle:thin:@172.33.3.56:1521
rcl
orcl.User=zabbix
orcl.Password=zabbix
#Those values are optionals if not specified Orabbix is going to use the general values
orcl.MaxActive=10
orcl.MaxWait=100
orcl.MaxIdle=1
orcl.QueryListFile=./conf/query.props
LOG
tail -f /opt/orabbix/logs/orabbix.log
2013-03-20 12:50:27,383 [pool-1-thread-40] INFO Orabbix - Done with dbJob on database orcl QueryList elapsed time 17 ms
2013-03-20 12:51:27,571 [pool-1-thread-41] INFO Orabbix - Done with dbJob on database orcl QueryList elapsed time 199 ms
2013-03-20 12:52:27,399 [pool-1-thread-42] INFO Orabbix - Done with dbJob on database orcl QueryList elapsed time 20 ms
2013-03-20 12:53:27,541 [pool-1-thread-43] INFO Orabbix - Done with dbJob on database orcl QueryList elapsed time 155 ms
2013-03-20 12:54:27,410 [pool-1-thread-44] INFO Orabbix - Done with dbJob on database orcl QueryList elapsed time 16 ms
2013-03-20 12:55:27,582 [pool-1-thread-45] INFO Orabbix - Done with dbJob on database orcl QueryList elapsed time 181 ms
2013-03-20 12:56:27,424 [pool-1-thread-46] INFO Orabbix - Done with dbJob on database orcl QueryList elapsed time 15 ms
2013-03-20 12:57:27,636 [pool-1-thread-47] INFO Orabbix - Done with dbJob on database orcl QueryList elapsed time 219 ms
2013-03-20 12:58:27,463 [pool-1-thread-48] INFO Orabbix - Done with dbJob on database orcl QueryList elapsed time 16 ms
Configurei o orabbix no Ubuntu Server e o serviço está iniciando, porem quando associo o template (próprio dele /opt/orabbix/template/) a um host não recebo nenhum dado que tenha seu item de coleta definido como zabbix trapper, os definidos pelo zabbix agente aparecem.
Abaixo segue o arquivo de configuração do orabbix e também o log.
Existe alguma configuração adicional que deve ser feita?
cat config.props
#comma separed list of Zabbix servers
ZabbixServerList=VM-ZABBIX-SERVER
VM-ZABBIX-SERVER.Address=172.33.3.63
VM-ZABBIX-SERVER.Port=10051
#ZabbixServer2.Address=IP_ADDRESS_OF_ZABBIX_SERVER
#ZabbixServer2.Port=PORT_OF_ZABBIX_SERVER
#pidFile
OrabbixDaemon.PidFile=./logs/orabbix.pid
#frequency of item's refresh
OrabbixDaemon.Sleep=300
#MaxThreadNumber should be >= than the number of your databases
OrabbixDaemon.MaxThreadNumber=100
#put here your databases in a comma separated list
DatabaseList=orcl
#Configuration of Connection pool
#if not specified Orabbis is going to use default values (hardcoded)
#Maximum number of active connection inside pool
DatabaseList.MaxActive=10
#The maximum number of milliseconds that the pool will wait
#(when there are no available connections) for a connection to be returned
#before throwing an exception, or <= 0 to wait indefinitely.
DatabaseList.MaxWait=100
DatabaseList.MaxIdle=1
#define here your connection string for each database
orcl.Url=jdbc
racle:thin:@172.33.3.56:1521
rclorcl.User=zabbix
orcl.Password=zabbix
#Those values are optionals if not specified Orabbix is going to use the general values
orcl.MaxActive=10
orcl.MaxWait=100
orcl.MaxIdle=1
orcl.QueryListFile=./conf/query.props
LOG
tail -f /opt/orabbix/logs/orabbix.log
2013-03-20 12:50:27,383 [pool-1-thread-40] INFO Orabbix - Done with dbJob on database orcl QueryList elapsed time 17 ms
2013-03-20 12:51:27,571 [pool-1-thread-41] INFO Orabbix - Done with dbJob on database orcl QueryList elapsed time 199 ms
2013-03-20 12:52:27,399 [pool-1-thread-42] INFO Orabbix - Done with dbJob on database orcl QueryList elapsed time 20 ms
2013-03-20 12:53:27,541 [pool-1-thread-43] INFO Orabbix - Done with dbJob on database orcl QueryList elapsed time 155 ms
2013-03-20 12:54:27,410 [pool-1-thread-44] INFO Orabbix - Done with dbJob on database orcl QueryList elapsed time 16 ms
2013-03-20 12:55:27,582 [pool-1-thread-45] INFO Orabbix - Done with dbJob on database orcl QueryList elapsed time 181 ms
2013-03-20 12:56:27,424 [pool-1-thread-46] INFO Orabbix - Done with dbJob on database orcl QueryList elapsed time 15 ms
2013-03-20 12:57:27,636 [pool-1-thread-47] INFO Orabbix - Done with dbJob on database orcl QueryList elapsed time 219 ms
2013-03-20 12:58:27,463 [pool-1-thread-48] INFO Orabbix - Done with dbJob on database orcl QueryList elapsed time 16 ms

Comment