Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
etf
cmssam
Commits
1d594054
Commit
1d594054
authored
Dec 10, 2018
by
Marian Babik
Browse files
config fix
parent
63ce1b91
Changes
1
Hide whitespace changes
Inline
Side-by-side
nagios/config/wlcg_cms.cfg
View file @
1d594054
...
...
@@ -216,78 +216,3 @@ metrics = {
"max_check_attempts" : 4,
},
}
"-x" : "::CMS_PROXY_LCGADMIN",
"--vo-fqan" : "::CMS_FQAN_LCGADMIN",
}
},
"org.globus.GridProxy-Get-/cms/Role=pilot" : {
"extends" : "org.globus.GridProxy-Get",
"interval" : 30,
"args" : {
"-x" : "::CMS_PROXY_PILOT",
"--vo-fqan" : "::CMS_FQAN_PILOT",
}
},
"org.globus.GridProxy-Get-/cms/Role=production" : {
"extends" : "org.globus.GridProxy-Get",
"-x" : "::CMS_PROXY_PROD",
}
},
"org.globus.GridProxy-Valid-/cms/Role=pilot" : {
"extends" : "org.globus.GridProxy-Valid",
"depends" : "org.globus.GridProxy-Get-/cms/Role=pilot",
"args" : {
"-x" : "::CMS_PROXY_PILOT",
}
},
"org.globus.GridProxy-Valid-/cms/Role=lcgadmin" : {
"extends" : "org.globus.GridProxy-Valid",
"depends" : "org.globus.GridProxy-Get-/cms/Role=lcgadmin CMS-certificate-lifetime",
"args" : {
"-x" : "::CMS_PROXY_LCGADMIN",
}
},
"webdav.HTTP-All-/cms/Role=production" : {
"extends" : "webdav.HTTP-All"
},
"org.globus.MyProxy-ProxyLifetime-/cms/Role=production" : {
"extends" : "org.globus.MyProxy-ProxyLifetime",
"args" : {
"-x" : "::CMS_PROXY_PROD"
}
},
"org.globus.MyProxy-ProxyLifetime-/cms/Role=pilot" : {
"extends" : "org.globus.MyProxy-ProxyLifetime",
"args" : {
"-x" : "::CMS_PROXY_PILOT"
}
},
"org.globus.MyProxy-ProxyLifetime-/cms/Role=lcgadmin" : {
"extends" : "org.globus.MyProxy-ProxyLifetime",
"args" : {
"-x" : "::CMS_PROXY_LCGADMIN"
}
},
"org.sam.CONDOR-JobState-/cms/Role=lcgadmin" : {
"extends" : "org.sam.CONDOR-JobState",
"depends" : "org.globus.GridProxy-Valid-/cms/Role=lcgadmin",
"interval" : 15,
"retry_interval" : 15,
"args" : {
"-x" : "::CMS_PROXY_LCGADMIN",
"--vo-fqan" : "::CMS_FQAN_LCGADMIN",
"--add-wntar-nag" : "/usr/libexec/grid-monitoring/probes/org.cms/wnjob/org.cms,/usr/libexec/grid-monitoring/probes/org.cms/wnjob/org.cms.lcgadmin",
}
},
"org.sam.CONDOR-JobState-/cms/Role=pilot" : {
"interval" : 15,
"retry_interval" : 15,
"extends" : "org.sam.CONDOR-JobState",
"depends" : "org.globus.GridProxy-Valid-/cms/Role=pilot",
"args" : {
"-x" : "::CMS_PROXY_PILOT",
"--vo-fqan" : "::CMS_FQAN_PILOT",
"--add-wntar-nag" : "/usr/libexec/grid-monitoring/probes/org.cms/wnjob/org.cms.glexec",
}
},
}
\ No newline at end of file
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