Hi
I have a mail server and I want to count the amount of emails relayed via my server. I am currently doing this with a script that counts the successful deliveries and then sends the result using zsender. grep -c "string"
Is it possible to do this with logrt ? I only see an option to pass matching text output to the Zabbix server but I would prefer to just count them on the agent's side instead of passing the full string or part.
Thanks in advance
T
I have a mail server and I want to count the amount of emails relayed via my server. I am currently doing this with a script that counts the successful deliveries and then sends the result using zsender. grep -c "string"
Is it possible to do this with logrt ? I only see an option to pass matching text output to the Zabbix server but I would prefer to just count them on the agent's side instead of passing the full string or part.
Thanks in advance
T
Comment