Trying to create an action that runs a script but as soon as i have char åäö in parameter it seems like it fails to run the process, have agent in debuglevel 6 and no error shows up it runs process and it shows PID for it.
I have verified that everything i can think of is utf8
made debug script that logs to file if run Action=debug:/agent/script/ping.sh --message "$1"
$node.executeAgentCommand("debug","test") runs fine and log files are created
$node.executeAgentCommand("debug","testå") is executed according to agent log and gets PID but no logs are created and i can't figure any more deeper way to debug
Running agent 5.2.6 on Debian 12 in docker
if i run script in docker cli it works with åäö only fails when agent runs the script.
Any tips or known issues?
I have verified that everything i can think of is utf8
made debug script that logs to file if run Action=debug:/agent/script/ping.sh --message "$1"
$node.executeAgentCommand("debug","test") runs fine and log files are created
$node.executeAgentCommand("debug","testå") is executed according to agent log and gets PID but no logs are created and i can't figure any more deeper way to debug
Running agent 5.2.6 on Debian 12 in docker
if i run script in docker cli it works with åäö only fails when agent runs the script.
Any tips or known issues?