Skip to content

Install and configure Icingabeat on an existing icinga2 setup

License

Notifications You must be signed in to change notification settings

andrelohmann/ansible-role-icingabeat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

icingabeat

Icingabeat Installer

!!! This is only suggested to be used in Lab environments!

Role Variables

# Connect to the icinga2 API
icingabeat_api_host: localhost
icingabeat_api_port: 5665
icingabeat_api_user: icinga
icingabeat_api_password: icinga
# by default the ssl certificate will be validated, which might is blocking the module from working in a lab environment
icingabeat_api_ssl_verify: "true" # needs to be a string of "true" or "false"
# connect to elasticsearch
icingabeat_elasticsearch_host: localhost
icingabeat_elasticsearch_port: 9200
# still missing the authentification part

Example Playbook

- hosts: icingabeat
  roles:
     - { role: andrelohmann.icingabeat }

License

MIT

Author Information

https://github.com/andrelohmann

About

Install and configure Icingabeat on an existing icinga2 setup

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published