Skip to content
Snippets Groups Projects
Verified Commit 2a82570c authored by Peter Bolha's avatar Peter Bolha :ok_hand_tone1:
Browse files

feat: add check saml example to readme

parent ca4be0a5
No related branches found
No related tags found
1 merge request!46Extend check_saml probe
...@@ -102,6 +102,17 @@ For usage instructions, run: ...@@ -102,6 +102,17 @@ For usage instructions, run:
check_saml --help check_saml --help
``` ```
Example:
```sh
python3 check_saml.py
--username "my_username"
--password "my_password"
--username-field "j_username"
--password-field "j_password"
--postlogout-string "Successful logout"
```
### check_user_logins.py ### check_user_logins.py
Check users which login in repeatedly more often than a specified threshold (logins per seconds). Check users which login in repeatedly more often than a specified threshold (logins per seconds).
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment