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
Tape Drives and Libraries Check Quantum Scalar i2000 / i6000
0.0 (0)
76.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 > n0ts
n

n0ts

@n0ts

User Stats

Favorites0

Views

Projects0

No Projects Found
Check memory and swap usage on Windows or Linux Server using SNMP queries

Support procotol verson

This plugins is very useful. I support procotol version. https://gist.github.com/1097533 Thanks.

Reviewed 14 years ago

Adaptec RAID Check by Anchor Systems : check-aacraid.py patch

Patch for c_defunct_re regex pattern

check-aacraid.py plugin is very useful. But here is the patch for c_defunct_re regex pattern. Thanks! --- check-aacraid.py-org 2011-12-05 04:05:38.000000000 +0900 +++ check-aacraid.py 2011-12-05 15:53:10.000000000 +0900 @@ -31,6 +31,7 @@ # v0.2 - checks logical volume status & wipes log # v0.3 - strips trailing "," & tells you the logical volume with # the failure +# v0.4 - fixed c_degraded_re regex pattern import sys, os, re, string @@ -38,7 +39,7 @@ c_status_re = re.compile('^s*Controller Statuss*:s*(.*)$') l_status_re = re.compile('^s*Status of logical devices*:s*(.*)$') l_device_re = re.compile('^Logical device number ([0-9]+).*$') -c_defunct_re = re.compile('^s*Defunct disk drive counts:s*([0-9]+).*$') +c_defunct_re = re.compile('^s*Defunct disk drive counts*:s*([0-9]+).*$') c_degraded_re = re.compile('^s*Logical devices/Failed/Degradeds*:s*([0-9]+)/([0-9]+)/([0-9]+).*$') b_status_re = re.compile('^s*Statuss*:s*(.*)$') b_temp_re = re.compile('^s*Over temperatures*:s*(.*)$') @@ -85,7 +86,7 @@ if verbose > 0 : print "cdefunct > 0" check_status = 2 - result += "Defunct drives " + cdefunct_group(1) + "," + result += "Defunct drives " + cdefunct.group(1) + "," continue cdegraded = c_degraded_re.match(line)

Reviewed 14 years ago

No Favorites Found

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

Privacy PolicyTerms of UseTrademarks