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!
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…
Check Embedded Raid on DL320g5. This version use vbs and you can use it without installing perl (needed for the Unix-ported version).
Check for sip/iax2 registration status. Returns CRITICAL if any of registrations listed isn't in 'Registered' state. Works via AMI.
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…
Collect status and performance data from a TED5000 power monitoring gateway.
Yet another unofficial Nagios and Nagios XI client for andriod, which: - supports multiple Nagios / Nagios XI accounts that are switchable at runtime; -…
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…
Simple script to test for Microsoft DFS backlogs using Nagios. Values are hard coded to alert at the moment but are easy to change.
This tutorial will walk you through the steps for upgrading a production Nagios system.
Get CPU % use From HP-UX, this script read this command "/usr/bin/vmstat 1 4"
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…
Checks apache logs using logrep (http://code.google.com/p/wtop/) and returns basic visitor stats
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…
Nagex is a Nagios intranet dashboard project driven by event handlers which feeds data to a MySQL database. The PHP script pulls the data for…