Search found 13 matches
- Tue Apr 05, 2016 9:25 pm
- Forum: Nagios XI
- Topic: oracle monitoring error
- Replies: 18
- Views: 7396
Re: oracle monitoring error
Well, there is an improvement now after adding the .com to the instance name. This is the error: CRITICAL - cannot connect to xx.xx.xx.xx:1521/SGRC.XX.COM. ORA-01017: invalid username/password: logon denied (DBD ERROR: OCISessionBegin) But I am not sure if this is username and password issue as our ...
- Tue Apr 05, 2016 9:11 pm
- Forum: Nagios XI
- Topic: All MSSQL instance monitoring
- Replies: 13
- Views: 3638
Re: All MSSQL instance monitoring
Hi SSAX, Are you sure is it at line 104? in my code its at line 326. Anyways I have updated the code which you have advised and please find the output from CLI: libexec]# ./check_mssql -H xx.xx.xx.xx --username sa --password "xxxx" --database master --port 1433 --query "SELECT+name+%2...
- Tue Apr 05, 2016 4:28 pm
- Forum: Nagios XI
- Topic: oracle monitoring error
- Replies: 18
- Views: 7396
Re: oracle monitoring error
oh sorry, i have provided you another output. Here it is: xxxxxxxxxxx*SGRC-/home/oracle >lsnrctl status LSNRCTL for Linux: Version 12.1.0.2.0 - Production on 05-APR-2016 12:26:48 Copyright (c) 1991, 2014, Oracle. All rights reserved. Connecting to (ADDRESS=(PROTOCOL=tcp)(HOST=)(PORT=1521)) STATUS of...
- Tue Apr 05, 2016 2:36 pm
- Forum: Nagios XI
- Topic: All MSSQL instance monitoring
- Replies: 13
- Views: 3638
Re: All MSSQL instance monitoring
Please find attached the screen shot from Studio Express. Studio express is not a problem. When I run the same query in Nagios XI then its an issue
- Tue Apr 05, 2016 12:56 pm
- Forum: Nagios XI
- Topic: oracle monitoring error
- Replies: 18
- Views: 7396
Re: oracle monitoring error
Please find the output below: testhost:/home/oracle:TALTAM> lsnrctl services LSNRCTL for Linux: Version 12.1.0.2.0 - Production on 05-APR-2016 12:42:34 Copyright (c) 1991, 2014, Oracle. All rights reserved. Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=testhost)(PORT=1521))) Services Summa...
- Fri Apr 01, 2016 7:43 pm
- Forum: Nagios XI
- Topic: All MSSQL instance monitoring
- Replies: 13
- Views: 3638
Re: All MSSQL instance monitoring
Hi hsmith, Yes, I have tried from command line, same output :cry: ./check_mssql -H xx.xx.xx.xx --username sa --password "ptest" --database master --port 1433 --query "SELECT+name+%2B+%27%2C+%27+AS+%5Btext%28%29%5D+FROM+sys.databases+WHERE+state+%21%3D+0+FOR+XML+PATH%28%27%27%29%3B&quo...
- Fri Apr 01, 2016 6:18 pm
- Forum: Nagios XI
- Topic: oracle monitoring error
- Replies: 18
- Views: 7396
Re: oracle monitoring error
Hi rkennedy,
Do you mean the service command? Here it is:
check_xi_oracletablespace!--connect 'xxx.xx.xx.xxx:1521/SGRC' --username 'test' --password 'ptest' --mode tablespace-usage --warning 90 --critical 98
Thank you!
Do you mean the service command? Here it is:
check_xi_oracletablespace!--connect 'xxx.xx.xx.xxx:1521/SGRC' --username 'test' --password 'ptest' --mode tablespace-usage --warning 90 --critical 98
Thank you!
- Fri Apr 01, 2016 1:46 pm
- Forum: Nagios XI
- Topic: All MSSQL instance monitoring
- Replies: 13
- Views: 3638
Re: All MSSQL instance monitoring
Thank you ssax, Sorry for taking a long time to respond. This works absolutely fine in MSSQL Studio express and gives the desired result. But in Nagios its not able to execute. I am getting an error as - CRITICAL: Could not execute the query . This is the query: check_xi_mssql_query!--username sa --...
- Wed Mar 30, 2016 1:44 pm
- Forum: Nagios XI
- Topic: oracle monitoring error
- Replies: 18
- Views: 7396
Re: oracle monitoring error
Hi ssax, You are star! I could complete the installation successfully. Now I am encountering another error: CRITICAL - cannot connect to xx.xx.xxx.xx:1521/SGRC. ORA-12514: TNS:listener does not currently know of service requested in connect descriptor (DBD ERROR: OCIServerAttach) Please share your t...
- Tue Mar 29, 2016 9:34 pm
- Forum: Nagios XI
- Topic: All MSSQL instance monitoring
- Replies: 13
- Views: 3638
Re: All MSSQL instance monitoring
Hi tmcdonald,
Could you post any example for wrapper script which i can use?
Could you post any example for wrapper script which i can use?