munin: Plugins sind in munin-contrib verschoben wurden (#248)
Co-authored-by: Michael Grote <michael.grote@posteo.de> Reviewed-on: mg/ansible#248 Co-authored-by: mg <michael.grote@posteo.de> Co-committed-by: mg <michael.grote@posteo.de>
This commit is contained in:
parent
b1be05e876
commit
a364bc1e28
2 changed files with 5 additions and 5 deletions
|
@ -52,15 +52,15 @@
|
|||
- name: kvm_cpu
|
||||
src: https://git.mgrote.net/mg/mirror-munin-contrib/raw/branch/master/plugins/libvirt/kvm_cpu
|
||||
- name: zpool_fragmentation
|
||||
src: https://git.mgrote.net/mg/munin-plugins/raw/branch/master/zpool_fragmentation
|
||||
src: https://git.mgrote.net/mg/mirror-munin-contrib/raw/branch/master/plugins/zfs/zpool_fragmentation
|
||||
- name: proxmox_count
|
||||
src: https://git.mgrote.net/mg/munin-plugins/raw/branch/master/proxmox_count
|
||||
src: https://git.mgrote.net/mg/mirror-munin-contrib/raw/branch/master/plugins/proxmox/proxmox_vm_count
|
||||
config: |
|
||||
[proxmox_count]
|
||||
user root
|
||||
group root
|
||||
- name: zfs_count
|
||||
src: https://git.mgrote.net/mg/munin-plugins/raw/branch/master/zfs_count
|
||||
src: https://git.mgrote.net/mg/mirror-munin-contrib/raw/branch/master/plugins/zfs/zfs_pool_dataset_count
|
||||
- name: ksm_
|
||||
src: https://git.mgrote.net/mg/munin-plugins/raw/branch/master/kernel_same_page_merging
|
||||
- name: fail2ban
|
||||
|
|
|
@ -79,7 +79,7 @@
|
|||
- name: docker_volumes
|
||||
src: https://git.mgrote.net/mg/mirror-munin-contrib/raw/branch/master/plugins/docker/docker_
|
||||
- name: mt_system_crs309
|
||||
src: https://git.mgrote.net/mg/munin-plugins/raw/branch/master/mikrotik/mt_system
|
||||
src: https://git.mgrote.net/mg/mirror-munin-contrib/raw/branch/master/plugins/router/mikrotik_system
|
||||
config: |
|
||||
[mt_system_crs309]
|
||||
user root
|
||||
|
@ -87,7 +87,7 @@
|
|||
env.ssh_password {{ lookup('keepass', 'crs309_munin_user', 'password') }}
|
||||
env.ssh_host 192.168.2.223
|
||||
- name: mt_system_rb5009
|
||||
src: https://git.mgrote.net/mg/munin-plugins/raw/branch/master/mikrotik/mt_system
|
||||
src: https://git.mgrote.net/mg/mirror-munin-contrib/raw/branch/master/plugins/router/mikrotik_system
|
||||
config: |
|
||||
[mt_system_rb5009]
|
||||
user root
|
||||
|
|
Loading…
Reference in a new issue