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
f7a42eb6
Commit
f7a42eb6
authored
Jul 07, 2016
by
Paschalis Korosoglou
Committed by
GitHub
Jul 07, 2016
Browse files
Merge pull request #72 from dpavlos/nagios_config
Add robot certificate configuration in NCG. Enable msg handler on boot
parents
d0a03c06
e25c82ce
Changes
2
Show whitespace changes
Inline
Side-by-side
roles/monitoring_engine/tasks/main.yml
View file @
f7a42eb6
...
...
@@ -220,3 +220,8 @@
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 @
f7a42eb6
...
...
@@ -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