No description
Find a file
Gerry Demaret 465be67d64
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Fix lint
2026-09-06 12:42:51 +02:00
files video-monitoring: prep for 2023 2022-11-20 10:10:27 +01:00
handlers Fix lint 2026-09-06 12:42:51 +02:00
meta meta: initial import 2026-09-05 11:22:46 +02:00
tasks Fix lint 2026-09-06 12:42:51 +02:00
.ansible-lint Fix lint 2026-09-06 12:42:51 +02:00
.gitignore Fix lint 2026-09-06 12:42:51 +02:00
.woodpecker.yml Fix lint 2026-09-06 12:42:51 +02:00
LICENSE Add docs, lint and CI 2026-09-06 11:22:50 +02:00
README.md Add docs, lint and CI 2026-09-06 11:22:50 +02:00

Ansible role: fosdem-video.monitoring

Ansible role for configuring monitoring on FOSDEM video infrastructure. This role installs and configures monitoring packages including nsca-client, monitoring-plugins, and munin-node for system monitoring and nagios integration.

Role Variables

Available variables are listed below, along with default values (see defaults/main.yml):

Default Configuration

Refer to defaults/main.yml for default configuration variables specific to this role.

Dependencies

None.

Example Playbook

- hosts: servers
  remote_user: root
  roles:
    - { role: fosdem-video.monitoring }

License

MIT