]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
radhttpcheck: Add default NAS-Identifier
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Tue, 23 May 2023 23:00:16 +0000 (19:00 -0400)
committerGitHub <noreply@github.com>
Tue, 23 May 2023 23:00:16 +0000 (19:00 -0400)
scripts/health/radhttpcheck/radhttpcheck.yml

index 545cba348673b0165a060a51f9180d3f6939aa47..0a5de4597eb2d2c925267e4a34535c30499067f5 100644 (file)
@@ -11,7 +11,10 @@ endpoints:
     attributes:
       Acct-Session-Id: '0123456789'
       Acct-Status-Type: 'Start'
+      NAS-Identifier: 'healthcheck'
   '/auth':
     port: 1812
     secret: testing123
     type: Access-Request
+    attributes:
+      NAS-Identifier: 'healthcheck'