Skip to content

joaopsoliveira03/wazuh-ntfy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

wazuh-ntfy

NTFY integration on Wazuh

Based on:

Installation

  1. Create the custom-ntfy file for Wazuh Manager: /var/ossec/integrations/custom-ntfy
  2. Give Permissions and Change the Owner of the file: chmod 755 custom-ntfy && chown root:wazuh custom-ntfy
  3. Add a integration entry in the /var/ossec/etc/ossec.conf file:
<integration>
  <name>custom-ntfy</name>
  <hook_url>https://ntfy.sh/alert</hook_url>
  <alert_format>json</alert_format>
</integration>
  1. Restart the Wazuh Manager

Note: I recommend you self-hosting your own NTFY server and configure the rate limiting or perhaps limit this integration for specific rule levels.

About

NTFY integration on Wazuh

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages