nrpe

Название роли

Установить и настроить NRPE

Требования

Нет, так как пакет nrpe будет установлен.

Переменные роли

Переменные по умолчанию заданы в файле defaults/main.yml.

Зависимости

Нет зависимости от других ролей Ansible Galaxy.

Пример плейбука

---
- hosts: servers
  vars:
    nrpe_server_allowed_hosts:
      - 10.0.10.0/24
      - 10.0.11.2
      - 127.0.0.1
    nrpe_plugin_packages:
      - nagios-plugins-disk
      - nagios-plugins-nagios
      - nagios-plugins-users
    nrpe_command:
      check_disk_all:
        script: check_disk
        option: -w 80 -c 90
      check_users:
        script: check_users2
        option: -w 1 -c 1
      check_nagios:
        script: check_nagios
        option: -F /var/log/nagios/nagios.log -e 15 -C nagios
  roles:
    - { role: hspaans.nrpe, become: true }

Лицензия

MIT

Информация об авторе

Эта роль была создана в 2020 году Хансом Спансом.

О проекте

Ansible Role for NRPE

Установить
ansible-galaxy install hspaans/ansible-role-nrpe
Лицензия
mit
Загрузки
11819
Владелец
GitBiz evangelist that follows the enlightenment path of CI/CD towards NoOps.