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
Microsoft Exchange Exchange 2010 DAG Replication Health Check
5.0 (3)
7.9K
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 > Ian Mathews
IM

Ian Mathews

@commando677

User Stats

Favorites0

Views

Projects0

No Projects Found
Cisco Unified Computing System

no OID issue and a minor update for warning levels

If you get a no OID found this occurs if you have no alerts/warnings or information at all to report, the error kind of threw me for a loop to. I just commented that No OID found as long as I verified I was connecting correctly already. I also made a modification to the faults check to report warnings correctly to Nagios. Here is the modified section I did. if($type eq "fs") { if($results[$i] > 4) { $exit_state = NAGIOS_CRITICAL; $output .= " " . $descriptions[$i] . " "; } if($results[$i] == 4) { if ($exit_state ne NAGIOS_CRITICAL) { $exit_state = NAGIOS_WARNING; } $output .= " " . $descriptions[$i] . " "; } next; }

Reviewed 12 years ago

No Favorites Found

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

Privacy PolicyTerms of UseTrademarks