Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
check_thecus_nas
1.0
2015-07-21
- Nagios 3.x
- Nagios 4.x
- Nagios XI
GPL
7862
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!
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 the health of a device using a config file:
Check the cpu usage of a device specifying the username/password on the command-line:
Check the available disk space of a device:
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
Reviews (0)
Be the first to review this listing!