Nagios and Oracle

SMN

SMN

Soldato
Joined
2 Nov 2008
Posts
2,502
Location
The ether
Hi all,

Is anyone here using Nagios to monitor any Oracle databases? Im losing my mind trying to get check_oracle, check_oracle_health etc working from the Nagios Exchange.

Thanks,
Sam
 
That'd be amazing. Im having issues with it saying something along the lines of "ORACLE NOT KNOWN" or something, i think i need to declare / set some values first.
 
Awesome. What i dont get though, is:

/check_oracle_health --mode=session-usage --connect=****dbab1 --username=nagios --password=****** --warning=35 --critical=80

Where in that is the actual Host IP/hostname specified?
 
Yeah, well i installed the client but when i did a "find / -name .ora 2> /dev/null" it didnt find anything. Do you know where it is stored generally?
 
OK i got it working thanks guys! Turns out i was doing it wrong, so i found the file on sourceforge, did the ./configure (with correct options) and then make/make install, but this time instead of then going to the "plugins" folder in the make directory, i went to /usr/local/nagios and ran that script, and once i got DBD::Oracle installed, it worked great :)
 
Back
Top Bottom