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

Thecus NAS Health

Rating
1 vote
Favoured:
0
Hits
89218
Files:
FileDescription
check_thecus.plcheck_thecus.pl
Network Monitoring Software - Download Nagios XI
Log Management Software - Nagios Log Server - Download
Netflow Analysis Software - Nagios Network Analyzer - Download
A check plugin to monitor the health of a Thecus NAS appliance. Originally developed for N3200PRO may or may not work for other devices.
Usage: check_thecus.pl [--user ] [--password ] [--running ] [--stopped ]

where
is the network address of the appliance
--user specifies the username for authentication (default: admin)
--password specifies the password for authentication (default: admin)
--running specifies a list of service names which should be running
--stopped specifies a list of service names which should not be running

Returns
CRITICAL if
- web interface cannot be accessed,
- drives have errors
- services are running which should not, or not running if they should
- fan is running at too slow, fast (< 1000, > 2000 rpm, TODO: make configurable)
WARNING if the CPU load is over 80%
OK otherwise.

WARNING: As the applicance provides no real monitoring interface this plugin has to rely on parsing the data out of the web-interface. That might cause errors when using different firmware versions or even languages.
Reviews (1)
bygds, January 18, 2012
Thanx but n8800 pro interface is in php, so it doesn't work.