Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
servers-config
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Gruppo Sistemisti
servers-config
Commits
8705e031
Commit
8705e031
authored
Jan 22, 2022
by
Mattia Rizzolo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
I moved munin to a new host, update the firewall and munin-node rules
Signed-off-by:
Mattia Rizzolo
<
mapreri@ubuntu.com
>
parent
eb3179ae
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
roles/common/templates/munin/firewall.sh
roles/common/templates/munin/firewall.sh
+1
-1
roles/common/templates/munin/munin-node.conf
roles/common/templates/munin/munin-node.conf
+2
-1
No files found.
roles/common/templates/munin/firewall.sh
View file @
8705e031
...
@@ -2,4 +2,4 @@
...
@@ -2,4 +2,4 @@
# {{ ansible_managed }}
# {{ ansible_managed }}
#
#
cmd4
-A
public_input_tcp
-p
tcp
-s
178.62.47.107
--dport
4949
-j
ACCEPT
cmd4
-A
public_input_tcp
-p
tcp
-s
95.85.2.163
--dport
4949
-j
ACCEPT
roles/common/templates/munin/munin-node.conf
View file @
8705e031
...
@@ -43,7 +43,8 @@ ignore_file \.pod$
...
@@ -43,7 +43,8 @@ ignore_file \.pod$
allow
^
127
\.
0
\.
0
\.
1
$
allow
^
127
\.
0
\.
0
\.
1
$
allow
^::
1
$
allow
^::
1
$
allow
^
178
\.
62
\.
47
\.
107
$
# savidlin.m.o, aka munin.mapreri.org
allow
^
95
\.
85
\.
2
\.
163
$
# kahlan.mapreri.org, aka munin.mapreri.org
allow
^
2
a03
:
b0c0
:
0
:
1010
::
d7
:
d001
$
# also kahlan.m.o
# If you have installed the Net::CIDR perl module, you can use one or more
# If you have installed the Net::CIDR perl module, you can use one or more
# cidr_allow and cidr_deny address/mask patterns. A connecting client must
# cidr_allow and cidr_deny address/mask patterns. A connecting client must
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment