Skip to content
Snippets Groups Projects
Commit 10fd2601 authored by jurgenhaas's avatar jurgenhaas
Browse files

Remove redundant mysql monitoring configuration as it gets covered by the...

Remove redundant mysql monitoring configuration as it gets covered by the newly introduced netdata user in mysql db
parent 906036b2
No related branches found
No related tags found
No related merge requests found
......@@ -30,10 +30,6 @@
import_tasks: haproxy.yml
when: groups['proxyserver'] is defined and inventory_hostname in groups['proxyserver']
- name: Import mysql
import_tasks: mysql.yml
when: groups['dbserver_mysql'] is defined and inventory_hostname in groups['dbserver_mysql']
- name: Import silent
import_tasks: silent.yml
......
---
# file: roles/netdata/tasks/mysql.yml
- name: Configure Plugin MySQL
replace:
dest: /usr/lib/netdata/conf.d/python.d/mysql.conf
regexp: '#[\s]*pass[\s]*:[\s]*'''''
replace: 'pass : ''{{ mysql_root_password|default("root") }}'''
notify:
- Restart NetData
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