Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
Directory
check_aix_disk_paths





check to verify AIX disk paths (vscsi, fibre channel)
check_aix_errpt





check for messages in AIX error report
check_aix_filesystems





check to confirm all AIX filesystems are mounted correctly This checks for both "normal" filesystems, as well as NFS-mounted filesystems. NFS filesystems can be tricky - this will tell us if a filesystem goes away / hangs / etc. This is important to know, ...
check_aix_misc





plugin for performing miscellaneous checks of AIX systems
check_aix_paging





check for AIX paging activity and paging space usage
check_aix_printers





check for AIX print queues By default, this script will check all print queues. However, if a single queue name is provided as a command line parameter, only that queue will be checked.
Check_AIX_users





This checks the total number of users logged into an AIX V4.3 and V5
check_aix_users.pl





check for AIX user accounts (locked out, expired passwords)
check_alldisks_ide_smart





This is a basic plugin to locate all suitable disks on a system and then run checkdisk_ide_smart against each of them, returning a single result.
check_allnet4500





Name: check_allnet4500 - Nagios plugin to query ALLNET ALL4500 sensors via HTTP/XML
check_all_csv_frespace





This is Powershell script for Microsoft Cluster (Hyper-V) 2008/2012 for checking free space in all yours CSV (cluster shared volumes).
check_all_csv_frespace_v2





NRPE Nagios Check for Windows Server 2008/2012 Hyper-V Cluster for Checking CSV Space (Cluster Shared Volumes).
Check_all_disks (w/ configuration file)





Check all filesystems with the ability to ignore and override threshold settings
check_all_disks.py





check_all_disks.py Why is this needed? Because adding a separate Nagios service monitor for every drive/filesystem on every server is tedious, and added drives and filesystems aren’t auto-discovered. This method discovers new drives and filesystems in ...
check_all_ips





A nagios meta plugin based on check_multi_addr that for hosts with multiple IPs it checks that a given service responds on all interfaces. Very useful for performing easy host-alive checks for multi homed machines.
check_all_open_files.sh





This is a Nagios-check which verify all open files against a threshold.
check_altiris





This is a simple BASH Plugin which checks the connection of an Altiris Agent.
check_amanda.pl - Disk-to-Disk





This is a Nagios plugin to check that * All configured backups have a recent backup item * Backup sizes exceed a minumum size * A least N backup items are configured * If you are using Amanda backup, and * If your backups go to disk (Disk-to-D ...
check_amavis





check_amavis checks if amavisd-new daemon is working and if its antivirus engine is working
check_amazon





Plugin for monitoring the price of a product on Amazon.
check_ambari.pl [Hortonworks Hadoop] (Advanced Nagios P...





Checks Hadoop node and service states via Ambari REST API
check_ambari_cluster_alerts_host_summary.pl (Advanced N...





Checks for Ambari hosts alerts via Ambari REST API
check_ambari_cluster_alerts_summary.pl (Advanced Nagios... Popular





check_ambari_cluster_health_report.pl (Advanced Nagios ... Popular





Checks the Ambari health report for a cluster via Ambari REST API
check_ambari_cluster_kerberized.pl (Advanced Nagios Plu...





Check that an Ambari managed Hadoop cluster has Kerberos security enabled via Ambari REST API
check_ambari_cluster_service_config_compatible.pl (Adva...





checks Ambari Cluster's desired service configurations are compatible with the current cluster and current stack via Ambari REST API
check_ambari_cluster_total_hosts.pl (Advanced Nagios Pl...





Check the total number of Ambari managed hosts in a Cluster via Ambari REST API
check_ambari_cluster_version.pl (Advanced Nagios Plugin...





checks an Ambari managed Cluster is on the right HDP version via Ambari REST API
check_amq





This active mq check script is looking for pending messages. It´s a shell script, just using the binary stuff that apache active mq is providing. Little slow, but does it´s job + sends performance data. Usage is: ./check_amq.sh , e.g. ./check_amq ...
check_AMQP





check_AMQP is a small Nagios plugin that tests an AMQP resource by sending a message, collecting it and calculating the round trip time.
check_amz_sqs.pl





Monitor the ApproximateNumberOfMessages attribute of an Amazon Web Services (AWS) Simple Queue Service (SQS) queue.
check_antivirus





Domainwide Antivirus status check for Windows
check_apache2.py





Script written in Python to check Apache2's server-status page with warning/critical threshold for req/sec
check_apache2.sh





sh compliant script to check Apache's HTTP Server via mod_status and ps
check_apache2logs





This litte plugin checks if the Apache Webserver write logs and if the logrotation (if used) works correctly.
check_apache2_status





This plugin a bash implementation of an earlier one in perl by mike http://exchange.nagios.org/directory/Plugins/Web-Servers/Apache/Check-Status-Code-Apache/details ; It dependent on the logtail perl script attached which should be accessible in the path ...
check_apache404





This Nagios plugin monitors the Apache server log file in search of State 404, receiving as arguments the full path of the log file, and the maximum values for warning and critical, these values are passed in pairs (50.100), to specify the value of record ...
check_apacheconcreq





Nagios script to check the number of concurrent requests being processed by Apache
check_apachestatus





A Nagios plugin that parses the status page of an apache server, the plugin returns the response time, the amount of idle, busy and open slots. The perfdata returns the status of all slots. Optionally you can specify how much slots should be available.
check_apachestatus with performance data





Enhanced version of Lieven De Bodt's check_apachestatus.pl that produces correct performance data for PNP. Requests/sec, kB/sec and kB/Request were added to the output. Bugfix 20080930: When Apache reported "nnn B/sec" instead of "nnn kB/sec", plugin fail ...