Ad Widget

Collapse

Remote Command

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • dobinhtru
    Junior Member
    • Jan 2010
    • 3

    #1

    Remote Command

    Hi all,

    I added a action name "Test Shutdown" it will shutdown one Computer Name "May111" by Remote Command follow:
    May111:c:\\windows\\system32\\shutdown.exe -r -f

    I don't run remote command although, I have enabled EnableRemoteCommands(EnableRemoteCommands = 1) in the config "zabbix_agentd.conf" file in the Zabbix Agent May111.

    Who can show me the cause and how to use Remote Command in Zabbix?

    Thanks.
  • sbedoya
    Junior Member
    • May 2009
    • 14

    #2
    Hello,

    You have to put:

    May111:c:\windows\system32\shutdown.exe -r -f

    Only with one \.

    Regards,
    Santi

    Comment

    Working...