Home >

Showing 3517-3528 of 12087 Plugins.

PLUGIN NAME
DESCRIPTION
RATING
VIEWS
AUTHOR
LICENSE
CPU temp critical reading in MIB is 0. Added this check to avoid false critical on CPU temp. if test "$tempCritical" -gt 0 -a "$tempTemp"…
line 206, missing "R", says "WANVAL", should say "WARNVAL".
#!/bin/sh PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin PROGNAME=`basename $0` PROGPATH=`echo $0 | sed -e 's,[\/][^\/][^\/]*$,,'` REVISION=`echo '$Revision: 1.1 $' | sed -e 's/[^0-9.]//g'` UPDATEVERFILE="/tmp/nod32updatever.$$" NOD32HOST=$1 NOD32PORT=$2 . $PROGPATH/utils.sh print_usage() {…
#!/usr/bin/perl -w # check_dcm.pl #define command{ # command_name check_dcm # command_line /usr/lib/nagios/plugins/check_dcm -a $HOSTADDRESS$ -n $ARG1$ -p $ARG2$ # } use Getopt::Std; use strict; use…
First of all , thank you for this aportacion to nagios exchange. I have problems with the syntax in the nsclient.ini file- I work with…
Drop this script in your NCPA/plugins directory and call with check_ncpa.py 0.3.5: check_ncpa.py -H -t '' -P 5693 -M agent/plugin/check_ms_win_disk_load.ps1 -a '-dl ' But make…
The AWK for perf info doesn't seem to work just right for Tomcat7. First line returns: myapp_JVM_OK:|myapp_JVM_MB;;;0 myapp_JVM_MB;;;0 myapp_JVM_MB;;;0 Perf stats also assume that this…
"Check MySQL SSL Certificate" is a passive check used to check the expiration date of x509 certificates. Usage: check_ssl_certificate.py [-h] [-c CRITICAL] [-w WARNING] [-p…
This simple check is used to check the expiration date of the x509 certificates. usage: check_ssl_certificate.py [-h] [-c CRITICAL] [-w WARNING] [-p PATH] check_ssl_certificate optional…
I fixed the link. Thanks for bringing our attention to this!
Perfect, works out of the box -V 3 on ASA 5510, with NoAuthNoPriv. Thanks