Nagios Exchange
  • Home
  • Directory
  • 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-ons732Documentation283Graphics 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_hadoop_hdfs_blocks.pl (Advanced Nagios Plugins Collection)
0.0 (0)
5.4K
RSS Feed
Newest Listings Updated Listings
Top Contributors
LAMY (7)Julien DESMAREST (6)deskwork_itunes142 (4)Davide Lemma (4)Joerg Hoerter (3)
See More
Newest Contributors
Guillaume8723 (1)Salvo (1)SOHA-IT (1)Tsvetomir Tsvetanov (1)Igor Ru (1)
See More
Home > sri
s

sri

@svissa

User Stats

Favorites0

Views

Projects0

No Projects Found
GenerateRDPFile

Work Around

Hey, This helped me a lot. This didn't worked for me, i have changed the first 2 lines, then it worked like a charm.. ADDRESS=$(echo ${QUERY_STRING} | grep -oE "address=.*" | cut -f 1 -d "&" | cut -f 2 -d "=" | head -n1) HOST=$(echo ${QUERY_STRING} | grep -oE "(^|[?&])host=.+" | cut -f 2 -d "=" | head -n1) Thanks, Sri

Reviewed 13 years ago

Vmware ESX & VM host

Fix Thresholds Pls

1. Works fine with MB Size root@lankini:/usr/local/nagios/libexec# ./check_esx -H 172.16.16.51 -f authfile -l vmfs -s datastore1 -o used -w 67703 CHECK_ESX OK - Storages : 'datastore1'(used)=67703 MB (61.79%) | datastore1=67703MB;67703; 3. not fine with % style root@lankini:/usr/local/nagios/libexec# ./check_esx -H 172.16.16.51 -f authfile -l vmfs -s datastore1 -o used -w 90 CHECK_ESX WARNING - Storages : 'datastore1'(used)=67703 MB (61.79%) | datastore1=67703MB;90; 4. root@lankini:/usr/local/nagios/libexec# ./check_esx -H 172.16.16.51 -f authfile -l vmfs -s datastore1 -o used CHECK_ESX OK - Storages : 'datastore1'(used)=67703 MB (61.79%) | datastore1=67703MB;; PerfData structure Info :: http://nagiosplug.sourceforge.net/developer-guidelines.html#THRESHOLDFORMAT As per my understanding, 'label'=value[UOM];[warn];[crit];[min];[max] [ UOM is Unit of Measure ] 1.min and max are not required if UOM=% Here the script is using MBYTES If the Script Can update the [min] and [max] fileds in the perf data output. Then We can use -w 90 ( % here) direclty to check on % basis Else We have to use like -w 67703 ( -w MBSize ). Giving size in MB for a number of DISK across different VM's is complex. If it is % basis then it is straight forward. Please help in modifying the script to update [MIN][MAX] with min and max values in MB. Here is the Example of C: Drive Space Check, This works perfectly. 1. root@lankini:/usr/local/nagios/libexec# ./check_nt -H 172.16.32.38 -v USEDDISKSPACE -p 12489 -s nagios124 -l c -w 80 c: - total: 15.00 Gb - used: 13.83 Gb (92%) - free 1.16 Gb (8%) | 'c: Used Space'=13.83Gb;12.00;0.00;0.00;15.00 2. root@lankini:/usr/local/nagios/libexec# ./check_nt -H 172.16.32.38 -v USEDDISKSPACE -p 12489 -s nagios124 -l c -c 90 c: - total: 15.00 Gb - used: 13.83 Gb (92%) - free 1.16 Gb (8%) | 'c: Used Space'=13.83Gb;0.00;13.50;0.00;15.00 'LABEL'=UOM;Warning;Critical;mininum;maximum

Reviewed 13 years ago

check_file_ages_in_dirs

How to check remote smb share ?

hi, How to check file freshness on Remote SMB/Windows Shares ?

Reviewed 13 years ago

No Favorites Found

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

Privacy PolicyTerms of UseTrademarks