https://github.com/saltstack-formulas/nagios-formula
nagios-formula
https://github.com/saltstack-formulas/nagios-formula
Last synced: 4 months ago
JSON representation
nagios-formula
- Host: GitHub
- URL: https://github.com/saltstack-formulas/nagios-formula
- Owner: saltstack-formulas
- License: other
- Created: 2013-09-22T19:37:33.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2019-12-12T11:10:26.000Z (about 6 years ago)
- Last Synced: 2025-05-02T09:48:49.742Z (10 months ago)
- Language: SaltStack
- Homepage: http://docs.saltstack.com/en/latest/topics/development/conventions/formulas.html
- Size: 138 KB
- Stars: 20
- Watchers: 33
- Forks: 71
- Open Issues: 8
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
======
nagios
======
Formulas to set up and configure nagios server and nrpe agent
.. note::
See the full `Salt Formulas installation and usage instructions
`_.
Available states
================
.. contents::
:local:
``nagios``
----------
Install the nagios server, nagios plugins, nrpe plugin and server packages.
``nagios.plugins``
------------------
Install nagios plugins.
``nagios.server``
-----------------
Install the nagios package and start the nagios service.
``nagios.server.dynamic``
------------------------
Generate service and command definitions based on pillar data.
``nagios.nrpe``
---------------
Install the nrpe plugin and server.
``nagios.nrpe.server``
----------------------
Install the nrpe server.
``nagios.nrpe.plugin``
----------------------
Install the nrpe plugin.
``nagios.nrpe.dynamic``
-----------------------
(Debian only) Generate command definitions and optionally install non-packaged plugins based on pillar data.
``nagios.nsca.client``
----------------------
Install the nsca client.