diff options
author | Niklas Yann Wettengel <niyawe@niyawe.de> | 2017-03-18 18:38:46 +0100 |
---|---|---|
committer | Niklas Yann Wettengel <niyawe@niyawe.de> | 2017-03-18 18:38:46 +0100 |
commit | cd31d75443119be6580e91d5a9a3ab7742f875ab (patch) | |
tree | 0d12fe52bbb796969336dae613e66ca5f433aba4 /roles/install_monitoring/files/munin_global_conf | |
parent | 710a210ae6f165c2e3ce165d30d27f189311656b (diff) |
updated setup_fastd.yml
added features:
- fastd-services-api
- install_nginx
- install_monitoring
Diffstat (limited to 'roles/install_monitoring/files/munin_global_conf')
-rw-r--r-- | roles/install_monitoring/files/munin_global_conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/roles/install_monitoring/files/munin_global_conf b/roles/install_monitoring/files/munin_global_conf new file mode 100644 index 0000000..cf418ec --- /dev/null +++ b/roles/install_monitoring/files/munin_global_conf @@ -0,0 +1,6 @@ +[fw_*] + user root + +[if_ens3] + env.speed 1000 + |