Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Anastasios Lisgaras
GitHubHistory
Commits
e25c82ce
Commit
e25c82ce
authored
Jul 07, 2016
by
Pavlos Daoglou
Browse files
Add robot certificate configuration in NCG. Enable msg handler on boot
parent
0661ca18
Changes
2
Hide whitespace changes
Inline
Side-by-side
roles/monitoring_engine/tasks/main.yml
View file @
e25c82ce
...
...
@@ -219,4 +219,9 @@
service
:
name=argo-msg-cache state=started enabled=yes
when
:
lcg_gfal_infosys is defined
tags
:
config
-
name
:
Enable msg-to-handler on boot and start service
service
:
name=msg-to-handler state=started enabled=yes
when
:
lcg_gfal_infosys is defined
tags
:
config
roles/monitoring_engine/templates/ncg.conf.j2
View file @
e25c82ce
...
...
@@ -77,6 +77,9 @@ MYPROXY_SERVER = {{ myproxy_server }}
SEND_TO_DASHBOARD = {{ send_to_dashboard }}
CHECK_HOSTS = {{ check_hosts }}
TENANT = {{ tenant_name|lower }}
ROBOT_CERT=/etc/nagios/globus/robocert.pem
ROBOT_KEY=/etc/nagios/globus/robokey.pem
USE_ROBOT_CERT=1
</Nagios>
</NCG::ConfigGen>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment