ltm monitor noneΒΆ

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



NAME
       none - Disables monitoring for a node or pool member.

MODULE
       ltm monitor

SYNTAX
       Apply the none monitor using the syntax in the following sections. The
       "none" attribute is indicated when viewing the listed node.

   MODIFY
       modify ltm node [ [ [name] | [glob] | [regex] ] ... ] monitor none

   DISPLAY
       list ltm node monitor

DESCRIPTION
       To disable monitoring on the node or pool member, set the monitor to
       none.

EXAMPLES
       modify ltm pool [name] monitor none

       Apply a none monitor on a pool.

       modify ltm pool members modify { [name] { monitor none } }

       Apply a none monitor on a pool member.

       modify ltm node [name] monitor none

       Apply a none monitor on a node.

       list ltm node monitor

       Displays the monitor applied to all nodes.

       list ltm node [name] monitor

       Displays the monitor applied to a specific node.

       list ltm pool p1 members { all { monitor } }

       Displays the monitor applied to all pools' members.

       list ltm pool [name] members { monitor }

       Displays the monitor applied to a pool's members.

SEE ALSO
       create, delete, edit, glob, list, modify, regex, 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 2008-2010, 2012-2013, 2016. All
       rights reserved.



BIG-IP				  2017-01-20		   ltm monitor none(1)