Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
etf
cmssam
Commits
fd2654f9
Commit
fd2654f9
authored
Sep 30, 2020
by
Marian Babik
Browse files
added latency limit and API
parent
eba680c3
Changes
2
Show whitespace changes
Inline
Side-by-side
docker/etf-cms/config/cms_checks.cfg
View file @
fd2654f9
...
...
@@ -25,7 +25,7 @@ metrics = {
checks = [
[ 'localhost', "CMS VO feed", {"extends": "check_http", "args" : {"-u" : "/cmssst/vofeed/vofeed.xml", "-H" : "cmssst.web.cern.ch", "-t" : 60, "-s" : '"CMS Topology Information"', "--onredirect" : "follow"}} ],
[ 'localhost', "ETF Livestatus Stats", {"extends": "check_live", "args": {"--pattern": "org.cms", "--delay-crit": 310}} ],
[ 'localhost', "ETF Livestatus Stats", {"extends": "check_live", "args": {"--pattern": "org.cms", "--delay-crit": 310
, "--api": ""
}} ],
[ 'localhost', "org.globus.GridProxy-Valid-/cms/Role=production" ],
[ 'localhost', "org.globus.GridProxy-Valid-cms" ],
]
\ No newline at end of file
docker/etf-cms/config/cms_checks_v6.cfg
View file @
fd2654f9
...
...
@@ -25,7 +25,7 @@ metrics = {
checks = [
[ 'localhost', "CMS VO feed", {"extends": "check_http", "args" : {"-u" : "/cmssst/vofeed/vofeed.xml", "-H" : "cmssst.web.cern.ch", "-t" : 60, "-s" : '"CMS Topology Information"', "--onredirect" : "follow"}} ],
[ 'localhost', "ETF Livestatus Stats", {"extends": "check_live", "args": {"--pattern": "org.cms"}} ],
[ 'localhost', "ETF Livestatus Stats", {"extends": "check_live", "args": {"--pattern": "org.cms"
, "--delay-crit": 310, "--api": ""
}} ],
[ 'localhost', "org.globus.GridProxy-Valid-/cms/Role=production" ],
[ 'localhost', "org.globus.GridProxy-Valid-cms" ],
]
\ 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