Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
NetData
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Ansible
Roles
NetData
Commits
0fb7fc2e
Commit
0fb7fc2e
authored
8 years ago
by
jurgenhaas
Browse files
Options
Downloads
Patches
Plain Diff
Cleanup
parent
cbfd08ab
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
tasks/main.yml
+12
-0
12 additions, 0 deletions
tasks/main.yml
templates/etc_fireqos_fireqos.conf
+32
-0
32 additions, 0 deletions
templates/etc_fireqos_fireqos.conf
with
44 additions
and
0 deletions
tasks/main.yml
+
12
−
0
View file @
0fb7fc2e
...
...
@@ -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"
This diff is collapsed.
Click to expand it.
templates/etc_fireqos_fireqos.conf
0 → 100644
+
32
−
0
View file @
0fb7fc2e
# configure the netdata ports
server_netdata_ports
=
"tcp/19999"
interface
eth0
world
bidirectional
ethernet
balanced
rate
100
Mbit
class
arp
match
arp
class
icmp
match
icmp
class
dns
commit
1
Mbit
server
dns
client
dns
class
ntp
server
ntp
client
ntp
class
ssh
commit
2
Mbit
server
ssh
client
ssh
class
rsync
commit
2
Mbit
max
10
Mbit
server
rsync
client
rsync
class
web_server
commit
40
Mbit
server
http
server
netdata
class
client
client
surfing
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment