Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
Directory
Check form
Check form allows the user to submit forms using post and test the output for a string. This can be useful to test authentication boxes or any other forms that use the POST method. Check form can also test the response time of the form and produce timing ...
check form mechanize
Check form mechanize allows you to fill in and submit a submit a form and then check the result for an expected string. This script uses mechanize to emulate a browser.
Check Fortigate Active Sessions
This script is used to check the session usage on a Fortigate firewall.
Check Fortigate CPU load
This Plugin checks the CPU utilization Fortigate Firewalls
Check Fortigate CPU Usage
This script it used to check the CPU usage on a Fortigate firewall.
Check Fortigate hardware health by SSH
It connects on a Fortigate with a login and password and use the 'execute sensor list' to determine the hardware health. You can restrict check to some hardware items, exlude them, change teh default prompt, the criticity. ./check_ssh_fortigate_env.pl - ...
Check Fortigate Memory Usage
This script is used to check the memory usage on a Fortigate firewall.
Check Fortigate Status
www.interwebplus.com/blog/index.php?post=nagios-monitor-fortThis script is a modification of "Check Fortigate CPU load" (or check_fortigate_cpu.pl). I have modified it to work with our models (200A and 80C). Perhaps someone will find it useful. It works for CPU and RAM usage, as well as active sessions. ...
Check Fortigate VPN sessions
This script is used to check IPSEC and VPN tunnels on Fortigate units.
Check free disk space
Check free space on windows partitions. It tries to resemble as much as possible with check_disk from the Official Nagios Plugin package. ** Modified Barry W. Alder 2013/09/24 changed code so that an error is reported if no disks are found with th ...
Check free disk space with snmp
peters-webcorner.de/content/view/26/44/with this simple nagios plugin you can check the free space of every harddisk. You can also pass parameters for warning and critical, when the percentage of the used space goes higher than your supplied levels
check free ram
www.markuswalther.org/A simple shell script for nagios to check free memory on a target system
Check FreeIPA replication
This plugin check replication between FreeIPA servers. This first release is only for RH/OL/CentOS version 7.
check freeradius/radius auth/acct/status advanced and f...
www.jing-jok.com# Updated after a suggestion by Rune Nilssen # Thanks for the suggestions Rune! I could not find a flexible enough and fast enough(have no idea why all those other check radius scripts works so slow?) I had to write my own which came out a fully fea ...
check fsc hardware with serverview
Gets hardware alerts from a FSC Primergy server through SNMP (environment, powersupply, massstorage, systemboard, deployment).
check grep command output
This plugin executes a given command and greps for spedified patterns in the output. It uses perl regex for matching.
Check Group
This script is intended to provide a 'Audit' check of group membership on the local machine, or Domain groups if located on a DC.
check Hadoop datanodes
so-net-developer.blog.so-net.ne.jp/Perl script to check the number of Hadoop Datanode alive
check Hadoop HDFS healthy
so-net-developer.blog.so-net.ne.jp/script to check Hadoop HDFS healthy by using the command "hadoop fsck"
check Hadoop secondarynamenode
so-net-developer.blog.so-net.ne.jp/script to check whether the secondarynamenode's metadata was changed or not within last 120minites
check Hadoop tasktrackers
so-net-developer.blog.so-net.ne.jp/Perl script to check the number of Hadoop tasktrackers alive
Check HaProxy Configuration
This plugin checks the haproxy.cfg syntax and dead members. It will also issues either a Warning or Critical alert with performance stats of file size change. A Critical Alert will indicate the HaProxy will NOT startup if a "service haproxy restart" was i ...
check haproxy stats (over ssh)
This plugin is just a wrapper to use all features of existing HAPROXY stats monitoring plugin i.e. https://exchange.nagios.org/directory/Plugins/Clustering-and-High-2DAvailability/check_haproxy_stats-2Epl/details which works only locally using NRPE. W ...
Check hardware 3com superstack switches
www.nagios-portal.org/wbb/index.php?page=Thread&threadID=974This script checks the hardware status from 3COM superstack switches.
Check hardware running VMware ESXi
Python script which permits you to check your hardware's health when it runs VMware (free) ESXi appliance.
check HDD health
Check HDD with HDSentinel
Check you HDD status with HDSentinel. HDSentinel is an alternative way to assess your HDDs raw SMART data.
Check Health Oracle Libraries
www.almacenamientoabierto.comINFO: ----- Query the state of a library and components for Oracle Storagetek SL500 / SL3000 / SL8500 by SNMP. PREREQUISITES: -------------- These checks need: - snmpwalk tool installed in the system. - Activate the snmp agent at the library. ...
Check homeassistant
github.com/wimvr/nagios-check_homeassistant/Nagios plugin to check if Home Assistant is up and running.
check HP hpacucli Array status
This plugin checks RAID Array status on hp servers via SSH. it runs remotely the command "hpacucli" in order to check if the status of the disks changed. Using this plugin, you can have under control the status of all the Arrays on your HP servers in a ...
Check HP MSA (Modular Smart Array) sensors
blog.230ruedubac.frThis plugin checks all sensors of an HP MSA array. Currently successfully tested with : HP MSA2312i HP MSA2012i HP MSA2012fc HP MSA2324i HP P2000 G3 MSA (iSCSI & FC) Usage : check_msa_hardware.pl -H [ hostname | IP address ...
Check HP MSA P2000
www.toms-blog.comThis checks the HP P2000 for the status of all parts within the SAN, this includes all Enclosures, Fans, Voltages, Disks and Temperatures. SNMP is not needed for this as it uses the inbuilt API to gather the status and performance counters over HTTP or HT ...
Check HP MSM760 access point
Check AP under a MSM 760 series controller and notify if some AP is not connected/sync.
Check HP officejet6700 ink state
./check_hp_printer n nParts are: black, yellow, cyan and magenta nExample: ./check_hp_printer 127.0.0.1 public black 80 95
Check HP switch sensor status via Nagios
www.itefix.no/i2/content/check-hp-switch-sensor-status-nagioThis is a perl script that allows you to check sensors of HP switches via Nagios.
Check HP UPS system status via Nagios
www.itefix.no/i2/content/check-hp-ups-system-status-nagiosThis article describes how to check HP UPS system status via Nagios.
check hp_iml
Check hp_iml over SNMP - a Shell-Script to check HP Integrated Management Log (IML).
Check Http Redirect
www.purple.org.ua/nagios-plagin-proverka-http-redirekta-httpNagios check_http_redirect retrieve an http/s url and checks its header for a given redirects if the redirect exists and equal to the redirect you entered then exits with OK, otherwise exits with WARNING (if not equal) or CRITICAL ( if doesn't exist ...
Check HTTP Redirects With Nagios
blog.endpoint.com/2012/03/check-http-redirects-with-nagios.hThis article will show you how to monitor a multiple HTTP redirects with Nagios.
Check HTTP Requisites
syslab.com/A python checker that downloads a webpage using wget including all page requisites so that it is possible to monitor the real amount of data transferred to the user
Check HTTP with JSON performance data
www.npmjs.com/package/check_http_json_performanceCheck HTTP with JSON performance data Performs a basic HTTP check, parses the body as JSON and returns it as performance data. The response time is also returned as performance data. As an added bonus, the warning and critical threshold can be set o ...
Check Huawei Oceanstor SNMP
SNMP Check for Huawei OceanStor Storage Hardware Tested on Huawei OceanStor Dorado 5000 V6 and OceanStor 2200 V3
check hycu target usage
github.com/Start81/check_hycu_targetNagios check that use HYCUs REST API to get HYCU target storage usage and status
Check Hyper-V 2012 health - BPA & VM
www.lotp.frCheck Hyper-V health through NRPE by: -Executing and retrieving BPA Results -Checking not running VM -Checking not operational normally VM Warning and Critical state are triggered on sum of: -Number of BPA issues -Number of VM in bad shape You ...
Check Hyper-V Replica Status
A PowerShell Nagios script to check the health of Hyper-V replicas. Using the Hyper-V module we can check for VM's that are primary replicas and check their replication health. If they are not normal then we report back warning or critical depending on th ...
Check Hyper-V VM Health
monklinux.blogspot.comThis Plugin checks that all virtual machines running on your Hyper-V server are in good health. REQUIRES: Check_NT Plugin NSCLient++ or similar running on Server. Command Format: check_hyperv-health.sh $HOSTADDRESS$
Check Hyperv Performance
Plugin to Show Hyper-V Performance. This breaks stats down for each guest compared to the host. * Guest CPU * Guest Healthy Count * Guest Network Usage * Guest Storage Performance * Host CPU Plugin uses NSClient++
Check IBM 2498-F48 status
This plugin is to check IBM 2498-F48 switch status and the results are shown in Nagios GUI.