diff --git a/tasks/configure.yml b/tasks/configure.yml index 0fee7f036709bc75e829bb27fe8832f8db02bae2..a8e005d512a680f7655c01d74b2a176cbd01f259 100644 --- a/tasks/configure.yml +++ b/tasks/configure.yml @@ -50,7 +50,7 @@ - "Restart NetData" - name: "Get a list of all health config files" - shell: 'ls /etc/netdata/health.d/*.conf -1' + shell: 'ls /usr/lib/netdata/conf.d/health.d/*.conf -1' register: health_list - name: "Remove all options that prevent clear notifications" diff --git a/tasks/mysql.yml b/tasks/mysql.yml index fd40d73db3b88cf8851bb1641f8184584e74f006..b2fd37e1304340a730b8037906c9da2474fbf959 100644 --- a/tasks/mysql.yml +++ b/tasks/mysql.yml @@ -3,7 +3,7 @@ - name: "Configure Plugin: MySQL" replace: - dest: '/etc/netdata/python.d/mysql.conf' + dest: '/usr/lib/netdata/conf.d/python.d/mysql.conf' regexp: '#[\s]*pass[\s]*:[\s]*''''' replace: 'pass : ''{{ mysql_root_password|default("root") }}''' notify: diff --git a/tasks/silent.yml b/tasks/silent.yml index a8abba8d57c3598c8f3de0fe6f1483c22d4c406c..63ee0081ee0c6dea8caca3bde91ff90ad254939f 100644 --- a/tasks/silent.yml +++ b/tasks/silent.yml @@ -3,7 +3,7 @@ - name: "Make alerts silent" replace: - dest: '/etc/netdata/health.d/{{ item }}.conf' + dest: '/usr/lib/netdata/conf.d/health.d/{{ item }}.conf' regexp: ' to: .*$' replace: ' to: silent' backup: yes