rangeid.icinga.check_service (0.0.2) — module

Authors: Angelo Conforti (@angeloxx)

Install collection

Install with ansible-galaxy collection install rangeid.icinga:==0.0.2


Add to requirements.yml

  collections:
    - name: rangeid.icinga
      version: 0.0.2

Description

Force check icinga service

Inputs

    
service:
    description:
    - The service name
    required: true
    type: str

timeout:
    description:
    - wait time after the forced check. If zero the service check will be issued without
      checking the real service status, if set the service will be checked during this
      time and the module fails if the service is failed
    required: false
    type: int

icinga_server:
    description:
    - The Icinga URL in the format https://<server> or https://<server>/<context>
    required: true
    type: url

icinga_password:
    description:
    - The Icinga user's password
    required: true
    type: str

icinga_username:
    description:
    - The Icinga user with branch creation and deletion rights
    required: true
    type: str