Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
etf
cmssam
Commits
b6909756
Commit
b6909756
authored
Nov 01, 2017
by
Andrea Sciaba
Browse files
Fixed a bug in the renewal of the production proxy
parent
ec4c2a82
Changes
2
Hide whitespace changes
Inline
Side-by-side
nagios/config/etf_plugin_cms.py
View file @
b6909756
...
...
@@ -67,6 +67,8 @@ def run(url):
c
.
add_all
(
SE_METRICS
,
tags
=
[
"SRM"
])
# IPv6
c
.
add
(
"org.cms.DNS-IPv6"
,
tags
=
[
"SRM"
,
"ARC-CE"
,
"GLOBUS"
,
"HTCONDOR-CE"
,
"CREAM-CE"
],
params
=
{
'extends'
:
'check_dig'
})
c
.
add
(
"org.globus.GridProxy-Get-/cms/Role=production"
,
hosts
=
(
"localhost"
,))
c
.
add
(
"org.globus.GridProxy-Valid-/cms/Role=production"
,
hosts
=
(
"localhost"
,))
for
service
in
services
:
host
=
service
[
0
]
...
...
nagios/grid-monitoring-probes-org.cms-etf.spec
View file @
b6909756
...
...
@@ -4,7 +4,7 @@
Summary: WLCG Compliant Probes from %{site}
Name: nagios-plugins-wlcg-org.cms
Version: 1.1.4
6
Version: 1.1.4
7
Release: 1%{?dist}
License: GPL
...
...
@@ -49,6 +49,8 @@ install --directory %{buildroot}/etc/cron.d
/etc/cron.d/cms_glexec
%changelog
* Wed Nov 1 2017 Andrea Sciaba <Andrea.Sciaba@cern.ch> 1.1.47-1.
- Fixed a bug that prevented the renewal of the production proxy
* Mon Oct 30 2017 Andrea Sciaba <Andrea.Sciaba@cern.ch> 1.1.46-1.
- Fixed a configuration bug for the mc test
* Tue Oct 17 2017 Andrea Sciaba <Andrea.Sciaba@cern.ch> 1.1.45-1.
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment