Re: [Nagios-devel] Nagios Support Suggestions
Posted: Tue Mar 11, 2003 4:32 am
On Tue, 2003-03-11 at 06:39, Chris Woollard wrote:
> 1.) Support to monitor Oracle databases (including Tablespace Used / Free
> storage usage, Extent Usage, and anything else that you can think of.)
check_oracle and check_ora.pl (in contrib?) do alot of this, maybe all.
> 2.) Support to monitor MySQL Databases
umm - maybe check_mysql
> 3.) Support to Monitor Microsoft SQL Server databases
You can check the TCP port. There may be limits on what else you can do
until M$ releases a GPL API. But I have heard anther DBMS (sybase
maybe?) uses the same API.
You could possible craft a check with perl DBI
--
Karl
This post was automatically imported from historical nagios-devel mailing list archives
Original poster: [email protected]
> 1.) Support to monitor Oracle databases (including Tablespace Used / Free
> storage usage, Extent Usage, and anything else that you can think of.)
check_oracle and check_ora.pl (in contrib?) do alot of this, maybe all.
> 2.) Support to monitor MySQL Databases
umm - maybe check_mysql
> 3.) Support to Monitor Microsoft SQL Server databases
You can check the TCP port. There may be limits on what else you can do
until M$ releases a GPL API. But I have heard anther DBMS (sybase
maybe?) uses the same API.
You could possible craft a check with perl DBI
--
Karl
This post was automatically imported from historical nagios-devel mailing list archives
Original poster: [email protected]