Compare commits

..

No commits in common. "bca5c1993df4d2ed8501557876c51001d3eb1d8d" and "77084ebc49c8aaefbdec1c20ce3d3e8c21d1305b" have entirely different histories.

3 changed files with 0 additions and 38 deletions

View File

@ -1,11 +0,0 @@
#!/usr/bin/env ansible-playbook
# vim:ft=ansible:
---
- hosts: platforms_proxmox-ve-7
roles:
- role: backup
vars:
backup_s3backup_list_extra:
- /etc/pve
backup_time: "Mon *-*-* 02:00:00"
tags: [ backup, common ]

View File

@ -70,32 +70,6 @@
hostgroup: "!role-hypervisor" hostgroup: "!role-hypervisor"
- name: Users - name: Users
command: check_by_ssh!/usr/lib/nagios/plugins/check_users -w 3 -c 5 command: check_by_ssh!/usr/lib/nagios/plugins/check_users -w 3 -c 5
# Device role checks
# hypervisor (which is assumed to be Proxmox)
- name: PVE Unit pve-firewall.service
command: check_by_ssh!/usr/local/bin/monitoring-scripts/check_systemd_unit pve-firewall.service
hostgroup: role-hypervisor
- name: PVE Unit spiceproxy.service
command: check_by_ssh!/usr/local/bin/monitoring-scripts/check_systemd_unit spiceproxy.service
hostgroup: role-hypervisor
- name: PVE Unit pve-ha-crm.service
command: check_by_ssh!/usr/local/bin/monitoring-scripts/check_systemd_unit pve-ha-crm.service
hostgroup: role-hypervisor
- name: PVE Unit pvedaemon.service
command: check_by_ssh!/usr/local/bin/monitoring-scripts/check_systemd_unit pvedaemon.service
hostgroup: role-hypervisor
- name: PVE Unit pvefw-logger.service
command: check_by_ssh!/usr/local/bin/monitoring-scripts/check_systemd_unit pvefw-logger.service
hostgroup: role-hypervisor
- name: PVE Unit pveproxy.service
command: check_by_ssh!/usr/local/bin/monitoring-scripts/check_systemd_unit pveproxy.service
hostgroup: role-hypervisor
- name: PVE Unit pve-cluster.service
command: check_by_ssh!/usr/local/bin/monitoring-scripts/check_systemd_unit pve-cluster.service
hostgroup: role-hypervisor
- name: PVE Unit pvestatd.service
command: check_by_ssh!/usr/local/bin/monitoring-scripts/check_systemd_unit pvestatd.service
hostgroup: role-hypervisor
# Tag-specific checks # Tag-specific checks
# ansible-pull # ansible-pull
- name: Unit ansible-pull.service - name: Unit ansible-pull.service

View File

@ -5,7 +5,6 @@
- import_playbook: playbooks/all.yml - import_playbook: playbooks/all.yml
# Platform configuration # Platform configuration
- import_playbook: playbooks/platforms_ub2004.yml - import_playbook: playbooks/platforms_ub2004.yml
- import_playbook: playbooks/platforms_proxmox-ve-7.yml
# Manufacturer configuration # Manufacturer configuration
- import_playbook: playbooks/manufacturers_raspi.yml - import_playbook: playbooks/manufacturers_raspi.yml
- import_playbook: playbooks/manufacturers_s76.yml - import_playbook: playbooks/manufacturers_s76.yml