Skip to main content

Check HDD temperature Nagios plugin

Project description

nagios-check-hddtemp is a Nagios-plugin that uses hddtemp (www.guzu.net/linux/hddtemp.php) to check disk temperature over the network

Installation

  • Obtain your copy of source code from git repository: git clone https://github.com/vint21h/nagios-check-hddtemp.git. Or download latest release from https://github.com/vint21h/nagios-check-hddtemp/tags.

  • Run python ./setup.py install from repository source tree or unpacked archive under root user. Or use pip: pip install nagios-check-hddtemp.

Configuration

  • Read and understand Nagios documentation.

  • Create Nagios command and service definitions like this:

# "check_hddtemp" command
    define command
    {
        command_name check_hddtemp
        command_line $USER1$/check_hddtemp -s $ARG1$ -p $ARG2$ -d $ARG3$ -w $ARG4$ -c $ARG4$
    }

# "check_hddtemp" service for /dev/sda
define service
{
    use                 local-service
    host_name           localhost
    service_description HDD Temperature /dev/sda
    check_command       check_hddtemp!127.0.0.1!7634!/dev/sda!40!50
}

Without --devices option script check all devices from hddtemp response and return priority based global status:

  • critical

  • warning

  • unknown

  • ok

Also, --devices option can take comma separated list of devices to check.

Licensing

nagios-check-hddtemp is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. For complete license text see COPYING file.

Contacts

Project website: https://github.com/vint21h/nagios-check-hddtemp

Author: Alexei Andrushievich <vint21h@vint21h.pp.ua>

For other authors list see AUTHORS file.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

nagios-check-hddtemp-0.6.0.tar.gz (17.5 kB view details)

Uploaded Source

File details

Details for the file nagios-check-hddtemp-0.6.0.tar.gz.

File metadata

File hashes

Hashes for nagios-check-hddtemp-0.6.0.tar.gz
Algorithm Hash digest
SHA256 0087f56562d2a28d50abd34fe58f89da197553e1389605cc1b24d8e82a5aec23
MD5 47a9bba96a84e656742e07fc150a58d4
BLAKE2b-256 dd62a7b19ad552167b5d7592572de11c0c0d0074fd99869f8f6b15ca93b848e6

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page