Skip to content
Snippets Groups Projects
Commit 0fb7fc2e authored by jurgenhaas's avatar jurgenhaas
Browse files

Cleanup

parent cbfd08ab
No related branches found
No related tags found
No related merge requests found
......@@ -15,6 +15,8 @@
- autogen
- automake
- pkg-config
#FireQOS available from 15.04
#- firehol
- name: "Clone NetData"
git:
......@@ -46,3 +48,13 @@
mode=644
delegate_to: localhost
run_once: true
- name: "Configure FireQoS"
template:
src=etc_fireqos_fireqos.conf
dest=/etc/fireqos/fireqos.conf
owner=root
group=root
mode=755
notify:
- "Start FireQoS"
# configure the netdata ports
server_netdata_ports="tcp/19999"
interface eth0 world bidirectional ethernet balanced rate 100Mbit
class arp
match arp
class icmp
match icmp
class dns commit 1Mbit
server dns
client dns
class ntp
server ntp
client ntp
class ssh commit 2Mbit
server ssh
client ssh
class rsync commit 2Mbit max 10Mbit
server rsync
client rsync
class web_server commit 40Mbit
server http
server netdata
class client
client surfing
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment