Syntax
list remotesysinfo ( string hostname )
Description
remotesysinfo returns the full uname output from the remote system.
The remote host must be configured to run either pmmasterd or pmclientd to respond to this function.
Example
#print the runhost's uname info print(remotesysinfo(runhost))