Active Checks

Nagios addons for managing active checks.

Nagios CSP

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!

Showing 31-40 of 58 results.

Sort by:

Active Checks
Splunk Deployment Server Check
http://www.batchworks.de

If you use Forwarder Management (also known as Deployment Server) to configure your infrastructure, you really want to make sure your Clients/Forwarders are up-and-running. This…

License: GPL by: Andreas Roth
Active Checks
brightcove status

svn rev 338 : adjust search when the message is too long svn rev 562 : add option Zencoder (issue #4216) svn rev 1074 :…

License: BSD by: Alexandre
Active Checks
check_storage_pool.ps1
https://www.atnd.de

########################################################################## # # NAME: check_storage_pool.ps1 # # AUTHOR: Martin Weber, and GmbH # EMAIL: martin.weber aaaaaaaat atnd.de # # COMMENT: Check status of local disk…

License: GPL by: Martin Weber
Active Checks
check_printronix

Report status of Printronix P7000/P7200 series printers. Checks the state of the INTERFACE (online or not) and the STATUS (idle, busy, etc). Can report contents…

License: GPL by: Tom Peters
Active Checks
check_time_ping

Hello, This script will check the ping time off what you want. check_time_ping #!/bin/bash HOST2=$1 TimePingWarning=$2 TimePingCritical=$3 if [ $# -lt 3 ] then echo…

License: GPL by: CRDP
Active Checks
check_smb_usedspace

This is the very very very first draft of a function which I didn't find on Nagios Exchange. I publish it with the GPL v3…

Active Checks
check_telnet.py

Simple telnet check written in python. Allows for simple telnet connection checks, but will also check for text in the welcome message: Simple telnet check:…

License: GPL by: Ben Woods
Active Checks
Linux Route Check

There are lots of additions I would like to make such as wildcards, and subnet masks. I also want to add to the input checks…

Active Checks
Linux Memory Check

I have used many memory checking programs for linux but wasn't really happy with them so I've written my own. This uses the /proc/meminfo file…