From 424ed610fe60fd5557ef1b3f1caa8e487587e945 Mon Sep 17 00:00:00 2001 From: Matthijs Wolters Date: Wed, 2 Oct 2024 14:37:57 +0200 Subject: [PATCH] Docs and example update --- docs/statuscake-configuration.md | 2 ++ examples/endpointMonitor/statuscake-config.yaml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/docs/statuscake-configuration.md b/docs/statuscake-configuration.md index 93490aba..47c70c24 100644 --- a/docs/statuscake-configuration.md +++ b/docs/statuscake-configuration.md @@ -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 diff --git a/examples/endpointMonitor/statuscake-config.yaml b/examples/endpointMonitor/statuscake-config.yaml index 54ab4994..165d53b4 100644 --- a/examples/endpointMonitor/statuscake-config.yaml +++ b/examples/endpointMonitor/statuscake-config.yaml @@ -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/'