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
Plugins4391Themes and Skins11Add-ons738Documentation283Graphics 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
Linux check_uptime with full support for notifications
5.0 (2)
60.4K
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
messefreeze (2)apham (1)mngvn (2)Georg2Korger2 (1)Guillaume8723 (1)
See More

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

Privacy PolicyTerms of UseTrademarks
Home > Deepak Kosaraju
DK

Deepak Kosaraju

@kosarajudeepak

User Stats

Member Since: July 23, 2009

Favorites0

Views

Projects0

No Projects Found
Nagios Service Active Check

Some Change in the logic.

Please change the logic between WARNING and CRITICAL. Since we see the checks average in % WARNING should be greater than CRITICAL. I mean Active Services Last 1/5/15/60 min: gives number of checks performed in last 1/5/15/60 min so when we take the average % of checks completed with in last 60min we always expect it to be 80% above, by any chance if it is 60% give WARNING (or) if it is 50% give CRITICAL Alert. So CRITICAL should always be less than WARNING Change line#22 Present: if [ $2 -gt $3 ]; then echo "Critical threshold must be greather or equal than Warning" exit 1 fi Change: if [ $2 -lt $3 ]; then echo "Critical threshold must be less than Warning" exit 1 fi Change Line#67 Present: if [ $PERCENTUAL -lt $3 ]; then if [ $PERCENTUAL -lt $2 ]; then echo "Critical - $PERCENTUAL% of services checked" exit 2 Change: if [ $PERCENTUAL -lt $2 ]; then if [ $PERCENTUAL -lt $3 ]; then echo "Critical only- $PERCENTUAL% of services checked" exit 2

Reviewed 16 years ago

Disabled host and service notification parser

Its good handy for Nagios Admins....

Thanks for contributing to Nagios exchange. Its a good and handy tool for nagios Admin. 100% recommended.

Reviewed 16 years ago

NSCA Win32 Client

Very Impressive....

Thanks for contribution to Nagios Community. I recommend this 100% for sending batch job results as nagios passive checks.

Reviewed 16 years ago

PNP4Nagios

Excellent Tool for Realtime Stats on Dashboard

Very Impressive at first I decided to go with nagiosgrapher but exporting reports to PDF really made my day to thing pnp4nagios is my choice.

Reviewed 15 years ago

NagEventLog

Very Impressive....

Thanks for contribution to Nagios Community. I recommend this 100% for monitoring Windows Event-log through nagios.

Reviewed 16 years ago

No Favorites Found

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

Privacy PolicyTerms of UseTrademarks
Home Browse Submit Profile