Metadata-Version: 2.3
Name: nrdp-daemon
Version: 1.0.17
Summary: Nagios Remote Data Processor Daemon
Project-URL: Homepage, https://github.com/HopliteInd/nrdpd-daemon
Author: Hoplite Industries, Inc.
Maintainer-email: Shawn Michael <smichael@hopliteindustries.com>
Keywords: nagios,nrdp,passive
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: No Input/Output (Daemon)
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: System :: Monitoring
Requires-Python: >=3.7
Requires-Dist: pywin32>1.0; sys_platform == 'win32'
Description-Content-Type: text/x-rst

Nagios Remote Data Protocol Daemon
==================================

The ``nrdpd`` program is used as a passive monitoring agent for Nagios.  It
will use regular Nagios plugins to perform system checks and submit those
results to your monitoring server(s) via the NRDP protocol.

This package contains both the ``nrdpd`` service and a Python library that
you can integrate with.


The full `documentation`_ has details on the API as well as configuration.

.. _documentation: https://hopliteind.github.io/nrdpd-daemon/
