Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
GitHubHistory
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Anastasios Lisgaras
GitHubHistory
Commits
e25c82ce
Commit
e25c82ce
authored
Jul 07, 2016
by
Pavlos Daoglou
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add robot certificate configuration in NCG. Enable msg handler on boot
parent
0661ca18
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
roles/monitoring_engine/tasks/main.yml
roles/monitoring_engine/tasks/main.yml
+5
-0
roles/monitoring_engine/templates/ncg.conf.j2
roles/monitoring_engine/templates/ncg.conf.j2
+3
-0
No files found.
roles/monitoring_engine/tasks/main.yml
View file @
e25c82ce
...
...
@@ -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 @
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