util ihealthΒΆ

util ihealth(1) 					BIG-IP TMSH Manual					   util ihealth(1)

NAME
       ihealth - Run the ihealth utility for the purpose of uploading a new or existent qkview file to ihealth.

MODULE
       util

SYNTAX
	run util ihealth [ -f  ] [ -e  ] [ -l  ]
			 [ -a  ] [ -u  ] [ -p  ]
			 [ -s  ] [ -d  ] [ -n ] [ -h ] [ -C ]
			 [ -x  ] [ -t  ]
			 [ -z  ]

	or

	run util ihealth [ --file= ] [ --existing= ]
			 [ --auth-url= ] [ --api-url= ]
			 [ --user= ] [ --password= ] [ --sr= ]
			 [ --description= ] [ --no-upload ] [ --help ]
			 [ --exclude-cores ] [ --exclude= ]
			 [ --upload-timeout  ] [ --max-file-size  ]

DESCRIPTION
       The ihealth utility runs a menu that allows users to select qkview files or creating a new qkview file for uploading to
       ihealth using DevCentral userid.

OPTIONS
       --file
	    This is the name of the local diagnostics file to use or create.

       --existing
	    This flag can be used to specify to use an existing diagnostics file, rather than create one.

       --auth-url
	    This is an over-ride of the DevCentral login server URL used for connecting to the iHealth diagnostic service.

       --api-url
	    This is an over-ride of the iHealth API service used for storing and processing qkviews.

       --user
	    This is an over-ride of the DevCentral user name stored for connecting to the iHealth diagnostic service.

       --password
	    This is an over-ride of the DevCentral password stored for connecting to the iHealth diagnostic service.

       --description
	    This is a description that is attached to the diagnostics file when uploaded to the iHealth diagnostic service.

       --sr This is a service request number that is attached to the diagnostics file when uploaded to the iHealth diagnostic
	    service.

       --exclude
	    This is an over-ride of the stored exclude settings for limiting files collected by qkview. See qkview for the
	    possible values.

       --exclude-cores
	    This directs qkview to exclude core files from it's data collection.

       --no-upload
	    This directs the iHealth command to skip uploading to the iHealth service.

       --upload-timeout
	    Enter the maximum number of seconds that the upload of qkview to ihealth can take. The default is zero, meaning that
	    no --max-time will be passed to curl for the upload. Useful for cron jobs.

       --max-file-size
	    Enter the maximum file size for log files that qkview will truncate to (0-100MB). Setting it to zero signifies 100MB.
	    The floor is 2048, passing a value less than this will be treated as 2048.

       --help
	    Displays the usage for this command.

SEE ALSO
       run, tmsh, qkview

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

BIG-IP							    2018-05-21						   util ihealth(1)