apm policy agent endpoint-mac-check-processΒΆ

apm policy agent endpoint-mac-check-process(1)		BIG-IP TMSH Manual	    apm policy agent endpoint-mac-check-process(1)

NAME
       endpoint-mac-check-process  - Manages an Endpoint Macintosh Check Process agent.

MODULE
       apm policy agent

SYNTAX
       Configure the endpoint-mac-check-process  component within the policy agent module using the following syntax.

   CREATE/MODIFY
	create endpoint-mac-check-process [name]
	modify endpoint-mac-check-process [name]
	  options
	    continuous-check [ true | false ]
	    app-service [[string] | none]
	    expression [ string | none ]

	edit endpoint-mac-check-process [ [ [name] | [glob] | [regex] ] ... ]
	   options:
	     all-properties
	     non-default-properties

   DISPLAY
	list endpoint-mac-check-process
	list endpoint-mac-check-process [ [ [name] | [glob] | [regex] ] ... ]
	show running-config endpoint-mac-check-process
	show running-config endpoint-mac-check-process	[ [ [name] | [glob] | [regex] ] ... ]
	  options:
	    all
	    all-properties
	    app-service
	    current-module
	    non-default-properties
	    one-line
	    partition

   DELETE
	delete endpoint-mac-check-process ([name] | all)

DESCRIPTION
       You can use the endpoint-mac-check-process component to create and manage an Endpoint Macintosh Check Process agent that
       collects information about the Macintosh processes running on the client.

EXAMPLES
       create endpoint-mac-check-process  MyEndpointWCPagent { (bash OR top) AND firefox }
	    Creates the Endpoint Macintosh Check Process agent named MyEndpointWCPagent that checks that the client has either
	    bash or top, and firefox launched.

       list endpoint-mac-check-process
	    Displays a list of Endpoint Macintosh Check Process agents.

       delete endpoint-mac-check-process  MyEndpointWCPagent
	    Deletes the Endpoint Macintosh Check Process agent named MyEndpointWCPagent.

OPTIONS
       app-service
	    Specifies the name of the application service to which the object belongs. The default value is none. Note: If the
	    strict-updates option is enabled on the application service that owns the object, you cannot modify or delete the
	    object. Only the application service can modify or delete the object.

       expression
	    Specifies the expression that you want an Endpoint Macintosh Check Process agent to use to verify the processes that
	    are running on the client in order to allow the access policy to pass. You can use the following operators: AND, OR,
	    NOT, (and).  You can use wildcards in the process name, for example, navapsvc.*.

	    If the check is successful, the system returns 1. If the check fails, the system returns 0.  If the expression is
	    incorrect, the system returns -1.

       continuous-check
	    Continuously check the expression, and end the session if the result changes. The default is false.

       [name]
	    Specifies the name of an Endpoint Macintosh Check Process agent. This setting is required.

       partition
	    Displays the partition within which the component resides.

SEE ALSO
COPYRIGHT
       No part of this program may be reproduced or transmitted in any form or by any means, electronic or mechanical, including
       photocopying, recording, or information storage and retrieval systems, for any purpose other than the purchaser's personal
       use, without the express written permission of F5 Networks, Inc.

       F5 Networks and BIG-IP (c) Copyright 2011-2012. All rights reserved.

BIG-IP							    2012-10-29		    apm policy agent endpoint-mac-check-process(1)