list remotesysinfo ( string hostname )
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.
#print the runhost's uname info print(remotesysinfo(runhost))
list remoteusergroups ( string hostname, string username )
remoteusergroups returns a list of groups that the specified user belongs to on the remote system.
The remote host must be configured to run either pmmasterd or pmclientd to respond to this function.
# print root's groups on the runhost print(remoteusergroups(runhost,"root"))
list remoteuserinfo ( string hostname, string username )
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.
#print root's info on the runhost print( remoteuserinfo(runhost,"root") )
list remoteuserlist ( string hostname )
remoteuserlist returns the full list of user names on the remote host.
The remote host must be configured to run either pmmasterd or pmclientd to respond to this function.
#print the user list on the runhost print(remoteuserlist(runhost))
© ALL RIGHTS RESERVED. 이용 약관 개인정보 보호정책 Cookie Preference Center