masa_orca.zabbix.zabbix (2.0.1) — httpapi

HttpApi Plugin for Zabbix

| "added in version" 1.8.0 of masa_orca.zabbix"

Authors: Markus Fischbacher (@rockaut), Evgeny Yurchenko (@BGmot)

Install collection

Install with ansible-galaxy collection install masa_orca.zabbix:==2.0.1


Add to requirements.yml

  collections:
    - name: masa_orca.zabbix
      version: 2.0.1

Description

This HttpApi plugin provides methods to connect to Zabbix over their HTTP(S)-based api.

Inputs

    
http_login_user:
    description:
    - The http user to access zabbix url with Basic Auth
    type: str
    vars:
    - name: http_login_user

zabbix_auth_key:
    description:
    - Specifies API authentication key
    env:
    - name: ANSIBLE_ZABBIX_AUTH_KEY
    type: str
    vars:
    - name: ansible_zabbix_auth_key

zabbix_url_path:
    default: zabbix
    description:
    - Specifies path portion in Zabbix WebUI URL, e.g. for https://myzabbixfarm.com/zabbixeu
      zabbix_url_path=zabbixeu
    env:
    - name: ANSIBLE_ZABBIX_URL_PATH
    type: str
    vars:
    - name: ansible_zabbix_url_path

http_login_password:
    description:
    - The http password to access zabbix url with Basic Auth
    type: str
    vars:
    - name: http_login_password