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
0e82f1a5
Commit
0e82f1a5
authored
Apr 21, 2021
by
Marian Babik
Browse files
added walltime to htcondor-ce submissions
parent
1363b878
Changes
1
Hide whitespace changes
Inline
Side-by-side
nagios/config/etf_plugin_cms.py
View file @
0e82f1a5
...
...
@@ -144,7 +144,7 @@ def run(url, ipv6=False):
# special handling for HTCONDOR-CE, no queues
c
.
add
(
'org.sam.CONDOR-JobState-/cms/Role=lcgadmin'
,
hosts
=
(
service
[
0
],),
params
=
{
'args'
:
{
'--resource'
:
'htcondor://%s'
%
service
[
0
],
'--jdl-ads'
:
'
\'
+maxMemory=2000
\'
'
}})
'--jdl-ads'
:
'
\'
+maxMemory=2000
_NL_+maxWallTime=1800
\'
'
}})
continue
ce_resources
=
feed
.
get_ce_resources
(
host
,
flavor
)
if
ce_resources
:
...
...
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