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.Sophos Antivirus Passive Checks





This article explains how to set nagios up for receiving Sophos Antivirus messages. You can see witch computers have viruses, or are outdated etc...
SonicWALL VPN check





This PERL script will test to see if a VPN is currently active or not.
Some Nagios Notes For HTTP Monitoring





This is a short article on HTTP Monitoring with Nagios.
Solaris Network Utilization





Uses the nicstat utility. Used as an NRPE plugin on Solaris server, checks current network utilization over a 2 - 6 second period, averages it out and returns the value. Uses the 'nicstat' utility, **Current version can be downloaded from http://blogs.sun ...
Solaris 10 NRPE & plugins (sparc & x86)





This package installs NRPE (2.12) and Nagios plugins (1.4.15) and performs all necessary pre and post install tasks. The package creates the nagios user/group, installs files (to /usr/local/nagios), creates the Solaris service, registers the existing SSL ...
socbox





Socbox is nagios installation made simple. An installer that create a full nagios echo-system so you can focus on configuration instead of installation. Our goal is to make it as close to an appliance, but you need to supply the server.
Snort logo





Snort logo images in gif/jpg/png/gd2 formats. I created a simple 40x40 snort logo with a transparent background, suitable for the status map and such. The source image is from here: http://www.hbi.de/clients/Sourcefire/Bilder/snort_large.gif
snmp_remote_time_utc





This is a time check script that uses snmp. It checks your remote servers have the correct time and date. The nice thing about this script is it does the date/time check in universal time coordinated, so it can check the time on servers in a different tim ...
snmp_remote_swap





This checks to ensure there is enough swap available ./snmp_remote_swap localhost public 100 where localhost is server public is snmp pass 100 is when swap reaches below a 100Mb ----------------------------------- ./snmp_remote_swap localho ...
snmp_remote_memory





This uses snmp to check the memory of a Linux host: Requires ./snmp_remote_memory localhost public 100 RAM OK: - Total: 2048 - Used: 2360 Limit: 100 - Free 312.008 MB . This is more for graphing purposes:: ./memory-usage ser ...
snmp_remote_load





# This script takes: # -H -l -p # Once given a hostname and community string with or without specific load limit # with no load limit, using snmp it will look at amount of cpu's and calculate load average / cpu count - # -- UPDATES - debian - ubu ...
snmp_remote_disk_auto





This is taken from an existing script but ammended to auto discover paritions ./snmp_remote_disk_auto localhost public 100 |-|ALL DISKS OK: / (1415 MB) /var (5657 MB) /tmp (958 MB) /boot (175 MB)
snmp_ethernet_traffic





This will return the network tcp throughput via snmp ./network-throughput server snmp_community_string lo_In:459368179 lo_Out:459368179 eth0_In:840523177 eth0_Out:1893964244 eth1_In:443203265 bond0_In:1283726442 bond0_Out:1893964244 |lo_In=4593681 ...
snmp_cisco_info





This is a plugin for presenting information about Cisco devices with SNMP. The plugin displays: hostname, model, IOS version, serial number, snmp location, snmp contact"
SNMP UPS Check





Universal UPS check. Check for status of battery, temperature probes, voltage, load and much more! Based on the plugin by Daniel DueƱas Domingo, this adds quite a number of bugfixes, adds SNMP v3 support and improved code logic and flow.