Hi there,
i am using bash script like this:
and i would like to ask you if there is any way how can i check if the file was really send via zabbix sender
Martin
i am using bash script like this:
Code:
for f in $FILES do echo "sending file $f" zabbix_sender -T -c /etc/zabbix/zabbix_agentd.conf -i $f done
Martin
Comment