@@ -8,11 +8,11 @@ The output of the report is a CSV file with the following columns:
88- Healthy (true or false)
99- lag\_ time (in "P#DT#H#M#S" format. See below for an explanation)
1010
11- The lag\_ time format always starts with the letter 'P' and if the lag time is more than 24 hours it is followed by
12- a number and the letter 'D'. The number is the number of days. The next character is always a 'T' and is followed by
13- a number, letter pairs, where the letter is either an 'H', 'M', or 'S'. If the letter is 'H' then number before it is
14- the number of hours. If the letter is 'M' then number before it is the number of minutes. If the letter is 'S' then
15- number before it is the number of seconds. For example, 'P1DT2H3M4S' represents 1 day, 2 hours, 3 minutes, and 4 seconds.
11+ The lag\_ time format is an ASCII string that always starts with the letter 'P' and if the lag time is more than 24 hours it is followed by
12+ a number and the letter 'D'. The number represents the number days. The next character is always a 'T' and is followed by
13+ number/ letter pairs, where the letter is either an 'H', 'M', or 'S'. If the letter is 'H' then the number before it represents
14+ the number of hours. If the letter is 'M' then the number before it represents the number of minutes. If the letter is 'S' then
15+ the number before it represents the number of seconds. For example, 'P1DT2H3M4S' represents 1 day, 2 hours, 3 minutes, and 4 seconds.
1616
1717## Requirements
1818- jq - A lightweight and flexible command-line JSON processor. Installation instructions can be found [ here] ( https://jqlang.github.io/jq/download/ )
@@ -31,7 +31,7 @@ The format of the file should be:
3131```
3232file_system_id,secret_name
3333```
34- NOTE: Do not add any spaces before or after the file\_ system\_ id or secret\_ name.
34+ : warning : ** NOTE:** Do not add any spaces before or after the file\_ system\_ id or secret\_ name.
3535
3636Each secret should have two ` keys ` :
3737| Key | Value |
0 commit comments