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

Join our next live webinar: “Advanced Nagios Monitoring Techniques” – Register Now

Plugins4379Themes and Skins11Addons732Documentation283Graphics 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
Network Connections, Stats and Bandwidth Count the number of half-open SYN (flood) connections
RSS Feed
Newest Listings Updated Listings
Top Contributors
Julien DESMAREST (4)Davide Lemma (4)deskwork_itunes142 (4)Joerg Hoerter (3)TcoUpLoad (1)
See More
Newest Contributors
Community Member (51)Davide Lemma (4)Alarig Le Lay (1)Penn Rabb (1)Sean Falzon (1)
See More
Home > Schommarz Erich
SE

Schommarz Erich

@jerico79

User Stats

Favorites0

Views

Projects0

No Projects Found
SNMP checking for IBM Bladecenters

Updated check with three new checks

Hello, Thanks a lot for the grate check. Have updated the check with the following three new checks: - Information-LED - System-Error-LED - Temperature-LED Would be grate if you could update thee script so all can profit of new additional checks: elsif($test_name =~ m/^Information-LED$/i){ $oid = "2.8.1.2.0"; $data = SNMP_getvalue($snmp_session,$oid_prefix.$oid); $data_text='Check Fail'; $data_text='OK' if $data eq 0; } elsif($test_name =~ m/^System-Error-LED$/i){ $oid = "2.8.1.1.0"; $data = SNMP_getvalue($snmp_session,$oid_prefix.$oid); $data_text='Check Fail'; $data_text='OK' if $data eq 0; } elsif($test_name =~ m/^Temperature-LED$/i){ $oid = "2.8.1.3.0"; $data = SNMP_getvalue($snmp_session,$oid_prefix.$oid); $data_text='Check Fail'; $data_text='OK' if $data eq 0; }

Reviewed 13 years ago

No Favorites Found

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

Privacy PolicyTerms of UseTrademarks