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 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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file nagios-check-hddtemp-1.4.4.zip
.
File metadata
- Download URL: nagios-check-hddtemp-1.4.4.zip
- Upload date:
- Size: 26.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.0 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.8.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fcbc3a5fb5eb1391d519228ec8ea6dc9ae2e357ec3668683aa0746ff5c09ea45 |
|
MD5 | 6e9d17e7c18e3ec1dbcb44c470581eff |
|
BLAKE2b-256 | 81dd003232b324ed984bfa845758f6dde747c629a14e839768b54cdb865ab616 |
File details
Details for the file nagios_check_hddtemp-1.4.4-py2.py3-none-any.whl
.
File metadata
- Download URL: nagios_check_hddtemp-1.4.4-py2.py3-none-any.whl
- Upload date:
- Size: 34.0 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.0 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.8.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ed4935fe6fde32de43bc99267807455c4fde9a2877a61e500db406edc71df8fd |
|
MD5 | 1a33f2502a210a3a14a9c86df6052b6a |
|
BLAKE2b-256 | 0609c0a72e82dc92f5514a493dbb7b9d3e98bda32b7320fe093d7af46548f5be |