Skip to main content

Check HDD temperature Nagios plugin

Project description

GitHub Coveralls License Version Supported Python version Package format Python wheel support Package status

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 the git repository: $ git clone https://github.com/vint21h/nagios-check-hddtemp.git. Or download the latest release from https://github.com/vint21h/nagios-check-hddtemp/tags/.

  • Run $ python ./setup.py install from the repository source tree or unpacked archive. 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 plugin checks all devices from hddtemp response and returns priority-based global status:

  • critical

  • warning

  • unknown

  • ok

  • sleeping

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

If you want to receive devices performance data, add -P argument to the command line.

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-1.4.5.zip (26.7 kB view details)

Uploaded Source

Built Distribution

nagios_check_hddtemp-1.4.5-py2.py3-none-any.whl (34.1 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file nagios-check-hddtemp-1.4.5.zip.

File metadata

  • Download URL: nagios-check-hddtemp-1.4.5.zip
  • Upload date:
  • Size: 26.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.9.1

File hashes

Hashes for nagios-check-hddtemp-1.4.5.zip
Algorithm Hash digest
SHA256 7158c1748fd27a6594083cac9144efdae02903c48eedeea94a237ab78b9e1b0f
MD5 d2f2d4dbd74782183fa0d62b1a9fa4b3
BLAKE2b-256 66363c518dc2edb3c502625449129efe202d68185f792cd5436201b4a2533108

See more details on using hashes here.

File details

Details for the file nagios_check_hddtemp-1.4.5-py2.py3-none-any.whl.

File metadata

  • Download URL: nagios_check_hddtemp-1.4.5-py2.py3-none-any.whl
  • Upload date:
  • Size: 34.1 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.9.1

File hashes

Hashes for nagios_check_hddtemp-1.4.5-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 716047a9ed6db0a315f7bb08a0d1c6cac4a6b49d90ddb3d80fd1588676a1c693
MD5 ec80aab162dd33f6d228e6b219a9e8c9
BLAKE2b-256 61b01d3d9ec74d81a94393b41be0e856ffbc5b0c0ab45a9b776065744bcc5f44

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