Nagios Exchange Nagios Exchange
  • Home
  • Directory
  • Library
  • Support
  • 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

Nagios World Conference 2026: Sept. 14-17 in St. Paul, MN | Learn More

  • Home
  • Directory
  • Library
  • Support
  • About
Plugins4401Themes and Skins13Add-ons756Graphics 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
SAN and NAS Check EMC PowerPath managed devices and paths
0.0 (0)
67.2K
RSS Feed
Newest Listings Updated Listings
Top Contributors
Yoann LAMY (7)Julien DESMAREST (6)Davide Lemma (4)deskwork_itunes142 (4)Chad Columbus (3)
See More
Newest Contributors
signalgrid (1)Sanna Glue (2)fisherrs (1)smolinux (1)juanfertor (1)
See More

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

Privacy PolicyTerms of UseTrademarks
Home > Toni Comerma
TC

Toni Comerma

@toni_comerma

User Stats

Member Since: December 27, 2013

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.3K
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-2026 Nagios Enterprises, LLC. All rights reserved.

Privacy PolicyTerms of UseTrademarks
Home Browse Submit Profile