Forum Discussion
Carlos_13563
Cirrus
Jun 17, 2014APM Client Side Checks for Windows and OS X
How can I do a client side check for both Windows & OS X? I already have an Action for "Windows Registry Check" and I want to do a "Mac File Check" on the same Action box.
- Jun 18, 2014
I figured it out. I created a macro with "registry check" and "Mac File Check"
One gotcha is that you have to specify the path, even so the documentation or help doesn't mentioned a path.
kunjan
Nimbostratus
Jun 17, 2014I think you need to call the "MAC file" in the VPE. But you can combine the checking in one.
expr { [mcget {session.windows_check_registry.last.result}] == 1 ||expr { [mcget {session.mac_check_file.last.result}] == 1 } }
After the "MAC file" put an expression to ignore the results returned, until its combined checked later.
I have not tested the behaviour of running mac file check in windows and vice versa. If your intention is to have a common VPE after the client check, using a macro might be a better option, with checking client type first before triggering the client check.
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects