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 Raspberry Pi Temperature





This bash script reports on and checks CPU and GPU temperature of the local Rapsberry Pi single-board computer, and warns if it exceeds the thresholds.
The actual code is managed in the following GitHub rebository - please use the Issue Tracker to ask ...
Check Radius





This scripts is intended to be used as a Nagios plugin to check the different states of our Freeradius Server even if the freeradius is up and runing it checks if the Freeradius can handle requests using radclient.
Check Queued AIR Replications





This is just a simple script that uses Net::SSH::Perl to ssh to a NetBackup server running linux. It's an adaptation of a script one of my co-workers came up with. This isn't fancy, but I have it working in my environment. I wrote it to work with the Sy ...
Check Quantum DXi Series





Quantum DXi Series check for Nagios / Nagios XI.
The shell script will get the system and deduplication info from DXi systems. Performance data are also included.
DXi must have firmware 2.x to get data.
1.2
Check deduplication watermarks are not ...
Check Profiler





The purpose of the Check Profiler is to allow you to look at how long checks take to execute on your Nagios XI host. This can be handy to get birds eye view of all your checks. This component requires the "Box293 Common User Account" component, this is ...
check processes





A simple shell script for nagios to check the number of processes running on a target system
Check Process Resources





This check can be used to monitor processes either on the Nagios server or on other Linux machines when used in conjunction with check_by_ssh.
Check Printer Toner Cartridge Level via SNMP with local...





Nagios Plugin to check the remaining pages (toner) of a printer SNMPv1 also working if the printer is switched off or just just from time to time.
Check PPTP User (by Nestor@Toronto)





Check how many PPTP/PPP user are logged into VPN right now and list all user. It sent an alert when more than number of user from input. Script were written in BASH, tested on CentOS 6.X, Nagios 3.X
Check Postfix Mailqueue 2





Nagios script to get the value of active, deferred, corrupt, hold and bounced mails in postfix and generate warning or critical notify like you want.
Check Ping - with MTR and custom outputs





An extension of a basic ICMP test script idea. The check does fairly boring ICM check of a host. On packet loss it can run a MTR ( http://en.wikipedia.org/wiki/MTR_%28software%29 ) check and email the results to the specified address. (Requires that t ...
Check Overall System Health





Nagios plugin to check the overall health of a system. Uses SSH to connect to remote server, requires that passwordless login is enabled (SSH Key authentication).
Check Oracle status & health without install Oracle cli...





When used through default configuration on 10g instances for example, the use of system account with DEFAULT profile configuration on the database runs the script to fail on the ORA specific error, generating an alert through NAGIOS that points to a "Cann ...
Check Oracle status & health without install Oracle cli...





This perl nagios plugin is a really enhanced version of the popular check_oracle_instant script. Latest updates see https://github.com/gdoornenbal/monitoring-plugins
Check Oracle status & health without install Oracle cli... Popular





This perl nagios plugin allow you to check oracle service (ability to connect to database ) and health of oracle databse (Dictionary Cache Hit Ratio,Library Cache Hit Ratio,DB Block Buffer Cache Hit Ratio,Latch Hit Ratio,Disk Sort Ratio,Rollback Segment W ...
check open ports on nagios





This is an initial effort to write a plugin that looks at the open ports on a host and verifies if the ports are white-listed. The white listed ports can be passed using -l option : allowed ports must be separated by commas ex : check_openPorts. ...
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 multiple website response





Based on the excellent plugin from chrisf, this is a version for checking multiple websites in one run. Original here: http://exchange.nagios.org/directory/Plugins/Websites%2C-Forms-and-Transactions/Check-website-response/details I adjusted the scr ...
Check MSSQL DataBases, Jobs, Log Files, Time2Connect





Script for nagios to check MSSQL DataBases, Connection Time, Jobs, TempDB Size, Log Size.
The script get all sql instances in the server, and return status for eache instance
You can use check_mssql_config.ini to exclude DB or instance to check, read ch ...