diff --git a/docs/statuscake-configuration.md b/docs/statuscake-configuration.md index bd0c62bf..75ac93d0 100644 --- a/docs/statuscake-configuration.md +++ b/docs/statuscake-configuration.md @@ -26,6 +26,8 @@ Currently additional Statuscake configurations can be added through these fields | FindString | String to look for within the response | | BasicAuthUser | Required for [basic-authenticationchecks](#basic-auth-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 diff --git a/examples/endpointMonitor/statuscake-config.yaml b/examples/endpointMonitor/statuscake-config.yaml index bf4f64eb..fd006504 100644 --- a/examples/endpointMonitor/statuscake-config.yaml +++ b/examples/endpointMonitor/statuscake-config.yaml @@ -20,4 +20,6 @@ spec: pingUrl: 'https://stakater2.com/' contactGroup: '123456,654321' regions: amsterdam, stockholm + rawPostData: '{"test": "data"}' + userAgent: test-user url: 'https://stakater1.com/'