Ad Widget

Collapse

running application using special user using zabbix agent

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • omid1979
    Member
    • Nov 2016
    • 33

    #1

    running application using special user using zabbix agent

    hi all ,
    I want to enable send command to run application using specific user on my windows server , I am trying to use psexec command send via zabbix_get from zabbix server but when I check process list on my windows sever only psexec processing running and the application that send via psexec is not running on my windows server
    however when I run the command psexec -username admin -password mypass c:\myapp.exe It working find ,
    how can I send psexec command using zabbixget like below?
    because this command running only psexec command without running myapp.exe
    zabbix_get -s 192.168.9.9 -k system.run["psexec.exe -i 0 -u Administrator -p password c:/myapp.exe"]


Working...