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_smarttemp.sh

Current Version
0.0.4
Last Release Date
2018-02-03
Compatible With
  • Nagios 2.x
  • Nagios 3.x
  • Nagios XI
License
Apache
Hits
34114
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_smarttemp.sh
This plugin allows you to check your hdds' S.M.A.R.T. temperatures.
### NAGIOS COMMANDS DEFINITION
define command{
command_name check_smarttemp
command_line $USER1$/contrib/check_smarttemp.sh $ARG1$ $ARG2$ $ARG3$ $ARG4$ $ARG5$ $ARG6$
}

### NAGIOS SERVICECHECK DEFINITION
define service{
use local-service ; Name of service template to use
host_name yourhost
service_description Sensor SMART
check_command check_smarttemp!all!40!50
}


###
### PNP4NAGIOS check_commands and template definition can be found in the archive.
###

check_smarttemp is licensed under Creative Commons Attribution-ShareAlike 3.0 Unported License.
There is no warranty of any kind, explicit or implied, for anything this software does or does not do.

(c) 2013,2015 by Frederic Krueger / igetspam@bigfoot.com