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_qnap2

Rating
3 votes
Favoured:
1
Current Version
1.10
Last Release Date
2015-03-06
Compatible With
  • Nagios 3.x
  • Nagios 4.x
License
GPL
Hits
11907
Files:
FileDescription
qnap-nas.cfgExample config file for Nagios
check_qnapPlugin file for Nagios
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!
Based on version 1.03 from: http://exchange.nagios.org/directory/Plugins/Hardware/Storage-Systems/Others/check_qnap/details

Fixed minor errors and did some cleanup of the status information.

Monitoring of:
- Temperature system
- Temperature disks
- Status RAID
- CPU usage
- Memory usage
- Diskspace usage
- Uptime
Tested on a Qnap TS-212
----------

Add to Nagios commands.cfg:

define command{
command_name check_qnap
command_line $USER1$/check_qnap $HOSTADDRESS$ public $ARG1$ $ARG2$ $ARG3$
}
Reviews (1)
Many thanks for this plugin. Needed one or two small fixes but have now got this working perfectly with some TS-412s, please find below my suggested changes;

In plugin
Line 21 - "tmphd2, tmlhd3 tmphd4," should read "tmphd2, tmphd3, tmphd4,"
# DISKUSAGE requires bc (e.g. apt-get install bc)
Lines 183, 187 - use of -le should be -ge
Lines 200, 204, 208 - references to $TEMPHD4 should be $TEMPHD

In example config
Line 24 - "check_command check_qnap!freeram!20!5" should read "check_command check_qnap!freeram!80!95"
Line 90 - "check_command check_qnap!diskused!10!5" should read "check_command check_qnap!diskused!90!95"