Hello,
I try to setup "trap snmp" on my zabbix server. I'am using debian 9.7 with systemd.zabbix_server to start and stop the daemon.
Taking in consideration error message ( in the zabbix documentation ) :
"Cannot stat file "tmp/zabbix_traps.tmp" no such file or directory."
As per the documentation, if systemd parameter PrivateTmp is used, this file is unlikely to work in /tmp. Can it be your case?
Can you please display the outputs from grep PrivateTmp /etc/systemd/ -R?
How can I activate my trap file .tmp ?? I try to put it in another directory but it s the same problem.
Thank you
I try to setup "trap snmp" on my zabbix server. I'am using debian 9.7 with systemd.zabbix_server to start and stop the daemon.
Taking in consideration error message ( in the zabbix documentation ) :
"Cannot stat file "tmp/zabbix_traps.tmp" no such file or directory."
As per the documentation, if systemd parameter PrivateTmp is used, this file is unlikely to work in /tmp. Can it be your case?
Can you please display the outputs from grep PrivateTmp /etc/systemd/ -R?
How can I activate my trap file .tmp ?? I try to put it in another directory but it s the same problem.
Thank you