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
  • Home
  • Directory
  • Library
  • Support
  • About
Plugins4387Themes and Skins11Add-ons734Documentation283Graphics 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 NRPE Updated: Check Free Disk Space (check_disk)
0.0 (0)
8.4K
RSS Feed
Newest Listings Updated Listings
Top Contributors
Julien DESMAREST (6)LAMY (6)Davide Lemma (4)deskwork_itunes142 (4)Joerg Hoerter (3)
See More
Newest Contributors
Guillaume8723 (1)Salvo (1)SOHA-IT (1)Tsvetomir Tsvetanov (1)Igor Ru (1)
See More

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

Privacy PolicyTerms of UseTrademarks
Home > Matthew Davidson
MD

Matthew Davidson

@agentdavidson

User Stats

Member Since: April 13, 2017

Favorites0

Views

Projects0

No Projects Found
check_uptime / check_snmp_uptime

$oid_engineTime appears to be wrong

Hi Willix - I couldn't get the -net flag to work but I updated the $oid_engineTime as follows:- -my $oid_engineTime = '1.3.6.1.6.3.10.2.1.3'; # SNMP-FRAMEWORK-MIB +my $oid_engineTime = '1.3.6.1.6.3.10.2.1.3.0'; # SNMP-FRAMEWORK-MIB It appears to need the dot zero on the end of it. Cheers Matt

Reviewed 8 years ago

check_netscreen_session

perfdata pnp4nagios tweak

I found I had to add a 'space' in the perfdata print statement in order for pnp4nagios to process the perfdata correctly -$perfdata = sprintf("| SessActive=%s,SessMax=%s,SessFail=%sn", +$perfdata = sprintf("| SessActive=%s, SessMax=%s, SessFail=%sn", Thanks

Reviewed 9 years ago

SNMP Interface

Fortigate ifName hack

I've been using the script for many years across various networking devices successfully. However I tried it against a new Foritgate 100F Firewall (FortiOS 6.4.7) and it wouldn't find any of the interfaces by name. It would just return: ERROR : Unknown interface snmpwalk revelled that the interface names were under ifName OID 1.3.6.1.2.1.31.1.1.1.1 rather than ifDescr OID 1.3.6.1.2.1.2.2.1.2 So I made a copy of the script and changed the $descr_table variable to this: my $descr_table = '1.3.6.1.2.1.31.1.1.1.1'; And bingo. Now it's working with this Fortigate.

Reviewed 4 years ago

No Favorites Found

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

Privacy PolicyTerms of UseTrademarks
Home Browse Submit Profile