Build precise queries to find exactly what you need
Press ESC to close
Your review has been submitted and is pending approval.
Do you have Netezza database in your infrastructure. Would you like to be able to monitor it under Nagios ? I have away to do it. It is extensible and requires no ODBC, no username, and no password. There is a perl module that Netezza includes on the database server called SQL.pm is in delivered in /nz/kit/share/perl. I am including a sample of how to use it to monitor.
Current Version
0.1
Last Release Date
2014-02-23
Owner
frank p
License
Other
Compatible With
Check for Queries that run longer than 300 seconds
Netezza databases have become a industry standard for big data and VLDB. Many companies have purchased Netezza machines and migrated large projects from VSAM, DB2, or Sql Server. So now that is part of your company's server inventory what is the best way to keep tabs on it ? Is it constantly overloaded with one users queries ? Are you constantly running out of space ? What if you had away to keep up with all of those issues ? There are some other things that you must do in order for this to work.
NRPE must be installed and functioning on the Netezza database server. Once this is configured you must either use sudo or run NRPE as the nz user and group. Unfortunately this is a requirement of the SQL.pm perl module included by Netezza.
nrpe.cfg must have a entry added to run the perl script
command[check_nz_longqry]=/export/home/nz/scripts/check_nz_longqry.pl
Once these are satisfied the Netezza server must be added to your Nagios servers and finally an service to exercise the command
define service{ use generic-service host_name proddb service_description NZSQL Long query check_command check_nrpe!check_nz_longqry! notifications_enabled 0 }
You must be logged in to submit a review.
To:
From:
We’ve completely redesigned the world’s largest repository of Nagios plugins and monitoring tools. Join thousands of users sharing monitoring solutions for servers, applications, and everything in between.
Due to our redesign, all existing accounts require a password reset to access your account again.
Ready to explore 6,100+ projects and contribute to the community?
Reset Password Create Account
Happy Monitoring!