Metadata-Version: 2.1
Name: nagios-check-hddtemp
Version: 1.2.1
Summary: Check HDD temperature Nagios plugin
Home-page: https://github.com/vint21h/nagios-check-hddtemp/
Author: Alexei Andrushievich
Author-email: vint21h@vint21h.pp.ua
License: GPLv3+
Download-URL: https://github.com/vint21h/nagios-check-hddtemp/archive/1.2.1.tar.gz
Keywords: nagios,hddtemp,check-hddtemp,plugin,check-hddtemp-plugin
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Environment :: Plugins
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: System :: Monitoring
Classifier: Topic :: Utilities
Requires-Python: >=2.7
Description-Content-Type: text/x-rst
Provides-Extra: test
Requires-Dist: bandit (==1.6.2) ; extra == 'test'
Requires-Dist: black (==19.10b0) ; extra == 'test'
Requires-Dist: check-manifest (==0.42) ; extra == 'test'
Requires-Dist: contextlib2 (==0.6.0.post1) ; extra == 'test'
Requires-Dist: coverage (==5.1) ; extra == 'test'
Requires-Dist: coveralls (==2.0.0) ; extra == 'test'
Requires-Dist: dodgy (==0.2.1) ; extra == 'test'
Requires-Dist: flake8-annotations-complexity (==0.0.4) ; extra == 'test'
Requires-Dist: flake8-bugbear (==20.1.4) ; extra == 'test'
Requires-Dist: flake8-docstrings (==1.5.0) ; extra == 'test'
Requires-Dist: flake8-mypy (==17.8.0) ; extra == 'test'
Requires-Dist: flake8 (==3.7.9) ; extra == 'test'
Requires-Dist: isort[pipfile] (==4.3.21) ; extra == 'test'
Requires-Dist: mypy (==0.770) ; extra == 'test'
Requires-Dist: pep8-naming (==0.10.0) ; extra == 'test'
Requires-Dist: pre-commit-hooks (==2.5.0) ; extra == 'test'
Requires-Dist: pre-commit (==2.3.0) ; extra == 'test'
Requires-Dist: pygments (==2.6.1) ; extra == 'test'
Requires-Dist: pylint (==2.5.2) ; extra == 'test'
Requires-Dist: pyroma (==2.6) ; extra == 'test'
Requires-Dist: pytest-cov (==2.8.1) ; extra == 'test'
Requires-Dist: pytest-mock (==3.1.0) ; extra == 'test'
Requires-Dist: pytest-tldr (==0.2.1) ; extra == 'test'
Requires-Dist: pytest (==5.4.2) ; extra == 'test'
Requires-Dist: readme-renderer (==26.0) ; extra == 'test'
Requires-Dist: removestar (==1.2.2) ; extra == 'test'
Requires-Dist: seed-isort-config (==2.1.1) ; extra == 'test'
Requires-Dist: tox-pyenv (==1.1.0) ; extra == 'test'
Requires-Dist: tox-travis (==0.12) ; extra == 'test'
Requires-Dist: tox (==3.15.0) ; extra == 'test'
Requires-Dist: twine (==3.1.1) ; extra == 'test'
Provides-Extra: test-old-python
Requires-Dist: check-manifest (==0.41) ; extra == 'test-old-python'
Requires-Dist: contextlib2 (==0.6.0.post1) ; extra == 'test-old-python'
Requires-Dist: coverage (==5.1) ; extra == 'test-old-python'
Requires-Dist: coveralls (==1.11.1) ; extra == 'test-old-python'
Requires-Dist: pygments (==2.5.2) ; extra == 'test-old-python'
Requires-Dist: pytest-cov (==2.8.1) ; extra == 'test-old-python'
Requires-Dist: pytest-mock (==2.0.0) ; extra == 'test-old-python'
Requires-Dist: pytest-tldr (==0.2.1) ; extra == 'test-old-python'
Requires-Dist: pytest (==4.6.9) ; extra == 'test-old-python'
Requires-Dist: readme-renderer (==26.0) ; extra == 'test-old-python'
Requires-Dist: tox-pyenv (==1.1.0) ; extra == 'test-old-python'
Requires-Dist: tox-travis (==0.12) ; extra == 'test-old-python'
Requires-Dist: tox (==3.15.0) ; extra == 'test-old-python'
Requires-Dist: twine (==1.15.0) ; extra == 'test-old-python'

.. nagios-check-hddtemp
.. README.rst

A nagios-check-hddtemp documentation
====================================

|Travis|_ |Coveralls|_ |Requires|_ |pypi-license|_ |pypi-version|_ |pypi-python-version|_ |pypi-format|_ |pypi-wheel|_ |pypi-status|_

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

.. contents::

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:

.. code-block::

    # "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.


.. |Travis| image:: https://travis-ci.org/vint21h/nagios-check-hddtemp.svg?branch=master
    :alt: Travis
.. |Coveralls| image:: https://coveralls.io/repos/github/vint21h/nagios-check-hddtemp/badge.svg?branch=master
    :alt: Coveralls
.. |Requires| image:: https://requires.io/github/vint21h/nagios-check-hddtemp/requirements.svg?branch=master
    :alt: Requires
.. |pypi-license| image:: https://img.shields.io/pypi/l/nagios-check-hddtemp
    :alt: License
.. |pypi-version| image:: https://img.shields.io/pypi/v/nagios-check-hddtemp
    :alt: Version
.. |pypi-python-version| image:: https://img.shields.io/pypi/pyversions/nagios-check-hddtemp
    :alt: Supported Python version
.. |pypi-format| image:: https://img.shields.io/pypi/format/nagios-check-hddtemp
    :alt: Package format
.. |pypi-wheel| image:: https://img.shields.io/pypi/wheel/nagios-check-hddtemp
    :alt: Python wheel support
.. |pypi-status| image:: https://img.shields.io/pypi/status/nagios-check-hddtemp
    :alt: Package status
.. _Travis: https://travis-ci.org/vint21h/nagios-check-hddtemp/
.. _Coveralls: https://coveralls.io/github/vint21h/nagios-check-hddtemp?branch=master
.. _Requires: https://requires.io/github/vint21h/nagios-check-hddtemp/requirements/?branch=master
.. _pypi-license: https://pypi.org/project/nagios-check-hddtemp/
.. _pypi-version: https://pypi.org/project/nagios-check-hddtemp/
.. _pypi-python-version: https://pypi.org/project/nagios-check-hddtemp/
.. _pypi-format: https://pypi.org/project/nagios-check-hddtemp/
.. _pypi-wheel: https://pypi.org/project/nagios-check-hddtemp/
.. _pypi-status: https://pypi.org/project/nagios-check-hddtemp/


