All Projects → cloudalchemy → ansible-blackbox-exporter

cloudalchemy / ansible-blackbox-exporter

Licence: MIT license
Blackbox prober exporter

Programming Languages

python
139335 projects - #7 most used programming language
Jinja
831 projects

Projects that are alternatives of or similar to ansible-blackbox-exporter

Ansible Node Exporter
Provision basic metrics exporter for prometheus monitoring tool
Stars: ✭ 263 (+338.33%)
Mutual labels:  molecule, prometheus-exporter, tox
ansible-snmp-exporter
Provision SNMP metrics exporter for prometheus monitoring
Stars: ✭ 18 (-70%)
Mutual labels:  molecule, prometheus-exporter, tox
ansible-coredns
Ansible provisioning of CoreDNS
Stars: ✭ 25 (-58.33%)
Mutual labels:  molecule, tox
ansible-fluentd
Provision fluentd log collector
Stars: ✭ 20 (-66.67%)
Mutual labels:  molecule, tox
ansible-role-rsyslog
Install and configure rsyslog on your system.
Stars: ✭ 14 (-76.67%)
Mutual labels:  molecule, tox
Blackbox exporter
Blackbox prober exporter
Stars: ✭ 2,633 (+4288.33%)
Mutual labels:  prometheus-exporter, blackbox-exporter
ansible-role-dns
Install and configure dns on your system.
Stars: ✭ 39 (-35%)
Mutual labels:  molecule, tox
ansible-role-logrotate
Install and configure logrotate on your system.
Stars: ✭ 13 (-78.33%)
Mutual labels:  molecule, tox
ansible-role-tomcat
Install and configure tomcat on your system.
Stars: ✭ 34 (-43.33%)
Mutual labels:  molecule, tox
Ansible Prometheus
Deploy Prometheus monitoring system
Stars: ✭ 758 (+1163.33%)
Mutual labels:  molecule, tox
Ansible Grafana
Platform for analytics and monitoring
Stars: ✭ 340 (+466.67%)
Mutual labels:  molecule, tox
Ansible Alertmanager
Deploy Prometheus Alertmanager service
Stars: ✭ 93 (+55%)
Mutual labels:  molecule, tox
sa-prometheus-exporters
Collection of the preselected prometheus exporters to be installed on a target nodes
Stars: ✭ 17 (-71.67%)
Mutual labels:  prometheus-exporter, blackbox-exporter
ansible-prometheus
Ansible role for the management of Prometheus software and Prometheus exporters
Stars: ✭ 63 (+5%)
Mutual labels:  prometheus-exporter, blackbox-exporter
ansible-role-dsvpn
Install and configure dsvpn on your system.
Stars: ✭ 18 (-70%)
Mutual labels:  molecule, tox
Ansible Role Bootstrap
Prepare your system to be managed by Ansible.
Stars: ✭ 106 (+76.67%)
Mutual labels:  molecule, tox
ansible-role-fail2ban
Install and configure fail2ban on your system.
Stars: ✭ 42 (-30%)
Mutual labels:  molecule, tox
vrops-exporter
Prometheus exporter running python to get metrics out of VMware vRealize Operations
Stars: ✭ 16 (-73.33%)
Mutual labels:  prometheus-exporter
Molecules Dataset Collection
Collection of data sets of molecules for a validation of properties inference
Stars: ✭ 69 (+15%)
Mutual labels:  molecule
pve exporter
Prometheus exporter for Proxmox VE.
Stars: ✭ 31 (-48.33%)
Mutual labels:  prometheus-exporter

blackbox logo

Ansible Role: Blackbox Exporter

Build Status License Ansible Role GitHub tag

Description

Deploy and manage blackbox exporter which allows blackbox probing of endpoints over HTTP, HTTPS, DNS, TCP and ICMP.

Requirements

  • Ansible >= 2.7 (It might work on previous versions, but we cannot guarantee it)
  • gnu-tar on Mac deployer host (brew install gnu-tar)

Role Variables

All variables which can be overridden are stored in defaults/main.yml file as well as in table below.

Name Default Value Description
blackbox_exporter_version 0.18.0 Blackbox exporter package version
blackbox_exporter_web_listen_address 0.0.0.0:9115 Address on which blackbox exporter will be listening
blackbox_exporter_cli_flags {} Additional configuration flags passed to blackbox exporter binary at startup
blackbox_exporter_configuration_modules http_2xx: { prober: http, timeout: 5s, http: '' }

Example

Playbook

- hosts: all
  become: true
  roles:
    - cloudalchemy.blackbox-exporter

Demo site

We provide demo site for full monitoring solution based on prometheus and grafana. Repository with code and links to running instances is available on github and site is hosted on DigitalOcean.

Local Testing

The preferred way of locally testing the role is to use Docker and molecule (v3.x). You will have to install Docker on your system. See "Get started" for a Docker package suitable to for your system. Running your tests is as simple as executing molecule test.

Continuous Intergation

Combining molecule and circle CI allows us to test how new PRs will behave when used with multiple ansible versions and multiple operating systems. This also allows use to create test scenarios for different role configurations. As a result we have a quite large test matrix which can take more time than local testing, so please be patient.

Contributing

See contributor guideline.

Troubleshooting

See troubleshooting.

License

This project is licensed under MIT License. See LICENSE for more details.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].