Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
ansible-public
Manage
Activity
Members
Plan
Redmine
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Analyze
Contributor analytics
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
system
ansible-public
Commits
b5dd9b18
Commit
b5dd9b18
authored
1 year ago
by
Baptiste DE RENZO
Browse files
Options
Downloads
Patches
Plain Diff
Add mediache nginx monitoring configuration, Refs
#38685
parent
6bd8d667
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
roles/mediacache/tasks/main.yml
+16
-0
16 additions, 0 deletions
roles/mediacache/tasks/main.yml
roles/monitor/munin_node/templates/munin_node.conf.j2
+0
-1
0 additions, 1 deletion
roles/monitor/munin_node/templates/munin_node.conf.j2
with
16 additions
and
1 deletion
roles/mediacache/tasks/main.yml
+
16
−
0
View file @
b5dd9b18
...
...
@@ -82,6 +82,22 @@
regexp
:
^(proxy_pass)\s+.*(;)$
replace
:
\1 https://{{ live_domain }}\2
# MONITORING
-
name
:
Ensure /etc/munin/plugin-conf.d/ directory exist
ansible.builtin.file
:
dest
:
/etc/munin/plugin-conf.d
state
:
directory
mode
:
"
750"
-
name
:
Configure mediacache nginx monitoring plugin
ansible.builtin.copy
:
content
:
|
[nginx_ubicast_multi]
env.path_filters *.ts *.m3u8
dest
:
/etc/munin/plugin-conf.d/nginx_ubicast_multi
mode
:
"
644"
# FIREWALL
-
name
:
firewall
...
...
This diff is collapsed.
Click to expand it.
roles/monitor/munin_node/templates/munin_node.conf.j2
+
0
−
1
View file @
b5dd9b18
...
...
@@ -18,7 +18,6 @@ ignore_file %$
ignore_file \.dpkg-(tmp|new|old|dist)$
ignore_file \.rpm(save|new)$
ignore_file \.pod$
ignore_file ^if_(err_)*(veth|docker|br|lxcbr)
host_name {{ inventory_hostname }}.{{ ubicast_customer_name }}
...
...
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