sys icall istats-triggerΒΆ

sys icall istats-trigger(1)   BIG-IP TMSH Manual   sys icall istats-trigger(1)



NAME
       istats-trigger - Configure an iStats trigger to generate a user defined
       event for the iCall feature on the BIG-IP(r) system.

MODULE
       sys icall

SYNTAX
       Modify the istats-trigger component within the sys icall module using
       the syntax shown in the following sections.

   CREATE/MODIFY
	create istats-trigger [name]
	modify istats-trigger [name]
	 options:
	  description [string]
	  duration [integer]
	  event-name [string]
	  istats-key [string]
	  range-max [integer]
	  range-min [integer]
	  repeat [integer]

	mv istats-trigger [ [ [source-name] [destination-name] ]    |
			    [ [name] to-folder [folder-name] ]	    |
			    [ [name...name] to-folder [folder-name] ] ]
	  options:
	    to-folder

   DISPLAY
	list istats-trigger
	list istats-trigger [ [ [name] | [glob] | [regex] ] ... ]

   DELETE
	delete istats-trigger [name]

DESCRIPTION
       You can create an istats-trigger to automatically generate a Control
       Plane iRules event under the conditions specified in the properties.

EXAMPLES
       mv istats-trigger /Common/my_istats_trigger to-folder /Common/my_folder

       Moves an istats-trigger named my_istats_trigger to a folder named
       my_folder, where my_folder has already been created and exists within
       /Common.

OPTIONS
       description
	    A user defined description of the item.

       duration
	    Duration in seconds. The value "0" means trigger instantly when in
	    range.

       event-name
	    The name of the event that will be generated.

       istats-key
	    Specify the items and thresholds to define when this istats-
	    trigger will generate an event.

       range-max
	    Trigger event only if value is less-than-or-equal to range-max.

       range-min
	    Trigger event only if value is greater-than-or-equal to range-min.
	    Note that if 0 is included in the specified range, then the iStats
	    key must be explicitly initialized with "istats set [key] 0" in
	    order for the trigger to fire.

       repeat
	    Repeat interval in seconds. The value "none" means do not resend
	    the event unless the value falls outside the range and then re-
	    enters it.

       to-folder
	    An istats-trigger can be moved to any folder under /Common, but
	    configuration dependencies may restrict it from moving out of
	    /Common.

SEE ALSO
       create, delete, edit, list, modify, mv, show, sys icall event, sys
       icall event-handler, sys icall script, 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 2009-2013, 2016. All rights
       reserved.



BIG-IP				  2016-03-14	   sys icall istats-trigger(1)