Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
Thecus NAS Health
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.
where
--user
--password
--running
--stopped
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.