Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
Directory
Search Results
The search results below show both sub-categories and individual listings that match your search criteria.Meet The New Nagios Core Services Platform
Built on over 25 years of monitoring experience, the Nagios Core Services Platform provides insightful monitoring dashboards, time-saving monitoring wizards, and unmatched ease of use. Use it for free indefinitely.
Monitoring Made Magically Better
- Nagios Core on Overdrive
- Powerful Monitoring Dashboards
- Time-Saving Configuration Wizards
- Open Source Powered Monitoring On Steroids
- And So Much More!
Submit Your Nagios Project!
Help build Nagios Exchange for yourself and the entire the Nagios Community by your Nagios project to the site. It's easy - just create an account, login, and add a new listing. Read the FAQ for instructions.Check_Db_Mysql_Replication





Check if the mysql replication between a master and a slave is ok.
check_bgp_v4_v6





This will check if the bgp session is established
Since it parses the "show bgp summary" command to the router using expect, it worked only with devices that has already have plugin file.
I've only writen code for Juniper routers
Requirement:
yum í ...
check_bdd_request





Check if the result of a MySQL request is ==, , than a number which is warning and/or critical when check_type=NUMERIC. This plugin could return a result of a SQL request for information only with check_type=TEXT. It works with MySQL only for now, but ...
check_azure_mdb





Check Azure MySql/MariaDb via REST
CheckByJdbc





Nagios CheckByJdbc plugin allows you to check a SQL query from a file on database ( Oracle, Microsoft SqlServer, Mysql and IBM DB2/400) by a JDBC connection. For CheckByJdbc plugin it doesn't mind what database are you connecting and what your SQL quer ...
check-mysql-failover





Monitors for failover by connecting to a virtual ip and testing the current hostname. Run mysql_check_failover.sh --help for usage.
Check Tablespace Size Of a Specific MySQL Server Databa...





This tutorial demonstrates how to check the tablespace size of a specific MySQL server database with check_tablespace_mysql plugin in Nagios.
Check Rsyslog (DB)





A plugin for checking that a remote rsyslog server which is configured to log to a MySQL database is successfully receiving and storing syslog messages. This plugin was orignally written and tested in an environment using rsyslog, but it should work wi ...
Check NDO update status





Perl Plugin, which checks the status of ndo using a sql query. Currently supported database type: MySQL
Check MySQL Table Status





Executes "show table status" queries for all schemas on the server. Parse the output. Gives Nagios compatible warning, critical notifications and performance data for selected values.
check mysql slave sql running





checks to see if mysql slave sql is running. written in a shell script, so its easily portable.
check mysql slave io running





checks to see if mysql slave io is running. written in a shell script, so its easily portable.
Check MySQL Slave





This is an update of check_mysqlslaverun.sh. In addition to ensuring that the slave is running, it will also record the seconds behind, and issue a WARNING when the slave is more than 10 seconds behind.
Check MySQL Replication Slave Status





Checks if MySQL Replication is active, checks for delay and outputs some additional info and performance data. It also catches non-obvious errors which would indicate a working replication, although there is something broken.
Check MySQL Processlist





Executes just one "Show processlist" query on the server. Checks process' in detail.
check mysql lagtime





greps lag time from mysql for slave replication, written in a shell script, so its easily portable.
Check MySQL Connections





Check the number of stablished connections to a MySQL database Check MySQL Connections usage: ./check_mysql_connections -w 40 -c 50 -u root -p 1234 -h database_host Output: OK - 35 Database Connections |Connections=35;;;;
Check LogServer





Plugin to check a logserver via either TCP or UDP with a MySQL backend. Flexible enough for just about any Syslog-ng/MySQL scenario.
Changing Default Passwords In Nagios Fusion





The purpose of this document is to provide a guide on changing the default passwords for an existing Nagios Fusion installation to ensure a safe and secure monitoring environment. This includes changing the passwords for the Linux root user and the user a ...
box293_check_mysql_table_status





This Plugin checks the status of MySQL or MariaDB Database Tables. Will return a critical result if any of theses columns has a NULL value: * Engine, Version, Row_format, Rows, Avg_row_length, Data_length, Max_data_length, Index_length, Data_free, Create_ ...