Ad Widget

Collapse

Problem starting a windows service with an action

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Ismael Medina
    Junior Member
    • Mar 2007
    • 15

    #1

    Problem starting a windows service with an action

    I'm testing Zabbix features, now I'm trying to execute a remote command but I have an issue.

    I have a trigger that fires when a zero value is returned by a user parameter that is a program at the client side, it has been sending data to zabbix without any problems

    The trigger name is {HOSTNAME}-wr_inventory
    Expression is {win-svrsoptec:wr_inventory.last(0)} = 0

    I created an action linked to this trigger but it's doesn't do nothing, the trigger depends on this conditions

    Trigger description like "win-svrsoptec-wr_inventory"
    Trigger value = "ON"

    and it fires this remote command

    win-svrsoptec:C:\WINDOWS\system32\net.exe start telnet > output.txt

    Could any help me???.

    The zabbix service runs under "Local System" acount and it's listening fine 'couse it calls my user parameter.

    Thanks in advance
Working...