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 Error Log Backup Exec 2012





This is a powershell script check to see how many errors are in the BackupExec 2012 Server logs. I just coded it today for my firm and there isn't much error checking in it but let me know and I can see if I can help. This is my first plugin
Check Dell Megaraid - PercSNMP controller and drives st...





This is updated and partially rewritten version of John Reuning's check_megaraid which in addition to supporting report of status of logical and physical drives now also checks for medium and other errors. Reporting format is also extended.
Check CPU Performance





Nagios plugin to check CPU performance statistics. This script has been tested on the following Linux and Unix platforms: RHEL 4, RHEL 5, RHEL 6, CentOS 4, CentOS 5, CentOS 6, SUSE, Ubuntu, Debian, AIX 5, AIX 6, FreeBSD 7, Solaris 8, Solaris 9 and Sol ...
Check basic authentication





This plugin is used to authenticate against a web page using basic authentication and to check that the web site is allowing user logins. It can also check for a string once authenticated to verify the page is as expected and produce timing information fo ...
Check Bandwidth for PPTP/PPP VPN (by Nestor@Toronto)





This script will check how many PPTP user is currently logged and check each users' speed, it will send out alert if any user is over usage from input value. Check IO Wait for Linux. Return IO wait in percentage Script were written in BASH, tested o ...
Check BackupExec Backup Size





Script to Parse Backup Exec logfile .XML (gets based on today’s date) Calculates how much data was written to Tape and total supposed backup size. The supposed backup size depends, in our case we backup all Disks but the C: and so I calculated in a Dyn ...
Check APC UPS via SNMP when connected to Synology DSM v...





Nagios Plugin to check the current status of an APC Back UPS (Battery level and Load)
check apache website





This plugin checks the amount of access to your server since the past X minutes activity using apache log file. This plugin is able to select website or Ip source to check/ignore Here is the different options -i, --delay=STRING how many access ...
Check All Logical Disks





Enumerates all local partitions and checks warning and critical levels.
chech_smartmon2





Check smart attributes via the smartmontools. This is an extension to the original work of "fuler" found at http://exchange.nagios.org/directory/Plugins/Operating-Systems/Linux/check_smartmon/details based on the logic of check_smart_attributes plugi ...
Changing the Cacti Admin Password





A video tutorial that shows you how to login to Cacti and change the admin password. NOTE: As of Nagios 2009R1.1 release, Cacti is no longer pre-configured on the XI virtual machine.
Cellwatch Battery Monitoring





Version 2.1 adds --temperature, --cell, and --string options. NAME check_cellwatch - Pull and evaluate data from two tables displayed on the main Cellwatch Monitoring system webpage at http://IP/System =head1 VERSION ...
Cassandra number of read and write operations in a give...





This Plug-in monitors Cassandra number of read and write operations in a given time period, i.e. Read operations per second / write Operations per second. it fetches WriteOperations or ReadOperations from Nagios JMX plugin and stores the values with ti ...
Cassandra GC Collection - Time taken





#This Plug-in monitors Cassandra ConcurrentMarkSweep Garbage Collection happening in particuler duration ; # This take four parameters as input # 1) -d Duration within which the count needs to be monitores (in seconds ) # 2) -f Log file location of c ...
Cassandra GC Collection





#This Plug-in monitors Cassandra ConcurrentMarkSweep Garbage Collection happening in particuler duration ; # This take four parameters as input # 1) -d Duration within which the count needs to be monitores (in seconds ) # 2) -f Log file location of c ...
Case Study: Digging into the Technology Behind the Deve...





Capture command output





Captures the stdout and stderr output of a command to a file and returns the original results to Nagios. This is useful for debugging failing Nagios monitors. A log entry sample: 2015-8-27 13:22:54 ------ debugging cmd=[/usr/lib/nagios/plugins/c ...
Buzz





Buzz is a monitoring framework for the JBoss Application Server (and basic support for a JBoss ESB, running in a JBoss AS). It started of as a Munin plugin, but has evolved into supporting several other protocols like NRPE (Nagios, Nagios XI), mail, log4j ...
Brocade based SAN FC switches monitoring check script





Brocade SAN FC switches monitoring health check script
check_brocade_fc.pl CHECK_COMMAND [SWITCH_IP/NAME] [USER] [PASS]
Displays the overall status for a switch. Works till FabricOS v7.3.x. Newer versions support coming soon.
Script uses Expect to ...