Figured out a solution that didn't require creating my own CGI. Instead, I will take advantage of the native apply.cgi hook to trigger service-event to handler. And I add a single line to the service-event file to call my script handler - because that script handler will get called anytime a...
Exploring options for my modsyslogui addon and wondering if cgi bash scripts, in say /www/user/myaddon/my.cgi, are supported via the routers web server. If yes, is there a working example I can be pointed to for reference or any pointers to help me on my way?
Dropping scribe is a personal choice. Personally, (I'm biased / I know) I prefer the "lightweight" nature of this script and especially the updated capabilities I'm working on (teaser - presets support (add, delete, edit), enhanced help information (non-intrusive), and possibly expanded...
v1.0.3 will properly display the version after an update, but I will wait a few days to see if there are any other simple update requests to include (I already have @maghuro update included).
Regarding auto-update, are you referring to from within amtm using the "u" option or something else? If...
Thanks for the pointer, I didn’t know how to accomplish what @jksmurf was asking. Would using >> exec "$0" "$@" << after the update accomplish the same thing?
@maghuro - if you get the following screenshot error, that is by design.
Please describe what you were expecting or suggest be changed?
I'm assuming the preference is to return to the menu, which is a simple enough change. I was so focused on "functionality", that I missed simple UI behaviors...
v1.0.2 (31-Jan-2026) - Avoid duplicate or conflicting updates
- Update: Added code to check and remove potential duplicate custom mount points used by script
- Update: Added check to preserve user customizations to logFilter.json if / when Update function is run
During different testing...
@Stephen Harrington - I see firmware version 3004.388 in signature. Did you happen to try my add-on and if yes, did the filter options show up on the System Log page as expected?
Actually yes, but probably not for a while yet. I need to gain a little more experience / confidence with asp coding before I'm ready to submit something with that level of functionality for community use.
Suggestions and pointers are welcome and thanks for the questions/input!!
Based on the file @thelonelycoder shared with me, I believe the text string I was using to insert the filtering code to be used on the System Log page doest not exist in the 3004.388 code base. And that led to the page not being updated properly and it messed with the log reading functionality...