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_synology_status

Current Version
1
Last Release Date
2013-03-07
Compatible With
  • Nagios 1.x
  • Nagios 2.x
  • Nagios 3.x
Owner
License
GPL
Hits
82874
Files:
FileDescription
check_synology_statuscheck_synology_status
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_synology_status
This check checks the status of the NAS, fan status (system and CPU) and system temperature. Additionally described model, serial number and version of DSM. Connection via SNMP

example:
check_synology_status public 2c 192.168.1.30
Reviews (1)
byGldRush98, June 13, 2013
1) Requires snmp utils (not mentioned in description).
2) The example given has arguments listed in the wrong order. The script ACTUALLY looks for check_synology_status $ip $community $version
3) The script doesn't give a help, you have to look at the code to figure out why something is broken
4) The script doesn't actually send back proper return codes (nor does it accept thresholds). It always sends back 0, so you would never be alerted to actual issues.

Over all this is a good start, but I don't think it really belongs here as it's not checking the status of anything. It is merely reporting back some sensor readings.