RE: Monitoring Oracle ASM space....nagios? Other options?
Date: Tue, 29 Nov 2016 07:31:07 +0000
Message-ID: <14478_1480404668_583D2EBC_14478_7589_1_ECDEF0CC6716EC4596FCBC871F48292AB14D0FBA_at_ZRH-S231>
I’m monitoring databases with Nagios. When I evaluated the product a couple of years ago, I couldn’t find a complete set of plugins that would fulfil our monitoring requirements. Therefore I developed my own checks in Perl. The product works fine and I can recommend it. The checks on Nagios Plugin Exchange usually require a wrapper which would set some environment variables. You didn’t provide an error message, but by looking into the code of chek_asm I guess that LD_LIBRARY_PATH (if you run on Solaris) is not set. You can either add a line $ENV{LD_LIBRARY_PATH}=”${asm_home}/lib” on the line 80 or set the environment variable in a wrapper before invoking check_asm.
Nenad
Home: http://nenadnoveljic.com
Twitter: _at_NenadNoveljic
From: oracle-l-bounce_at_freelists.org [mailto:oracle-l-bounce_at_freelists.org] On Behalf Of Mark J. Bobak
Sent: Montag, 28. November 2016 22:05
To: ORACLE-L
Subject: Monitoring Oracle ASM space....nagios? Other options?
Hi all,
I've got about 2 dozen Oracle instances running on EC2 in AWS (no RDS), and I'm looking for good monitoring solutions. We currently have nagios deployed, and it works fine for system-level monitoring, bu doesn't give any insight into Oracle DB health, ASM or non-ASM based storage, etc.
Does anyone know of any good nagios modules for Oracle monitoring? I found one called 'check_asm', that I liked, and seemed to work fine when I ran at command line, but when I tried to integrate with nagios, refused to work.
Any suggestions? Alternatives to nagios? Has anyone done much with Oracle Database monitoring using AWS's Cloudwatch?
Any other thoughts or suggestions?
-Mark
Please consider the environment before printing this e-mail. Bitte denken Sie an die Umwelt, bevor Sie dieses E-Mail drucken.
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">p { font-family: Arial;font-size:9pt }</style>
</head>
<body>
<p>
<br>Important Notice</br>
<br>This message is intended only for the individual named. It may contain confidential or privileged information. If you are not the named addressee you should in particular not disseminate, distribute, modify or copy this e-mail. Please notify the sender immediately by e-mail, if you have received this message by mistake and delete it from your system.</br>
<br>E-mail transmission may not be secure or error-free as information could be intercepted, corrupted, lost, destroyed, arrive late or incomplete. Also processing of incoming e-mails cannot be guaranteed. All liability of the Vontobel Group and its affiliates for any damages resulting from e-mail use is excluded. You are advised that urgent and time sensitive messages should not be sent by e-mail and if verification is required please request a printed version.<br/>
</p>
</body>
</html>
-- http://www.freelists.org/webpage/oracle-lReceived on Tue Nov 29 2016 - 08:31:07 CET