Search Exchange

Search All Sites

Nagios Live Webinars

Let our experts show you how Nagios can help your organization.

Contact Us

Phone: 1-888-NAGIOS-1
Email: sales@nagios.com

Login

Remember Me

Directory Tree

check_sonicwall_cdp_4440i.pl

Rating
0 votes
Favoured:
0
Current Version
0.9
Last Release Date
2010-04-28
Compatible With
  • Nagios 2.x
  • Nagios 3.x
Owner
Hits
90009
Files:
FileDescription
check_sonicwall.plcheck_sonicwall.pl
Nagios CSP

Meet The New Nagios Core Services Platform

Built on over 25 years of monitoring experience, the Nagios Core Services Platform provides insightful monitoring dashboards, time-saving monitoring wizards, and unmatched ease of use. Use it for free indefinitely.

Monitoring Made Magically Better

  • Nagios Core on Overdrive
  • Powerful Monitoring Dashboards
  • Time-Saving Configuration Wizards
  • Open Source Powered Monitoring On Steroids
  • And So Much More!
A perl active plugin that use www::mecanise to retreive "SonicWall CDP 4440i"'s RAID5, hdds and user quotas information.

May work as well for the SonicWall CDP series.
That perl active plugin use www::mecanise to retreive RAID5, hdds and user quotas information.

It doesn't work with Nagios's embed Perl so you have to declare the command that way :

perl /usr/lib/nagios/plugins/check_sonicwall.pl --host $HOSTADDRESS$ --type=$ARG1$

$ARG1$ should be one of the following :
!raid
!disk
!quota

perl check_sonicwall.pl --h
USAGE :
--type
--host


Here are the required Perl's modules:
WWW::Mechanize
HTML::TreeBuilder