This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# | |
# The purpose of this script is to regularly send statistics of exim to a Zabbix server | |
# | |
# Updated by RoBo on 2021-03-23 | |
# This is how you can make use of this script: | |
# Enable "ServerActive" option (zabbix_agentd.conf) | |
# Try "Hostname" option (zabbix_agentd.conf) | |
# You need following applications to be installed: |