From: Arran Cudbard-Bell Date: Thu, 25 May 2023 21:50:53 +0000 (-0400) Subject: radhttpcheck: Should probably just default to status-server out of the box X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fdab9418fe0a4fee25fbf4cc05f9067b164e8d43;p=thirdparty%2Ffreeradius-server.git radhttpcheck: Should probably just default to status-server out of the box --- diff --git a/scripts/health/radhttpcheck/radhttpcheck.yml b/scripts/health/radhttpcheck/radhttpcheck.yml index e1211cee1c6..cf51c0ad9fa 100644 --- a/scripts/health/radhttpcheck/radhttpcheck.yml +++ b/scripts/health/radhttpcheck/radhttpcheck.yml @@ -7,14 +7,12 @@ healthchecks: '/acct': port: 1813 secret: testing123 - type: Accounting-Request + type: Status-Server attributes: - Acct-Session-Id: '0123456789' - Acct-Status-Type: 'Start' NAS-Identifier: 'healthcheck' '/auth': port: 1812 secret: testing123 - type: Access-Request + type: Status-Server attributes: NAS-Identifier: 'healthcheck'