rangeid.icinga.get_state (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

Check host and service status

Inputs

    
service:
    description:
    - regexp or name of involved services. If omitted, only the host will be checked.
      If all or "*", all services statues will be returned be
    required: false
    type: str

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

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

icinga_username:
    description:
    - The Icinga username
    required: true
    type: str