Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
Thecus Check SNMP
1.1
2020-02-25
- Nagios 3.x
- Nagios 4.x
- Nagios XI
GPL
4782
File | Description |
---|---|
check_thecus_snmp.sh | check script |
nas_mib.tar.gz | NAS MIBS |
Thecus_SNMP_MIB_Spec-140227_V0.1-1.pdf | Mib Specs pdf by Thecus |
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 your Thecus via SNMP instead of using logins and apssword (which can overload the Thecus)
# check_thecus_snmp.sh for nagios
# altered version of check_snmp_synology by Nicolas Ordonez, Switzerland released in 2016
#
# Version: 1.1
# 25-02-2020 A. Vlaanderen, Netherlands
#
# Thanks to:
# Nicolas Ordonez (original script writer)
#
#---------------------------------------------------
# this plugin checks the health of your Thecus NAS
# - System status
# - System info
# - Disks status
# - RAID status
# - System Temperature Warning and Critical
# - UPS information (needs implementation)
# - Storage percentage in use
#
# Tested and working for Firmwares >= 2.06.02.10
# on N16000pro and (N)12000(pro)
#---------------------------------------------------
# Based on NAS MIBS provided in the firmware of Thecus
#---------------------------------------------------
CHANGELOG:
v1.1
* changed conditions for storage capacity check, as it all ended in Critical, now proper statements
* changed extention to .sh as it's not perl
# check_thecus_snmp.sh for nagios
# altered version of check_snmp_synology by Nicolas Ordonez, Switzerland released in 2016
#
# Version: 1.1
# 25-02-2020 A. Vlaanderen, Netherlands
#
# Thanks to:
# Nicolas Ordonez (original script writer)
#
#---------------------------------------------------
# this plugin checks the health of your Thecus NAS
# - System status
# - System info
# - Disks status
# - RAID status
# - System Temperature Warning and Critical
# - UPS information (needs implementation)
# - Storage percentage in use
#
# Tested and working for Firmwares >= 2.06.02.10
# on N16000pro and (N)12000(pro)
#---------------------------------------------------
# Based on NAS MIBS provided in the firmware of Thecus
#---------------------------------------------------
CHANGELOG:
v1.1
* changed conditions for storage capacity check, as it all ended in Critical, now proper statements
* changed extention to .sh as it's not perl
Reviews (0)
Be the first to review this listing!