Skip to content

Commit

Permalink
Docs and example update
Browse files Browse the repository at this point in the history
  • Loading branch information
matthijswolters-rl committed Oct 3, 2024
1 parent 68f525c commit 65ae645
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/statuscake-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ Currently additional Statuscake configurations can be added through these fields
| BasicAuthUser | Required for [basic-authenticationchecks](#basic-auth-checks) |
| BasicAuthSecret | Allows for an alternate method of adding basic-auth to checks |
| Regions | Regions to execute the check from |
| RawPostData | Add data to change the request to a POST |
| UserAgent | Add a user agent string to the request |


### Basic Auth checks
Expand Down
2 changes: 2 additions & 0 deletions examples/endpointMonitor/statuscake-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,6 @@ spec:
pingUrl: 'https://stakater2.com/'
contactGroup: '123456,654321'
regions: amsterdam, stockholm
rawPostData: '{"test": "data"}'
userAgent: test-user
url: 'https://stakater1.com/'

0 comments on commit 65ae645

Please sign in to comment.