Nagios is a System-monitoring system able to monitor systems based
on Windows, Unix, Linux and other operating systems. Nagios is extendable using plugins. The plugins
you find on this page are used to monitor services that are not covered by the Nagios standard plugins.
check_tftp
The plugin check_tftp tests the availability of a TFTP server (which
is generally needed for booting clients over network). It downloads a test file and checks its size.
check_oracle_writeaccess
The plugin check_oracle_writeaccess tests the availability of an ORACLE database instance.
In order to render the test as significant as possible a write access is performed. In order to use the plugin you have to install an ORACLE client on the Nagios server.
Before using the plugin you need to be able to access the database instance with the command line utility sqlplus. The plugins needs write access to an empty database table containing one single column
named a of type INT or INTEGER. |