Default alert script path is used only if no other is specified, please double check that you are not actually using config file from some other location
Ad Widget
Collapse
Zabbix Server process not picking up complete server config file
Collapse
X
-
I have confirmed that it is not the result of a specific script,. to confirm it, I created a simple bash script that dumped everything to a local log file.
```
#!/bin/bash
timestamp=`date +%s`
echo $(date +%T)":"$timestamp "param count=$# - param 1: $1 - param 2: $2 - param 3: $3" >> /tmp/simple-script-test.log
```
I will collect all my system stats and vital metrics and create a bug report.
CarlComment
-
I was able to confirm that this was not related to the specific script or service I was using. I ran the same tests and switched out the script that I was using to a new one that dumped the parameters passed to it to a text file. Simply put, echo $1 $2 $3 >> text-file.log
I will put this in a bug report.
Thank you for the help.
Comment
-
Comment