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
Memory Check Process by PID or PID file on Solaris 10
0.0 (0)
75.3K
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 > ebardellidoxee
e

ebardellidoxee

@ebardellidoxee

User Stats

Favorites0

Views

Projects0

No Projects Found
Check Netapp NG

Thanks and hints

Hi Ranl, First of all congratulations for this plugin, it works fine and it’s been really useful to me. I replaced the previous plugin I was using (check_naf.py) with yours because it was no more reliable generating lots of false positives , however I needed to make some fix and write a new function to replicate some functionalities I loved. I’m writing to give you a couple of hints, that might improve a little your already really good plugin. 1) Manage SNMP timeout. my ($sess, $err) = Net::SNMP->session( -hostname => $server, -version => $version, -community => $comm, -timeout=> 60); If you don’t specify any value, the default is 5 secs and in a busy environment it misses lots of packets. You might add a flag that populate the –timeout parameter of the Net::SNMP->session 2) Negative values when vol > 2TB Perl’s Net::SNMP returns negative wrong values when the volume check is bigger than 2TB to fix it I needed to added the following workaround my $snmp_netapp_volume_id_table_df_total = "$snmp_netapp_volume_id_table_df.3"; my $snmp_netapp_volume_id_table_df_total_h = "$snmp_netapp_volume_id_table_df.14"; my $snmp_netapp_volume_id_table_df_total_l = "$snmp_netapp_volume_id_table_df.15"; my $snmp_netapp_volume_id_table_df_used = "$snmp_netapp_volume_id_table_df.4"; my $snmp_netapp_volume_id_table_df_used_h = "$snmp_netapp_volume_id_table_df.16"; my $snmp_netapp_volume_id_table_df_used_l = "$snmp_netapp_volume_id_table_df.17"; my $EXP=4294967296; … … … ### into the function ### if ($total

Reviewed 12 years ago

No Favorites Found

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

Privacy PolicyTerms of UseTrademarks