*** Wartungsfenster jeden ersten Mittwoch vormittag im Monat ***

Skip to content
Snippets Groups Projects
Commit 397a10d8 authored by Moser, Maximilian's avatar Moser, Maximilian
Browse files

Update README for health check tools

parent bd1fdd5b
No related branches found
No related tags found
1 merge request!6Add option to disable SSL verification on check-records.sh
...@@ -12,6 +12,7 @@ In the end, a short summary is shown about how many records were fine and how ma ...@@ -12,6 +12,7 @@ In the end, a short summary is shown about how many records were fine and how ma
### Prerequisites ### Prerequisites
* `bash`
* `jq` * `jq`
* `curl` * `curl`
...@@ -25,4 +26,7 @@ In the end, a short summary is shown about how many records were fine and how ma ...@@ -25,4 +26,7 @@ In the end, a short summary is shown about how many records were fine and how ma
# alternative to above # alternative to above
export BASE_URL=inveniordm.web.cern.ch export BASE_URL=inveniordm.web.cern.ch
./check-records.sh ./check-records.sh
# disable SSL check for local instance
./check-records.sh -k https://localhost
``` ```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment