Health
DPYHEALTHTOOL                                         Linux Programmer's Manual                                         DPYHEALTHTOOL

DESCRIPTION
	dpyhealthtool : Tool used to read Health information. Moreover, it is used to configure several parameters of Health service. 

SYNOPSIS
	dpyhealthtool [-h/ --help]
	dpyhealthtool [-tv / --toolversion]
	dpyhealthtool [-gcs / --getcurrentlist]
	dpyhealthtool [-gpl / --getpendinglist]
	dpyhealthtool [-gdl / --getdevicelist]
	dpyhealthtool [-rns / --reportnewstatus] <key> <value> <priority>
	
OPTIONS
	-h / --help : Print help command information.
	-tv / --toolversion : Print tool version.
	-gcs / --getcurrentlist : Get current status list
	-gpl / --getpendinglist : Get pending status list
	-gdl / --getdevicelist : Get device list
	-rns / --reportnewstatus <key> <value> <priority>: Report new status
	Description:
		<key> : Key of the status to add. Maximum size 30 characters 
		<value> : Value of the key for the new status to add. Maximum size 30 characters
		<priority> : Priority level. Possible values are:
			HIGH   : High priority
			NORMAL : Normal priority
			LOW    : Low priority
			
EXAMPLES
	dpyhealthtool -gcs 
	dpyhealthtool -gpl
	dpyhealthtool -rns	ANTENA_STATUS OK HIGH
	
FILES
	JSON Configuration file : /mntSFS/gmvCNF/health_conf.json

BUGS

SEE ALSO

AUTHORS
	Deepsy Team