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_thecus_nas

Current Version
1.0
Last Release Date
2015-07-21
Compatible With
  • Nagios 3.x
  • Nagios 4.x
  • Nagios XI
License
GPL
Hits
7862
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!
Check plugin designed for a Thecus NAS N5500, which might work on other models.
It can check and report health of disks, fans and RAID configurations, but also CPU-usage and available disk-space.
Overview
This plugin can check the health and status of a Thecus NAS device. It has been developed and tested
against a Thecus N5500 running firmware V5.00.04
Is can check and report CPU usage, system- and CPU-fans, RAID status, available disk space, disk health (bad-sectors) and disk temperature.
It this check doesn't work with your model, please let the author know so he can check if support for your model can be included (or submit a pull request on github.)

Usage
Get full usage information
./check_thecus_nas.php --help

Check the health of a device using a config file:
./check_thecus_nas.php --hostname nas01.example.com --config-file nas01.conf
    --type health


Check the cpu usage of a device specifying the username/password on the command-line:
./check_thecus_nas.php -h nas01.example.com -u admin -p password -t cpu
    --cpu-warning 80 --cpu-critical 90


Check the available disk space of a device:
./check_thecus_nas.php -h nas01.example.com -c nas01.conf -t disk-usage
    --disk-usage-warning 80 --disk-usage-critical 90