Compare commits
2 commits
1f8b593172
...
30748be43e
Author | SHA1 | Date | |
---|---|---|---|
30748be43e | |||
b1764f4798 |
1 changed files with 10 additions and 10 deletions
|
@ -24,13 +24,13 @@ apt_packages_extra:
|
||||||
- libnet-dns-perl # für munin: dnsresponse_
|
- libnet-dns-perl # für munin: dnsresponse_
|
||||||
|
|
||||||
### mgrote_user_setup
|
### mgrote_user_setup
|
||||||
dotfiles_vim_vundle_repo_url: http://192.168.2.44:3000/mirrors/Vundle.vim.git
|
dotfiles_vim_vundle_repo_url: http://192.168.2.42:3000/mirrors/Vundle.vim.git
|
||||||
dotfiles:
|
dotfiles:
|
||||||
- user: mg
|
- user: mg
|
||||||
home: /home/mg
|
home: /home/mg
|
||||||
- user: root
|
- user: root
|
||||||
home: /root
|
home: /root
|
||||||
dotfiles_repo_url: http://192.168.2.44:3000/mg/dotfiles
|
dotfiles_repo_url: http://192.168.2.42:3000/mg/dotfiles
|
||||||
|
|
||||||
### mgrote_blocky
|
### mgrote_blocky
|
||||||
blocky_version: v0.23
|
blocky_version: v0.23
|
||||||
|
@ -94,32 +94,32 @@ blocky_custom_lookups: # optional
|
||||||
# kann git.mgrote.net nicht auflösen, deshalb hiermit IP
|
# kann git.mgrote.net nicht auflösen, deshalb hiermit IP
|
||||||
munin_node_plugins:
|
munin_node_plugins:
|
||||||
- name: chrony
|
- name: chrony
|
||||||
src: http://192.168.2.44:3000/Mirror/munin-contrib/raw/branch/master/plugins/chrony/chrony
|
src: https://192.168.2.42:3000/mirrors/munin-contrib/raw/branch/master/plugins/chrony/chrony
|
||||||
- name: systemd_status
|
- name: systemd_status
|
||||||
src: http://192.168.2.44:3000/mg/mirror-munin-contrib/raw/branch/master/plugins/systemd/systemd_status
|
src: http://192.168.2.42:3000/mirrors/munin-contrib/raw/branch/master/plugins/systemd/systemd_status
|
||||||
- name: systemd_mem
|
- name: systemd_mem
|
||||||
src: http://192.168.2.44:3000/mg/mirror-munin-contrib/raw/branch/master/plugins/systemd/systemd_mem
|
src: http://192.168.2.42:3000/mirrors/munin-contrib/raw/branch/master/plugins/systemd/systemd_mem
|
||||||
config: |
|
config: |
|
||||||
[systemd_mem]
|
[systemd_mem]
|
||||||
env.all_services true
|
env.all_services true
|
||||||
- name: lvm_
|
- name: lvm_
|
||||||
src: http://192.168.2.44:3000/mg/mirror-munin-contrib/raw/branch/master/plugins/disk/lvm_
|
src: http://192.168.2.42:3000/mirrors/munin-contrib/raw/branch/master/plugins/disk/lvm_
|
||||||
config: |
|
config: |
|
||||||
[lvm_*]
|
[lvm_*]
|
||||||
user root
|
user root
|
||||||
- name: fail2ban
|
- name: fail2ban
|
||||||
src: http://192.168.2.44:3000/mg/munin-plugins/raw/branch/master/extern/fail2ban
|
src: http://192.168.2.42:3000/mg/munin-plugins/raw/branch/master/extern/fail2ban
|
||||||
config: |
|
config: |
|
||||||
[fail2ban]
|
[fail2ban]
|
||||||
env.client /usr/bin/fail2ban-client
|
env.client /usr/bin/fail2ban-client
|
||||||
env.config_dir /etc/fail2ban
|
env.config_dir /etc/fail2ban
|
||||||
user root
|
user root
|
||||||
- name: dnsresponse_192.168.2.1
|
- name: dnsresponse_192.168.2.1
|
||||||
src: http://192.168.2.44:3000/mg/mirror-munin-contrib/raw/branch/master/plugins/network/dns/dnsresponse_
|
src: http://192.168.2.42:3000/mirrors/munin-contrib/raw/branch/master/plugins/network/dns/dnsresponse_
|
||||||
- name: dnsresponse_192.168.2.37
|
- name: dnsresponse_192.168.2.37
|
||||||
src: http://192.168.2.44:3000/mg/mirror-munin-contrib/raw/branch/master/plugins/network/dns/dnsresponse_
|
src: http://192.168.2.42:3000/mirrors/munin-contrib/raw/branch/master/plugins/network/dns/dnsresponse_
|
||||||
- name: dnsresponse_127.0.0.1
|
- name: dnsresponse_127.0.0.1
|
||||||
src: http://192.168.2.44:3000/mg/mirror-munin-contrib/raw/branch/master/plugins/network/dns/dnsresponse_
|
src: http://192.168.2.42:3000/mirrors/munin-contrib/raw/branch/master/plugins/network/dns/dnsresponse_
|
||||||
config: |
|
config: |
|
||||||
[dnsresponse_*]
|
[dnsresponse_*]
|
||||||
env.site www.heise.de
|
env.site www.heise.de
|
||||||
|
|
Loading…
Reference in a new issue