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
  • Home
  • Directory
  • Library
  • Support
  • About
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
Others check_passenger_memory_stats_passenger_processes_rails_vmsize_max.sh
0.0 (0)
92.5K
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

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

Privacy PolicyTerms of UseTrademarks
Home > Tuathan O'Shea
TO

Tuathan O'Shea

@tuathan

User Stats

Member Since: September 25, 2019

Favorites0

Views0

Projects1

Environmental monitoring with BME680
Environmental
Environmental monitoring with BME680
Environmental monitoring with Raspberry Pi and BME680 and Nagios / NRPE Python3 script run by NRPE. Assumes the BME680 device is already attached to the…
0.0 (0)
4.6K
0
Tuathan O'Shea
Check IO Wait (by Nestor@Toronto)

Thanks - made a few edits

#!/bin/bash if [ "$1" = "-w" ] && [ "$2" -gt "0" ] && [ "$3" = "-c" ] && [ "$4" -gt "0" ]; then temp=`iostat|sed -n "4p"` IFS= read -r -a array TIOWAIT" -ge "$INTCRIT" ]; then echo "IO Wait: CRITICAL - $IOWAIT % |IOWAIT=$IOWAIT;;;;" exit 2 elif [ "$INTIOWAIT" -ge "$INTWARN" ]; then echo "IO Wait: WARNING - $IOWAIT % |IOWAIT=$IOWAIT;;;;" exit 1 else echo "IO Wait: OK - $IOWAIT % |IOWAIT=$IOWAIT;;;;" exit 0 fi else echo "$0 v1.1" echo "" echo "Usage:" echo "$0 -w -c " echo "" echo "warnlevel and critlevel is percentage value without %" echo " echo "EXAMPLE: /usr/lib64/nagios/plugins/check_iowait.sh -w 90 -c 95 echo "" exit fi

Reviewed 6 years ago

No Favorites Found

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

Privacy PolicyTerms of UseTrademarks
Home Browse Submit Profile