Ad Widget
Collapse
Orabbix:"Another way to monitor Oracle reloaded"
Collapse
X
-
Andrea Dalle Vacche
website:http://www.smartmarmot.com/
e-mail:
Author of:Mastering Zabbix Book - second edition
Zabbix Network Monitoring Essentials -
Orabbix monitor Oracle 11gR2 RAC
Hi Dalle,
I want use Orabbix to monitor my Oracle 11gR2 RAC (have two hosts in RAC), I have been installed orabbix and configured config.porps, but, how can I apply the oracle RAC hosts in zabbix? I need apply two host with diffrent IP address or just one without IP?
If I just apply only one host in zabbix, and how can I realize the detection of the nodes alive in the RAC?
By the way, perhaps there is a clerical error about RAC connection string In orabbix installation Instructions. Maybe we need change
RACINST.Url=jdbcracle:thin:@(DESCRIPTION=(ADDRESS_ LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=RAC1.EXAMPLE.COM ) (PORT=1521))(ADDRESS=(PROTOCOL=TCP)(HOST=RAC2.EXAM PLE.COM)(PORT=1521)))(CONNECT_DATA=(SERVICE_NAME=R ACINST)))
to
RACINST.Url=jdbc
racle:thin:@(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(P ROTOCOL=TCP)(HOST=RAC1.EXAMPLE.COM) (PORT=1521))(ADDRESS=(PROTOCOL=TCP)(HOST=RAC2.EXAM PLE.COM)(PORT=1521)))(CONNECT_DATA=(SERVICE_NAME=R ACINST)))
Thanks.Last edited by frank0521; 18-04-2012, 10:22.Comment
-
-
Multiple oracle instances...
Hi, I have questions regarding monitoring multiple oracle instances.
Is it possible to monitor more than one oracle instance at one oracle server using orabbix?
Another question is, is it possible to monitor instances from different ORacle servers that have same SID names?
Is there any option to do this using Orabbix?
Thank youComment
-
Thank you!!! I didn't know!To all Orabbix users - see please https://support.zabbix.com/browse/ZBX-4980Andrea Dalle Vacche
website:http://www.smartmarmot.com/
e-mail:
Author of:Mastering Zabbix Book - second edition
Zabbix Network Monitoring EssentialsComment
-
sureHi, I have questions regarding monitoring multiple oracle instances.
Is it possible to monitor more than one oracle instance at one oracle server using orabbix?
Another question is, is it possible to monitor instances from different ORacle servers that have same SID names?
Is there any option to do this using Orabbix?
Thank you
e.g. you have on your Oracle TEST server a sid called "orcl" and on your production environment the same sid "orcl" you should simply call them (in orabbix config file) orcl_test and orcl_prod or something like that, and consequently you need to create two host on zabbix with the same name "orcl_prod" and "orcl_test" nothing more.
รน obviously the connection string on Orabbix's properties file will be the same exept for the IP address.Andrea Dalle Vacche
website:http://www.smartmarmot.com/
e-mail:
Author of:Mastering Zabbix Book - second edition
Zabbix Network Monitoring EssentialsComment
-
Whre ORabbix should be installed
Simple question:
Please can you tell me where Orabbix should be installed.
According to installation documentation it is stated following:
"Steps for Installation
Download Orabbix to your Zabbix Server
On your Zabbix server, unzip Orabbix to: /opt/orabbix
Copy file /opt/orabbix/init.d/orabbix to /etc/init.d/orabbix
Grant execute permissions to the following files:
....
"
It seems that this should be installed at zabbix server (not server with oracle database). Is that correct?
Can you also give me info where I can find more explained parameters for config.props? I have few doubts in configuring this file, so your help would be helpful.Comment
-
Comment
-
Hi,
I got a bit problem with orabbix and viewing graphs.
When i look at short perioid i dont see any data, when i look at least month i see normal data.
I was thinking maybe this is becouse history value is to low, but its set to 90 days, trends ar set to 365days.
Maybe some one know why this issue exsists?Comment
-
I have also been thinking the same thing.sure
e.g. you have on your Oracle TEST server a sid called "orcl" and on your production environment the same sid "orcl" you should simply call them (in orabbix config file) orcl_test and orcl_prod or something like that, and consequently you need to create two host on zabbix with the same name "orcl_prod" and "orcl_test" nothing more.
รน obviously the connection string on Orabbix's properties file will be the same exept for the IP address.
I see what you're doing here but wont this double up on queries e.g. disk space, cpu etc?Comment
-
Hi,
For anyone else out there i was having a problem with the dbfilesize not reporting.
It wasn't in the query.props. I copied it from the sample file.
I also changed the item in zabbix units to B for dbfilesize and removed the multiplier from the query as it was reporting incorrectly for me.
dbfilesize.Query=select to_char(sum(bytes), 'FM9999999999999990') retvalue from dba_data_files.
i did the same for dbsize.
Also my archivelog is showing as 0MB, archivelog mode is TRUE.
Thanks.Comment
-
Zabbix 2.0.x supported?
Hi!
Is Zabbix version 2.0 and up supported? If it is, which Orabbix version is needed?
Thanks,
DanielComment
-
Andrea Dalle Vacche
website:http://www.smartmarmot.com/
e-mail:
Author of:Mastering Zabbix Book - second edition
Zabbix Network Monitoring EssentialsComment
Comment