Skip to content
Snippets Groups Projects
Commit b5dd9b18 authored by Baptiste DE RENZO's avatar Baptiste DE RENZO
Browse files

Add mediache nginx monitoring configuration, Refs #38685

parent 6bd8d667
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -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 }}
......
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