Skip to content

Commit

Permalink
Modify description for access_request key.
Browse files Browse the repository at this point in the history
  • Loading branch information
Laxmikant Chintakindi authored and Laxmikant Chintakindi committed Oct 16, 2024
1 parent ae31fb5 commit d00db5d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ keys:
max: 1000
threshold_failure:
type: int
description: Number of consecutive failed probes before a server is marked as dead
description: Number of consecutive failed probes before a server is marked as dead.
convert_types:
- str
min: 1
Expand All @@ -39,7 +39,7 @@ keys:
- "access-request"
access_request:
type: dict
description: Use RADIUS Access-Request packets as probes.
description: This can only be set when `method` is `access_request`.
keys:
username:
type: str
Expand Down

0 comments on commit d00db5d

Please sign in to comment.