Syntax
list remoteuserinfo ( string hostname, string username )
Description
remoteuserinfo returns user information for the specified user from the remote host.
The remote host must be configured to run either pmmasterd or pmclientd to respond to this function.
Example
#print root's info on the runhost print( remoteuserinfo(runhost,"root") )