Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
check_sonicwall_cdp_4440i.pl
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!
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
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
Reviews (0)
Be the first to review this listing!