Zabbix template for MISP monitoring
- Import template & value mappings (
template.xml
). - Add "MISP" template to your hosts / groups.
- Install
zabbix_misp.sh
script:
cp zabbix_misp.sh /usr/local/bin/zabbix_misp.sh
chmod a+rx /usr/local/bin/zabbix_misp.sh
- Allow zabbix user to run
zabbix_misp.sh
as root
cp sudoers /etc/sudoers.d/zabbix-misp
- Add MISP specific UserParameters to zabbix-agent:
cp misp.conf /etc/zabbix/zabbix_agentd.d/
- Install dependencies (sudo, jq, ...)
- zabbix 4.0 or newer
- MISP 2.4.118 or newer
- jq installed on your MISP server