forked from Controls/gitea-pages
42 lines
1.9 KiB
ReStructuredText
42 lines
1.9 KiB
ReStructuredText
``profile::icinga::checks::gpfs``
|
|
=================================
|
|
|
|
This profile is called when ``gpfs`` is being configured.
|
|
|
|
Setup specific checks for GPFS:
|
|
* It will check that **GPFS** service is running correctly.
|
|
* Also checks node status with ``mmhealth``.
|
|
|
|
Parameters
|
|
----------
|
|
|
|
=================== ========== =============================================================
|
|
**Name** **Type** **Default**
|
|
------------------- ---------- -------------------------------------------------------------
|
|
check_unhealth_only Boolean ``icinga::checks::options::gpfs::ignoretips:`` **``true``**
|
|
check_ignore_tips Boolean ``icinga::checks::options::gpfs::unhealth:`` **``false``**
|
|
=================== ========== =============================================================
|
|
|
|
``check_unhealth_only``
|
|
~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
By default ``mmhealth`` is called with the option ``--unhealth``. This shows only **unhealthy** problems. This can be disabled
|
|
by setting ``icinga::checks::options::gpfs::unhealth: false``, in this case ``mmhealth`` will also report about **healthy** checks.
|
|
|
|
|
|
``check_ignore_tips``
|
|
~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
**TIPS** errors are considered ``[WARNING]`` by default. As these are configuration tips, some admins can consider that tips are ``[OK]``
|
|
in their clusters. This behaviour can be changed by setting ``icinga::checks::options::gpfs::ignoretips: true``, which will consider **TIPS** as ``[OK]``.
|
|
|
|
Facts
|
|
-----
|
|
|
|
When some specific facts are detected, it will trigger some actions.
|
|
|
|
===================================== =============== ==============================================
|
|
**Fact** **Value(s)** **Action description**
|
|
------------------------------------- --------------- ----------------------------------------------
|
|
===================================== =============== ==============================================
|