I tried adding a new user parameter to the config file on one of my servers today, but the service is refusing to start with the user parameter in the config and I am not sure why. When I comment the line out in my config it the agent starts just fine so I know that it has something to do with the way it is written. Here is a full copy of the line that is causing the issue
Any help is appreciated.
Code:
Userparameter=speedtest[*], grep $1 /etc/zabbix/bin/speedtest.txt | cut -d ' ' -f 2
Comment