Nico Jansen
Results
2
issues of
Nico Jansen
Some integrations like Slack require the python3-requests module to send notifications. However, this module is not included in the wazuh-manager image. More Information: https://github.com/wazuh/wazuh-docker/issues/788
By default, the Ping-Service uses `fetch` to get the status of the target web application ``` this.fetch("/", { method, cache: "no-cache" }, false) .then(() => { this.status = "online"; })...