fedora-ansible/roles/nagios_client
Kevin Fenzi c84b99223c osbs: raise a glass for it's service
This removes osbs and allmost all it's associated playbooks and files.

It served long and well, but we no longer need it.
flatpaks are building with a koji-flatpak plugin.
base/minimal/toolbox containers are building with kiwi.
We aren't building any other containers right now, and we did they could
be added to kiwi.

This is the end of an era... I look with nostolga on
ansible-ansible-openshift-ansible (a role to setup ansible on a control
host and run it from our ansible).

Good bye osbs!

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2024-03-28 12:52:07 -07:00
..
files remove pynag from check ipa replica 2024-02-27 13:16:46 +00:00
handlers put in the first run at new nagios configs 2017-01-05 00:55:16 +00:00
tasks osbs: raise a glass for it's service 2024-03-28 12:52:07 -07:00
templates osbs: raise a glass for it's service 2024-03-28 12:52:07 -07:00
README.rst put in the first run at new nagios configs 2017-01-05 00:55:16 +00:00

README.rst

===================================
 Nagios 4 Configuration for Fedora
===================================

The Fedora Infrastructure Nagios is built on a set of configurations
originally written for Nagios 2 and then upgraded over time to Nagios
3 and then 4.08. With additional changes made in the 4.2 series of
Nagios this needed a better rewrite as various parts came from
pre-puppet and then various puppet modules added on top. 

In order to get this rewrite done, we will use as much of the original
layout of the Fedora ansible nagios module but with rewrites to better
match current Nagios configurations so that it can be maintained.

Role directory layout
=====================
The original layout branched out from 

  roles/nagios/client/
  roles/nagios/server/

With the usual trees below this. This breaks ansible best practices
and how most new modules are set up so the rewrite uses:

  roles/nagios_client/
  roles/nagios_server/

=====================
 Nagios Client Files
=====================

For the most part the Nagios Client files seem to work from the
original layout to the new site. Changes will only need to be made to
playbooks for the initial changes.