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
2012 Nagios World Conference Presentations Nagios Conference 2012 – Kishore Jalleda – Nagios in the Agile DevOps Continuous Deployment World
0.0 (0)
48.8K
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 > Zachary Hopkins
ZH

Zachary Hopkins

@zhopkins

User Stats

Favorites0

Views

Projects0

No Projects Found
check_IBM_DS_health

Great plugin, small change

Thanks for the extremely useful plugin! I've found a scenario in which the plugin reports a warning/error condition as unknown. The following output is given by the plugin, ===== Unkown response from SMcli: " The following failures have been found: Insufficient Cache Backup Device Capacity Storage Subsystem: [[Array Name]] Component reporting problem: Not Available Status: Not Available Location: Controller/Drive enclosure, Controller in slot A Component requiring service: Controller in slot A Service action (removal) allowed: No Service action LED on component: Yes " ===== I think that modifying line 114 to include "Insufficient" under the warning search would be a reasonable change. Would you concur? == Changed Code === case "$RESULT" in *optimal*) echo $RESULT echo "OK" exit $STATE_OK ;; *failure*) case "$RESULT" in *failed*|*Failed*|*Unreadable*) echo $RESULT echo "CRITICAL" exit $STATE_CRITICAL ;; *preferred*|*Preferred*|*Expiration*|*Insufficient*) echo $RESULT echo "WARNING" exit $STATE_WARNING ;; *) echo "Unkown response from SMcli: " $RESULT "" echo "UNKNOWN" exit $STATE_UNKNOWN ;; esac ;; ====

Reviewed 11 years ago

No Favorites Found

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

Privacy PolicyTerms of UseTrademarks