Random Project
Home > Most Popular Listings

Most Popular Listings

PLUGIN NAME
DESCRIPTION
RATING
VIEWS
AUTHOR
LICENSE
Check_officescan.vbs checks that the current virus pattern date for Trend Micro Officescan is within acceptable bounds.
This is a nice tutorial on scheduling downtime in Nagios. Thank you, Mike!
In this blog you can review a community-written shell script in BASH aimed at automating the process of scheduling multiple service checks in Nagios.
This is a simple check that checks the temperature (and converts it to Fahrenheit) for Weathergoose environmental monitors. I would guess this would work fine…
#!/bin/bash if [ $# -lt 1 ] then echo "Aufruf mit: $0 " exit 3 fi # Variablen dekleration LAUF=1 # selbsterklärend MAX=0 # Maximum…
This tutorial will show you how to cut over a new version of Nagios into production.
Script to arbitrarily monitor the md5 checksums of any given file and throw a warning when a file is changed. Script is self-maintaining, in that…
The Nagios XI Operations Center Component provides a NOC screen-style view of all unhandled host and service problems. The screen automatically refreshes every 30 seconds…
Check Embedded Raid on DL320g5. This version use vbs and you can use it without installing perl (needed for the Unix-ported version).
Yet another unofficial Nagios and Nagios XI client for andriod, which: - supports multiple Nagios / Nagios XI accounts that are switchable at runtime; -…
Simple script to test for Microsoft DFS backlogs using Nagios. Values are hard coded to alert at the moment but are easy to change.
Pour fonctionner correctement, ce plugins se base sur le fait que lorsqu'une sauvegarde est en echec, on la supprime de l'historique du travail et on…
Check for sip/iax2 registration status. Returns CRITICAL if any of registrations listed isn't in 'Registered' state. Works via AMI.
Collect status and performance data from a TED5000 power monitoring gateway.
This tutorial will walk you through the steps for upgrading a production Nagios system.
check the result of the last synchronisation put check_sync_syno.sh on synology in /usr/syno/bin/ put check_sync_syno.sh on the nagios in */nagios/libexec/ to check the plugin use…
Get CPU % use From HP-UX, this script read this command "/usr/bin/vmstat 1 4"
This is a check script which runs ndsrepair on an OES (linux) server and alerts if the oldest partition continuity age on the server is…
Checks apache logs using logrep (http://code.google.com/p/wtop/) and returns basic visitor stats
Written in Python2.7 this plugin checks for the telnet Welcome Message. If the string you want is included, it returns SUCCESS, WARNING if the answer…