Nagios Exchange
  • Home
  • Directory
  • Library
  • Support
  • About

Advanced Search

Build precise queries to find exactly what you need

Search Logic

Select compatible versions

Press ESC to close

Sign In Sign Up
Plugins4387Themes and Skins11Add-ons734Documentation283Graphics and Logos36View All Categories
LinuxSecuritySNMPFile SystemCloud
New Listings Recently Updated Listings Most Favored Listings Most Popular Listings Most Rated Listings Most Reviewed Listings
Random Project
Network Connections, Stats and Bandwidth HAProxy check
5.0 (1)
67.7K
RSS Feed
Newest Listings Updated Listings
Top Contributors
Julien DESMAREST (6)LAMY (6)Davide Lemma (4)deskwork_itunes142 (4)Joerg Hoerter (3)
See More
Newest Contributors
Guillaume8723 (1)Salvo (1)SOHA-IT (1)Tsvetomir Tsvetanov (1)Igor Ru (1)
See More
Home > Florian
F

Florian

@wotagios

User Stats

Member Since: March 3, 2011

Favorites0

Views0

Projects1

check_dp_mediapool_media
Data Protector
check_dp_mediapool_media
*** Check Media Count on HP DataProtector Media Pool *** I use it to check count of Tapes remaining in freepool.
0.0 (0)
21.6K
0
Florian
GPL
Check Flexlm Up

Bring status to nagios

#!/bin/bash ##################################### ##################################### ### ______ _ =) ### ### | ___ | | ### ### | |_/ / __ _ _ __ | | ### ### | / / _` || '_ | | ### ### | | | (_| || | | || |____ ### ### _| _|__,_||_| |_|_____/ ### ##################################### ##################################### # Settings lmutil="_yout_path_to_lmutil/lmutil" function FError() { echo "Syntax:" echo "$0 [licesnse server dns name] [port #]" exit 3 } if [ $# != 2 ] then FError fi server=$1 port=$2 $lmutil lmstat -c ${port}@${server} &> /dev/null ERR=$? status=`$lmutil lmstat -c ${port}@${server} |egrep "(License file|license server|deamon status)"|tr -d "n"` if [ $ERR == 0 ] then echo "OK - FlexLm up ${port}@${server} $status| flexlm=1" exit 0 else echo "CRITICAL - FlexLm DOWN ${port}@${server} $status| flexlm=0" exit 2 fi

Reviewed 12 years ago

Windows NRPE plugin to check HP SmartArray controllers

Check sstill works excellent!

Nowadays I have to copy new HP CLI tools: copy hpssacli.exe hpacucli.exe copy hpssascripting.exe hpacuscripting.exe Check works still excellent! Thank you!

Reviewed 11 years ago

check_ipmi.pl - plugin for checking SUN hardware via IPMI / ILOM

my small modification

Hi, thanks for this plugin! I modified line 386: if ($line =~ "Record_ID" or $line =~ "DBP/HDD[2-9]/PRSNT" or $line =~ "PS[0-1]") There are only 2 HDD in my machines. I don't know about PS warnings.

Reviewed 15 years ago

check_infortrend

It Works!

Hi, Thanks for pubishing your check plugin! I changed both check conditions, so it works for me: 308c308 $drvCnt) --- > if($expDrvCnt != $drvCnt) 313c313 $drvOkCnt) --- > elsif($drvCnt != $drvOkCnt) Thank you!!

Reviewed 14 years ago

No Favorites Found

Copyright © 2009-2025 Nagios Enterprises, LLC. All rights reserved.

Privacy PolicyTerms of UseTrademarks