Add website monitoring plugin and update workflows configuration

- Introduced a new plugin for monitoring website health, including functionality to check URLs and log results.
- Created README and configuration files for the workflows plugin, detailing its purpose and settings.
- Updated import paths in various test files to reflect the new directory structure.
- Ensured compatibility of test cases with the updated plugin architecture.
This commit is contained in:
Jokob @NetAlertX committed 2026-08-10 02:32:49 +00:00
1 parent c7ecbefbaa
commit 9e38cfd8b4
251 files changed
+290 -281

No files matched your search

+1 -1
View File
@@ -596,7 +596,7 @@ function createTabContent(pluginObj, assignActive, counts) {
</div>
<div class='plugins-description'>
${getString(`${prefix}_description`)} <!-- Display the plugin description -->
<span><a href="https://github.com/netalertx/NetAlertX/tree/main/front/plugins/${pluginObj.code_name}" target="_blank">${getString('Gen_ReadDocs')}</a></span> <!-- Link to documentation -->
<span><a href="https://github.com/netalertx/NetAlertX/tree/main/server/plugins/${pluginObj.code_name}" target="_blank">${getString('Gen_ReadDocs')}</a></span> <!-- Link to documentation -->
</div>
</div>
`);