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_postgrey





This is a Nagios plugin that checks the status of a postgrey server that has been configured to listen on a unix socket. It connects to a running postgrey server and sends an example postfix policy request, parses the result to make sure there is one and ...
check_postgresql_unused_db





This plugin finds the number of unused databases, that is, the databases that have created or not been accessed or modified a certain time ago.
check_postgres





Check many things for a Postgres database, including connectivity, version, disk space used, table and index bloat, database size, relation size, locks, number of connections, transaction wraparound, and more.
check_postfix_queue_fast





Plugin displays the current length of postfix queues.
check_postfix_processed





uses logfile parsing to determine number of emails processed by postfix in the last 5 minutes. Performance issue on large logfiles is fixed in v1.1 Performance more improved by using awk in version 2. HINT!!! If the version2 does not work, and y ...
check_postfix (claudiu.vasadi)





Simple check_postfix script for FreeBSD 8.x and above. Originally written by Thomas Sluyter for Solaris. The script checks if the processes defined under PROCLIST and then the ports defined under PORT are running/listening. Easy to port to Linux by ...
check_postfix





Basic monitor that checks if Postfix is up and running.
check_port_status





Checks Interface port states in dual administrative/operational up/down fashion Tested with Cisco, Linux, Mikrotik and probably works on most of other equipment Depends on: Linux net-snmp-utils
check_portsentry





Quick and simple check for number of portsentry bans in /var/lib/portsentry/portsentry.blocked.. Detects if running in atcp or tcp mode and reads appropriate logfile.
check_ports





Nagios Plugin to monitor your FreeBSD Ports Tree for updates or installed packages with known security vulnerabilities.
check_portaudit2





Nagios plugin to monitor vulnerable and/or obsolete packages installed on a FreeBSD system.
check_portaudit





Nagios plugin designed to monitor vulnerable and/or obsolete packages installed on a FreeBSD system.
check_port.pl





A small perl script that checks to see if a TCP port is open on a remote host and produces timing statistics for nagios.
check_pop3_subject.pl





This plugin checks a pop3 account for all emails matching a given subject. This could be useful if you have some sort of system that periodically sends an email to let you know its state. We use this for monitoring intellisync.
check_pop3_subject





This is the ultra hack mashup to have a nagios check that checks a pop3 account for an email with a specific subject line.
check_pop3_login





Simple extension to a POP3 checker: a Perl plugin which logins into an account with accounts details given as parameters.
check_pop3_limit





A Perl script check plugin that pops a POP3 account and checks for the number of emails in the account. You would set a warning and critical threshhold as to the number of emails can be in the POP account before alerting you once it reaches or exceeds th
check_pop3





Python writen to test pop3. Similar to check_imap_login.txt but a pop3 version.