I have been running a grep command to retrieve data from one of our logs but it appears to have stopped working and I can't figure out why. Meanwhile, I have another command that appears to be working as expected.
The command that's not working: system.run[sudo grep 'block_auth_' /var/log/mail.info]
The command that isn't working: system.run[sudo grep 'prevent_local_forgery' /var/log/mail.info]
I'm getting the error "Not supported by Zabbix Agent" when trying to run the first command.
Any assistance would be appreciated.
The command that's not working: system.run[sudo grep 'block_auth_' /var/log/mail.info]
The command that isn't working: system.run[sudo grep 'prevent_local_forgery' /var/log/mail.info]
I'm getting the error "Not supported by Zabbix Agent" when trying to run the first command.
Any assistance would be appreciated.
Comment