Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
serverdensity
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository 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
Barney Hanlon
serverdensity
Commits
31c30d52
Commit
31c30d52
authored
9 years ago
by
jurgenhaas
Browse files
Options
Downloads
Patches
Plain Diff
SV-49535 Ongoing Ansible IMprovements: improve serverdensitiy alert config
parent
bb73cf7e
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
defaults/main.yml
+2
-0
2 additions, 0 deletions
defaults/main.yml
tasks/main.yml
+2
-2
2 additions, 2 deletions
tasks/main.yml
with
4 additions
and
2 deletions
defaults/main.yml
+
2
−
0
View file @
31c30d52
...
@@ -6,6 +6,8 @@ sd_api_token: ''
...
@@ -6,6 +6,8 @@ sd_api_token: ''
sd_api_cache_file
:
false
sd_api_cache_file
:
false
sd_agent_key
:
'
'
sd_agent_key
:
'
'
sd_logging_level
:
'
info'
sd_logging_level
:
'
info'
sd_alert_cleanup
:
true
sd_force_update
:
true
sd_plugins
:
[]
sd_plugins
:
[]
sd_groups
:
sd_groups
:
apache
:
'
none'
apache
:
'
none'
...
...
This diff is collapsed.
Click to expand it.
tasks/main.yml
+
2
−
2
View file @
31c30d52
...
@@ -5,8 +5,8 @@
...
@@ -5,8 +5,8 @@
local_action
:
local_action
:
serverdensity
serverdensity
api_token={{sd_api_token}}
api_token={{sd_api_token}}
cleanup=
true
cleanup=
{{sd_alert_cleanup}}
force=
true
force=
{{ sd_force_update }}
cache={{sd_api_cache_file}}
cache={{sd_api_cache_file}}
-
name
:
'
ServerDensity
|
Install
Public
Repo
Key'
-
name
:
'
ServerDensity
|
Install
Public
Repo
Key'
...
...
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