Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
NetData
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
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
Ansible
Roles
NetData
Commits
f8c75d59
Commit
f8c75d59
authored
6 years ago
by
jurgenhaas
Browse files
Options
Downloads
Patches
Plain Diff
#17
Modify original files with our custom twekas
parent
f4cd6e29
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
tasks/configure.yml
+1
-1
1 addition, 1 deletion
tasks/configure.yml
tasks/mysql.yml
+1
-1
1 addition, 1 deletion
tasks/mysql.yml
tasks/silent.yml
+1
-1
1 addition, 1 deletion
tasks/silent.yml
with
3 additions
and
3 deletions
tasks/configure.yml
+
1
−
1
View file @
f8c75d59
...
...
@@ -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"
...
...
This diff is collapsed.
Click to expand it.
tasks/mysql.yml
+
1
−
1
View file @
f8c75d59
...
...
@@ -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
:
...
...
This diff is collapsed.
Click to expand it.
tasks/silent.yml
+
1
−
1
View file @
f8c75d59
...
...
@@ -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
...
...
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