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
Windows Monitoring Playlist Nagios XI – Windows Monitoring – NCPA
0.0 (0)
5.2K
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 > Toni Comerma
TC

Toni Comerma

@toni_comerma

User Stats

Favorites0

Views0

Projects1

check_oceanstor
SAN and NAS
check_oceanstor
Nagios plugin for monitoring Huawei OceanStor storage devices using the API Commands implemented check_oceanstor_alarms.py: Checks for active alarms check_oceanstor_filesystems.py: Checks free space on filesystems check_oceanstor_diskdomains.py:…
0.0 (0)
8.1K
0
Toni Comerma
Apache
Check ZFS file systems and data pools

Problem with solaris 11

Good check, but the script has problems checking zpools with solaris 11, as a new column has been added: DEDUP. I've made a change into get_zpool_data() and it worked. next if (/^NAMEs+SIZEs+USEDs+AVAILs+CAPs+DEDUPs+HEALTHs+ALTROOT/); my ( $pool, $size, $used, $avail, $cap, $dedup, $health, $altroot ) = split( /s+/, $_ ); #@{$pools{$pool}} = ($pool, $size, $used, $avail, $cap, $health, $altroot); $zpools{$pool} = { size => "$size", used => "$used", avail => "$avail", cap => "$cap", dedup => "$dedup", health => "$health", altroot => "$altroot", }; I expect it could be useful for others.

Reviewed 12 years ago

No Favorites Found

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

Privacy PolicyTerms of UseTrademarks