diff --git a/cfg/buildprofiles.xml b/cfg/buildprofiles.xml index 047f92d..52922e6 100644 --- a/cfg/buildprofiles.xml +++ b/cfg/buildprofiles.xml @@ -12,7 +12,7 @@ diff --git a/topics/FrontPage.md b/topics/FrontPage.md index 167da88..18e53e6 100644 --- a/topics/FrontPage.md +++ b/topics/FrontPage.md @@ -2,9 +2,11 @@ # Klein document repository -This the Klein document repository. The repository is split in 2 major parts: KleinOps for technical documentation and +This the Klein documentation repository. The repository is split in 2 major parts: KleinOps for technical documentation and KleinArch for family related documents. +NOTE: Personal (non-markdown) documents are stored as pdf in the [Paperless document repository](https://paperless.kleinsense.nl). + Select the subject you're looking for in the left menu bar. ## ___________________ diff --git a/topics/KleinOps/apps/K8s/Notifier.md b/topics/KleinOps/apps/server/Notifier.md similarity index 99% rename from topics/KleinOps/apps/K8s/Notifier.md rename to topics/KleinOps/apps/server/Notifier.md index f9cb65b..7d856db 100644 --- a/topics/KleinOps/apps/K8s/Notifier.md +++ b/topics/KleinOps/apps/server/Notifier.md @@ -29,7 +29,7 @@ Download the files from https://github.com/kleinprojects/wazuh-notify to your se Copy the 2 Python scripts to the /var/ossec/active-response/bin/ folder -``` +``` $ sudo cp /wazuh-*.py /var/ossec/active-response/bin/ ``` @@ -51,7 +51,7 @@ $ sudo chmod uog+rx /var/ossec/active-response/bin/wazuh_notify_module.py Copy the Go executable to the /var/ossec/active-response/bin/ folder -``` +``` $ sudo cp /wazuh-notify /var/ossec/active-response/bin/ ```