For sending the notification to the Google-Chat channel I am using Execute Command Alarm Callback Everything working fine, I am receiving alerts whenever any alert triggers. But in the same script, I added an echo command that will print the alert triggered time and date along with the variables data and append this into another directory CSV file. The problem is echo command is not working/responding. When I execute the same script directly on the server it’s working fine.
I tried everything but still, the echo command is not working. Don’t know is this a Graylog problem or something else. Could anyone help me with this? Sorry for the silly question.
I need to maintain a sheet that will contain Graylog triggered alerts.
Hi @jan
I am able to run the same script manually on the server. I have already changed the ownership of the directory and file as Graylog user and group but still, it’s not working. The script is working fine till the curl command but after that not able to execute any Linux command.
Is there anything to do with the Execute Command Alarm Callback plugin?