Build precise queries to find exactly what you need
Press ESC to close
Your review has been submitted and is pending approval.
check_sybase is a free Nagios plugin that will check connectivity and free space on a Sybase database.
Current Version
Last Release Date
June 7, 2009
Owner
Nagios Exchange
Website
http://www.net-man.at
Plugin 0.7
Plugin 0.8
Plugin 1.0
Plugin 1.1
It can be given options to check * Connectivity only * Connectivity AND free space As a security option, usernames and passwords can be read from a file.
Any idea what this means . DBI connect('server=xyz;database=sybsystemdb;charset=iso_1;timeout=15;loginTimeout=15','esmsvc',...) failed: OpenClient message: LAYER = (0) ORIGIN = (0) SEVERITY = (78) NUMBER = (41) Server xyz, database Message String: Unable to connect: Adaptive Server is unavailable or does not exist OpenClient message: LAYER = (0) ORIGIN = (0) SEVERITY = (78) NUMBER = (41) Server xyz, database Message String: Unable to connect: Adaptive Server is unavailable or does not exist at ./check_sybase.pl line 143.
The connect test did not fail when a non-existent database name was used. An error message ""DBD::Sybase - can't change context to database ..." was printed to stderr, but the plugin did not return error status. I suggest adding a call to $dbh->do("use $dbname"), when a database name is used, after the connect to detect the error.
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!