Updated jamf-panel.yaml

Add jamf pro version extractor
patch-1
idealphase 2022-03-08 22:29:09 +07:00 committed by GitHub
parent 3d00a6c1c9
commit bba904ea87
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 1 deletions

View File

@ -22,4 +22,11 @@ requests:
words:
- "Jamf Pro Login"
- "Jamf Cloud Node"
condition: or
condition: or
extractors:
- type: regex
part: body
group: 1
regex:
- '<meta name=\"version\" content=\"(.*)\">'