-
-
Notifications
You must be signed in to change notification settings - Fork 372
Description
Is there an existing issue for this?
- I have searched the existing open and closed issues and I checked the docs https://jokob-sk.github.io/NetAlertX/
The issue occurs in the following browsers. Select at least 2.
- Firefox
- Chrome
- Edge
- Safari (unsupported) - PRs welcome
- N/A - This is an issue with the backend
Current Behavior
While editing the ARP scheduled scan cron expression I fat fingered the config and did not leave a space between the next *
The scanning and loading of the plugins is not robust and this was causing a crash loop where it just continuosly tried to load the plugins.
Should probably be a bit more robust and at least handle bad manually entered values better (maybe overwrite with a default and error message in the case of the cron schedule?)
Expected Behavior
Either stop me entering bad values (cron expressions in particular) or handle bad ones better, maybe by just raising a warning and reverting to the default.
At the very least, don't crash the entire plugin loading sequence and don't loop forever trying to reload a hard error that needs fixing manually.
Steps To Reproduce
Screw up the cron expression for ARP plugin
app.conf
docker-compose.yml
What installation are you running?
Production (netalertx)
app.log
No response
Debug enabled
- I have read and followed the steps in the wiki link above and provided the required debug logs and the log section covers the time when the issue occurs.