Wazuh
Parny | Wazuh Integration Guide
Parny supports direct integration with Wazuh alerts. Wazuh is a network and system monitoring tool that can create alarms to detect and prevent potential problems. This documentation explains how to redirect alarms created in Wazuh to a webhook using Parny.
Parny Settings
Go to the Parny interface.
Navigate to the "Services" section of your organization.
Click on the "New Services" option in the upper right corner.
Enter the relevant service name.
Service Name Usage: The service name here is independent of the structure and can be chosen according to the preferences of the organization.
Select Wazuh from the list of integrations.
Click "Add".
After the service is created, the following screen will appear.

You can now click on the token section of your service and copy your Wazuh Webhook URL.
Wazuh Configuration
Access the
ossec.conf
file located at/var/ossec/etc
on the Wazuh manager.
Add the integration as shown, and replace
your_parny_service_token_here
with the token you copied in the first step:
Under
/var/ossec/integrations
, create a Python file namedcustom-parny-integration
and paste the provided code.
Ensure Python 3+ and pip are installed:
sudo apt-get install python3 python3-pip
Install the
requests
library with pip:
pip3 install requests
Restart the Wazuh manager. Depending on your system:
For systemd:
systemctl restart wazuh-manager
For sysv init:
service wazuh-manager restart
With these settings, your Wazuh alarms will be forwarded to Parny, allowing you to manage them alongside your other alerts within your organization's Parny interface.
Check out these other integrations
Seamlessly use your preferred tools for unified work, start to finish.