fix all table errors

This commit is contained in:
2022-02-10 13:54:44 +01:00
parent b152c72151
commit c3545d3164
7 changed files with 19 additions and 20 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ use the internal one.
Source Destination (internal) Destination (external) Ports Purpose
------- ----------------------- ---------------------- ------------- --------------------
any puppet00 puppet00 8080, 8140 Puppet
any repo00 repo00 80, 443 Software Packages
any repo00 repo00 80, 443 Software Packages
======= ======================= ====================== ============= ====================
@@ -16,7 +16,7 @@ Parameters
----------
================== ========== =============================================================
**Name** **Type** **Default**
**Name** **Type** **Default**
------------------ ---------- -------------------------------------------------------------
================== ========== =============================================================
@@ -11,9 +11,9 @@ Parameters
----------
================== ========== =============================================================
**Name** **Type** **Default**
**Name** **Type** **Default**
------------------ ---------- -------------------------------------------------------------
puppet_environment String hiera('icinga::checks::options::puppet_environment',**prod**)
puppet_environment String hiera('icinga::checks::options::puppet_environment',**prod**)
================== ========== =============================================================
``puppet_environment``
@@ -1,5 +1,5 @@
``profile::icinga::checks::service``
==========================================
====================================
This class will configure Nagios checks for one or more ``systemctl`` services. This can be done by setting
a list of services with the ``icinga::checks::service::list`` *hiera* setting. ``check_service`` is the
@@ -10,16 +10,17 @@ Parameters
----------
===================== ========== =========================================================================
**Name** **Type** **Default**
**Name** **Type** **Default**
--------------------- ---------- -------------------------------------------------------------------------
service_list Array ``'icinga::checks::service::list'``, defaults to ``'[]'``
===================== ========== =========================================================================
``service_list``
~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~
The default value is an empty ``Array`` (``'[]'``). Hence, no ``systemctl`` services are checked.
This value can be overwritten with a list of services. In example::
icinga::checks::service::list:
- ntpd
- postfix
+10 -10
View File
@@ -1,5 +1,5 @@
``profile::icinga::nrpe``
==========================
=========================
This profile is a function that configures ``nrpe`` and ``sudoers`` (whenever needed) for a specific command:
* Will create a ``/etc/nrpe.d/<filename>.cfg`` file for ``nrpe``
@@ -8,16 +8,16 @@ This profile is a function that configures ``nrpe`` and ``sudoers`` (whenever ne
Parameters
----------
================= ========== =========================================================
**Name** **Type** **Default**
----------------- ---------- ---------------------------------------------------------
command String
sudo Boolean ``false``
notifications_enabled Boolean ``true``
================= ========== =========================================================
====================== ========== =========================================================
**Name** **Type** **Default**
---------------------- ---------- ---------------------------------------------------------
command String
sudo Boolean ``false``
notifications_enabled Boolean ``true``
====================== ========== =========================================================
``command``
~~~~~~~~~~~~~~~~~
~~~~~~~~~~~
Full path for the command to be configured in the ``nrpe.d`` file. This will be translated
in the ``nrpe.d`` as::
@@ -29,7 +29,7 @@ in the ``nrpe.d`` as::
command[${title}]=${command}
``sudo``
~~~~~~~~~
~~~~~~~~
Whether ``sudo`` is required or not for that command. By default is ``false``.
When set to ``true``, ``/usr/bin/sudo`` will be added to the ``nrpe`` command, and proper
+1 -1
View File
@@ -13,7 +13,7 @@ Parameters
**Name** **Type** **Default**
---------------------- -------- ---------------------------------------------
allowed_hosts string '\*.psi.ch'
canonicalize_hostname bool false
canonicalize_hostname bool false
forward_x11 bool
====================== ======== =============================================
-2
View File
@@ -949,5 +949,3 @@ An example of how to use this role (with variables passed in as parameters).
- psi.yfs
psi_yfs_size: 2147483648
```
---