We offer you the following set of parameters that can be taken from the SSG DPI:
/var/log/dpi/fastdpi_alert.log
/var/log/messages
system log
You can use Zabbix Agent for monitoring.
Current and final supported version of agent and server is 6.0, Zabbix agent 1 should be used. For newer versions of Zabbix, monitoring will be done via SNMP.
/etc/zabbix/zabbix_agentd.conf
: change the parameters Server=
and ServerActive=
to your server address, hostname=
to the server hostname./var/log/dpi/fastdpi_stat.log
file: chcon unconfined_u:object_r:zabbix_log_t:s0 /var/log/dpi/fastdpi_stat.log
/etc/zabbix/zabbix_agent.d/
directoryssg_userparams.conf
file by replacing the interface number in UserParameter
02-00.0
should be replaced with the interface names of your server!UserParameter=dpi.02-00.0.drops,tac /var/log/dpi/fastdpi_stat.log | sed /'IF 02-00.0'/q | tac | sed -e 1,/'Actual Stats'/d | sed '6!D' | awk '{print $1}' | sed 's/^.//'
systemctl restart Zabbix-agent
UserParameter
.