hi all!
I installed Nagios on my CentOs virtual Machine.
I downloaded the plugin named 'check_oracle_instant' to control oracle services and for monitor the state of DB.
I copied the script in the path /usr/local/nagios/libexex
and i put 'nagios' like owner for the script.
In the path
, i modified the file 'commands.cfg' adding
I definied the service in another file and i runned the command
No error i received!!!
I restarted nagios, but the script don't works!!!
nagios says :
(Return code of 126 is out of bounds - plugin may be missing)
if i try to run the script with the nagios owner I received
bad interpreter: No such file or directory
waiting for your help...
ps: my db is a remote db..
Last edited by jim mcnamara; 11-05-2013 at 07:46 AM..
You used an editor on a Windows PC, then saved the file to UNIX. See the ^M
That is an unwanted artifact from windows carriage control.
You need to go back to your editor and save the edits you made using UNIX carriage control. If that is not possible then, for any file UNIX you messed with on your PC: change it back to UNIX carriage control with the dos2unix command.
Assuming you have the usual GNU version dos2unix
Be sure to check your man page for exact syntax. First.
Good evening
I nned your help pls, In an unix server i want to connect to a remote oracle databse server by sqlplus.
I tried to find out the user/passwd and service name by env variable and all Ive got is this:
ORACLE_SID_REPCOL=SCL_REPCOL
ORACLE_SID=xmeta
ORACLE_SID_TOL=SCL_PROTOLCOL... (2 Replies)
We have a dual Nagios server setup. One is setup for internal server monitoring on our LAN, while the second Nagios server is hosted externally and is used for external checks only such as URL and ping checks form the WAN side.
I was wondering if there is any way to setup cross dependencies... (1 Reply)
Hi,
I have recently configured nagios for monitoring some of my production servers and it works fine but now I need to monitor my Oracle RAC servers.
I have downloaded the following plugin (check_oracle-cluster) and have installed it on one of my RAC servers.
Nagios Exchange - Check... (7 Replies)