I'm running 1.1 of Zabbix and I just spent about two hours trying to get remote commands to run on a linux system with NO luck.
When running
I get:
Script command:
where "cli.flower" is the host as zabbix knows it.
I also created another action with:
...this yields nothing as well.
I also tried with and without the condition:
Trigger value = "ON"
I have debuglevel set to 4, and none of the remote commands I enter into the actions even show up in the agent logfile. I have a script that is executable by all in /tmp that creates a tmp file in /tmp and nothing is appearing as well.
I'm stumpted!!!
When running
Code:
zabbix_agentd -p
Code:
system.run[echo test] [t|test]
Code:
cli.flower:/tmp/myscr.sh
I also created another action with:
Code:
grp1#/tmp/myscr.sh
I also tried with and without the condition:
Trigger value = "ON"
I have debuglevel set to 4, and none of the remote commands I enter into the actions even show up in the agent logfile. I have a script that is executable by all in /tmp that creates a tmp file in /tmp and nothing is appearing as well.
I'm stumpted!!!

Comment