doc: Add reference to gnocchi-nagios tool

Change-Id: Iaabf427c948fa1bd095d374f1ca2bc8fda628bac
This commit is contained in:
Mehdi Abaakouk 2016-11-30 17:09:21 +01:00
parent 63decceac2
commit dbcfa9ccbd
2 changed files with 21 additions and 0 deletions

View File

@ -50,6 +50,7 @@ Key Features
- Queryable resource indexer
- Multi-tenant
- Grafana support
- Nagios/Icinga support
- Statsd protocol support
@ -67,6 +68,7 @@ Documentation
rest
statsd
grafana
nagios
glossary
releasenotes/index.rst

19
doc/source/nagios.rst Normal file
View File

@ -0,0 +1,19 @@
=====================
Nagios/Icinga support
=====================
`Nagios`_ and `Icinga`_ has support for Gnocchi through a Gnocchi-nagios
service. It can be installed with pip::
pip install gnocchi-nagios
`Source`_ and `Documentation`_ are also available.
Gnocchi-nagios collects perfdata files generated by `Nagios`_ or `Icinga`_;
transforms them into Gnocchi resources, metrics and measures format; and
publishes them to the Gnocchi REST API.
.. _`Nagios`: https://www.nagios.org/
.. _`Icinga`: https://www.icinga.com/
.. _`Documentation`: http://gnocchi-nagios.readthedocs.io/en/latest/
.. _`Source`: https://github.com/sileht/gnocchi-nagios