mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2026-09-20 21:05:46 -04:00
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:
1 parent
c7ecbefbaa
commit
9e38cfd8b4
251 files changed
+290
-281
No files matched your search
@@ -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>
|
||||
`);
|
||||
|
||||
Reference in new issue
Block a user