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.
If you want receive devices performance data, add -P argument to 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-0.8.2.tar.gz
.
File metadata
- Download URL: nagios-check-hddtemp-0.8.2.tar.gz
- Upload date:
- Size: 17.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0a658ec058dbd7ad3600f3e504cb9c2b1f0250c92e6dde44f9df85da41136901 |
|
MD5 | 92bcf7cb2b3db2bbfb21c6974bd67795 |
|
BLAKE2b-256 | 8708032028ac2f867501628361c31f9bb5b8010e7889056e39fef5967972a593 |
File details
Details for the file nagios_check_hddtemp-0.8.2-py2-none-any.whl
.
File metadata
- Download URL: nagios_check_hddtemp-0.8.2-py2-none-any.whl
- Upload date:
- Size: 21.2 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4366957d2af7d9d1c4e637eb5bc8bd70e8bebb844aed608c9a817ed76ebed15e |
|
MD5 | 4b79e4ca3f821577e211bc378c8a9862 |
|
BLAKE2b-256 | a35131817fbb7a7a55465866c3d68d52248cae9580aab8e70d3888af31312060 |