gtm monitor noneΒΆ

gtm monitor none(1)					BIG-IP TMSH Manual				       gtm monitor none(1)

NAME
       none - A base level NULL monitor used to indicate that no monitoring will be performed.

MODULE
       gtm monitor

SYNTAX
       The none component within the gtm monitor module can be used only with the syntax described in the following sections.

   DISPLAY
	list none
	list none [ [ [name] | [glob] | [regex] ] ... ]
	show running-config none
	show running-config none [ [ [name] | [glob] | [regex] ] ... ]
	  options:
	    all-properties
	    non-default-properties
	    one-line
	    partition

   CREATE/MODIFY/DELETE
       Note: You cannot create a custom monitor based off of the none monitor nor can you modify or delete the existing default
       none monitor.

DESCRIPTION
       The none component is used to configure a GTM pool member that explicitly does not inherit its parent pool's monitor and
       remains un-monitored, regardless of the monitor setting on the parent pool.

EXAMPLES
       create gtm pool a test_pool monitor http members add { test:vs_1 { monitor none } test:vs_2 { } }

       Creates a gtm pool with an http monitor that has two members, vs_1 and vs_2. The pool member vs_1 is configured with the
       none monitor so it does not inherit http monitoring from its parent pool, whereas pool member vs_2 will inherit and use its
       parent's http monitor.

OPTIONS
       Note: While the following options are specified as part of the definition of the none monitor, they cannot be changed since
       the none monitor is used to define the absence of a monitor, not an actual monitor.

       app-service
	    Displays the application service to which the object belongs. The permanent value is none. Note: Regardless if the
	    strict-updates option is enabled, you cannot modify or delete the object; these are unavailable options for the none
	    monitor.

       defaults-from
	    Specifies the name of the monitor from which this monitor inherits settings. The default value is none.

       destination
	    Specifies the IP address and service port of the resource that is the destination of this monitor. The default value
	    is *:6666, also shown as *:ircu-2.

       ignore-down-response
	    Specifies whether this monitor ignores a down response from the system it is monitoring. The default value is
	    disabled.

       interval
	    Specifies the frequency at which the system issues the monitor check. The default value is 0 seconds.

       partition
	    Displays the administrative partition within which the component resides. The default value is Common.

       probe-timeout
	    Specifies the number of seconds after which the BIG-IP(r) system times out the probe request to the BIG-IP system. The
	    default value is 0 seconds.

       time-until-up
	    Specifies the amount of time in seconds after the first successful response before a node is marked up. A value of 0
	    causes a node to be marked up immediately after a valid response is received from the node. The default value is
	    86500.

       timeout
	    Specifies the number of seconds the target has in which to respond to the monitor request. The default value is 0
	    seconds.

       up-interval
	    Specifies, in seconds, the frequency at which the system issues the monitor check when the resource is up. The default
	    value is 0, which specifies that the system uses the value of the interval option whether the resource is up or down.

SEE ALSO
       gtm pool, list, show, tmsh

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

BIG-IP							    2017-08-29					       gtm monitor none(1)