sys scriptdΒΆ

sys scriptd(1)		      BIG-IP TMSH Manual		sys scriptd(1)



NAME
       scriptd - Configure the scriptd daemon

MODULE
       sys

SYNTAX
       Configure the scriptd daemon within the sys module using the syntax in
       the following sections.

   MODIFY
	modify scriptd
	  options:
	    log-level [alert | crit | debug | emerg | err | info | notice | warn]
	    max-script-run-time [seconds]

   DISPLAY
	list scriptd
	show running-config scriptd
	  options:
	    all-properties

DESCRIPTION
       You can use the scriptd component to configure the scriptd daemon. The
       scriptd daemon runs app application template implementation scripts
       when an application service is created or updated (see sys application
       template and sys application service).

EXAMPLES
       list scriptd

       Displays scriptd configuration.

       modify scriptd max-script-run-time 120

       Updates the maximum time, in seconds, that a script is allowed to run.

OPTIONS
       log-level
	    Specifies the syslog level at which scriptd will generate log
	    messages.

       max-script-run-time
	    Specifies, in seconds, the maximum amount of time that a script is
	    allowed to run before scriptd will kill the script. The default
	    value is 300. The minimum value is 5.

SEE ALSO
       list, modify, show, sys application template, sys application service,
       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-2012. All rights reserved.



BIG-IP				  2012-04-19			sys scriptd(1)