munin: apc_pwr nur bei pve2 (#120)

munin: apc_pwr nur bei pve2

Co-authored-by: Michael Grote <michael.grote@posteo.de>
Reviewed-on: mg/ansible#120
Co-Authored-By: mg <mg@noreply.git.mgrote.net>
Co-Committed-By: mg <mg@noreply.git.mgrote.net>
This commit is contained in:
Michael Grote 2021-06-19 21:26:19 +02:00
parent fc88991065
commit 84e1d81384
2 changed files with 35 additions and 2 deletions

View file

@ -25,7 +25,6 @@
- name: zpool_capacity - name: zpool_capacity
- name: kvm_mem - name: kvm_mem
- name: kvm_net - name: kvm_net
- name: apcupsd_pwr
munin_node_config: { munin_node_config: {
"apc_nis": { "apc_nis": {
"env.host": "pve2.grote.lan", "env.host": "pve2.grote.lan",
@ -43,7 +42,6 @@
- remote_src: https://git.mgrote.net/mg/munin-plugins/raw/branch/master/zpool_capacity - remote_src: https://git.mgrote.net/mg/munin-plugins/raw/branch/master/zpool_capacity
- remote_src: https://git.mgrote.net/mg/munin-plugins/raw/branch/master/kvm_mem - remote_src: https://git.mgrote.net/mg/munin-plugins/raw/branch/master/kvm_mem
- remote_src: https://git.mgrote.net/mg/munin-plugins/raw/branch/master/kvm_net - remote_src: https://git.mgrote.net/mg/munin-plugins/raw/branch/master/kvm_net
- remote_src: https://git.mgrote.net/mg/munin-plugins/raw/branch/master/apcupsd_pwr
# Ansible Variablen # Ansible Variablen
### sudo ### sudo

View file

@ -239,9 +239,44 @@
frequent_period: '0' frequent_period: '0'
autosnap: 'yes' autosnap: 'yes'
autoprune: 'yes' autoprune: 'yes'
### mgrote.cv4pve-autosnap ### mgrote.cv4pve-autosnap
cv4pve_api_user: root@pam!cv4pve-autosnap cv4pve_api_user: root@pam!cv4pve-autosnap
cv4pve_api_token: "{{ lookup('keepass', 'cv4pve_api_token', 'password') }}" cv4pve_api_token: "{{ lookup('keepass', 'cv4pve_api_token', 'password') }}"
cv4pve_vmid: all,-109,-158,-112 cv4pve_vmid: all,-109,-158,-112
cv4pve_keep_snapshots: 1 cv4pve_keep_snapshots: 1
cv4pve_dl_link: "https://github.com/Corsinvest/cv4pve-autosnap/releases/download/v1.10.0/cv4pve-autosnap-linux-x64.zip" cv4pve_dl_link: "https://github.com/Corsinvest/cv4pve-autosnap/releases/download/v1.10.0/cv4pve-autosnap-linux-x64.zip"
### geerlingguy.munin-node
munin_node_plugins:
- name: chrony
- name: systemd_status
- name: lvm_
- name: apc_nis
- name: hddtemp_smartctl
- name: zpool_iostat
- name: zfsonlinux_stats_
- name: zfs_arcstats
- name: zfs_list
- name: zpool_capacity
- name: kvm_mem
- name: kvm_net
- name: apcupsd_pwr
munin_node_config: {
"apc_nis": {
"env.host": "pve2.grote.lan",
"env.port": "3551"
}
}
munin_node_install_plugins: # in eigenes Repo gesichert
- remote_src: https://git.mgrote.net/mg/munin-plugins/raw/branch/master/chrony
- remote_src: https://git.mgrote.net/mg/munin-plugins/raw/branch/master/lvm_
- remote_src: https://git.mgrote.net/mg/munin-plugins/raw/branch/master/systemd_status
- remote_src: https://git.mgrote.net/mg/munin-plugins/raw/branch/master/zfs_arcstats
- remote_src: https://git.mgrote.net/mg/munin-plugins/raw/branch/master/zfsonlinux_stats_
- remote_src: https://git.mgrote.net/mg/munin-plugins/raw/branch/master/zpool_iostat
- remote_src: https://git.mgrote.net/mg/munin-plugins/raw/branch/master/zfs_list
- remote_src: https://git.mgrote.net/mg/munin-plugins/raw/branch/master/zpool_capacity
- remote_src: https://git.mgrote.net/mg/munin-plugins/raw/branch/master/kvm_mem
- remote_src: https://git.mgrote.net/mg/munin-plugins/raw/branch/master/kvm_net
- remote_src: https://git.mgrote.net/mg/munin-plugins/raw/branch/master/apcupsd_pwr