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

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

NAME
       endpoint-linux-check-process - Manages an Endpoint Linux Check Process agent.

MODULE
       apm policy agent

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

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

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

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

   DELETE
	delete endpoint-linux-check-process [name]

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

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

       list endpoint-linux-check-process
	    Displays a list of Endpoint Linux Check Process agents.

       delete endpoint-linux-check-process MyEndpointWCPagent
	    Deletes the Endpoint Linux 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 Linux Check Process agent to use to verify the
	    processes that are running on the client 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 Linux Check Process agent. This setting is required.

       partition
	    Displays the partition within which the component resides.

SEE ALSO
       endpoint-check-software, endpoint-linux-check-file, endpoint-mac-check-file, endpoint-mac-check-process,
       endpoint-windows-browser-cache-cleaner, endpoint-windows-check-file, endpoint-check-machine-cert, endpoint-
       windows-check-process, endpoint-windows-check-registry, endpoint-windows-group-policy, endpoint-windows-info-
       os, endpoint-machine-info, endpoint-windows-protected-workspace

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-2013. All rights reserved.

BIG-IP						      2013-05-30     apm policy agent endpoint-linux-check-process(1)