├── OSSEC-Wazuh.yaml ├── README.md ├── scripts ├── alerts_by_agent.sh ├── alerts_by_agent_count.sh ├── alerts_by_agent_detailed.sh ├── alerts_by_agent_details.sh ├── wazuh-critical-past-24h.sh ├── wazuh-high-past-24h.sh ├── wazuh-low-past-24h.sh ├── wazuh-medium-past-24h.sh ├── wazuh-ossec-agent-status.sh ├── wazuh-ossec-discovery.pl └── wazuh-ossec-running.sh └── zabbix_agentd.d └── userparameter_ossec-wazuh.conf /OSSEC-Wazuh.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/averydiversifiedtech/ossec-wazuh-manager-zabbix/HEAD/OSSEC-Wazuh.yaml -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/averydiversifiedtech/ossec-wazuh-manager-zabbix/HEAD/README.md -------------------------------------------------------------------------------- /scripts/alerts_by_agent.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/averydiversifiedtech/ossec-wazuh-manager-zabbix/HEAD/scripts/alerts_by_agent.sh -------------------------------------------------------------------------------- /scripts/alerts_by_agent_count.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/averydiversifiedtech/ossec-wazuh-manager-zabbix/HEAD/scripts/alerts_by_agent_count.sh -------------------------------------------------------------------------------- /scripts/alerts_by_agent_detailed.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/averydiversifiedtech/ossec-wazuh-manager-zabbix/HEAD/scripts/alerts_by_agent_detailed.sh -------------------------------------------------------------------------------- /scripts/alerts_by_agent_details.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/averydiversifiedtech/ossec-wazuh-manager-zabbix/HEAD/scripts/alerts_by_agent_details.sh -------------------------------------------------------------------------------- /scripts/wazuh-critical-past-24h.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/averydiversifiedtech/ossec-wazuh-manager-zabbix/HEAD/scripts/wazuh-critical-past-24h.sh -------------------------------------------------------------------------------- /scripts/wazuh-high-past-24h.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/averydiversifiedtech/ossec-wazuh-manager-zabbix/HEAD/scripts/wazuh-high-past-24h.sh -------------------------------------------------------------------------------- /scripts/wazuh-low-past-24h.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/averydiversifiedtech/ossec-wazuh-manager-zabbix/HEAD/scripts/wazuh-low-past-24h.sh -------------------------------------------------------------------------------- /scripts/wazuh-medium-past-24h.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/averydiversifiedtech/ossec-wazuh-manager-zabbix/HEAD/scripts/wazuh-medium-past-24h.sh -------------------------------------------------------------------------------- /scripts/wazuh-ossec-agent-status.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/averydiversifiedtech/ossec-wazuh-manager-zabbix/HEAD/scripts/wazuh-ossec-agent-status.sh -------------------------------------------------------------------------------- /scripts/wazuh-ossec-discovery.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/averydiversifiedtech/ossec-wazuh-manager-zabbix/HEAD/scripts/wazuh-ossec-discovery.pl -------------------------------------------------------------------------------- /scripts/wazuh-ossec-running.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/averydiversifiedtech/ossec-wazuh-manager-zabbix/HEAD/scripts/wazuh-ossec-running.sh -------------------------------------------------------------------------------- /zabbix_agentd.d/userparameter_ossec-wazuh.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/averydiversifiedtech/ossec-wazuh-manager-zabbix/HEAD/zabbix_agentd.d/userparameter_ossec-wazuh.conf --------------------------------------------------------------------------------