Nagios Exchange 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

Nagios World Conference 2026: Sept. 14-17 in St. Paul, MN | Learn More

  • Home
  • Directory
  • Library
  • Support
  • About
Plugins4401Themes and Skins13Add-ons756Graphics 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
Clustering and High-Availability check_proc_fd.sh: check process memory usage
0.0 (0)
10.5K
RSS Feed
Newest Listings Updated Listings
Top Contributors
Yoann LAMY (7)Julien DESMAREST (6)Davide Lemma (4)deskwork_itunes142 (4)Chad Columbus (3)
See More
Newest Contributors
signalgrid (1)Sanna Glue (2)fisherrs (1)smolinux (1)juanfertor (1)
See More

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

Privacy PolicyTerms of UseTrademarks
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.7K
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 12 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-2026 Nagios Enterprises, LLC. All rights reserved.

Privacy PolicyTerms of UseTrademarks
Home Browse Submit Profile