Build precise queries to find exactly what you need
Press ESC to close
Nagios World Conference 2026: Sept. 14-17 in St. Paul, MN | Learn More
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.