Recent content by kstamand

  1. kstamand

    Asuswrt-Merlin Addon Software Catalog

    How does one get a prefix added for their addon and with addon name in a blue box?
  2. kstamand

    Solved CGI bash script supported?

    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...
  3. kstamand

    Solved CGI bash script supported?

    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?
  4. kstamand

    ModSyslogUI v1.0.2 [UPDATE] - add-on providing System Log page UI filtering capabilities

    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...
  5. kstamand

    ModSyslogUI v1.0.2 [UPDATE] - add-on providing System Log page UI filtering capabilities

    Thanks for the feedback and I have updated post #1
  6. kstamand

    ModSyslogUI v1.0.2 [UPDATE] - add-on providing System Log page UI filtering capabilities

    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...
  7. kstamand

    ModSyslogUI v1.0.2 [UPDATE] - add-on providing System Log page UI filtering capabilities

    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?
  8. kstamand

    ModSyslogUI v1.0.2 [UPDATE] - add-on providing System Log page UI filtering capabilities

    @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...
  9. kstamand

    ModSyslogUI v1.0.2 [UPDATE] - add-on providing System Log page UI filtering capabilities

    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...
  10. kstamand

    ModSyslogUI v1.0.2 [UPDATE] - add-on providing System Log page UI filtering capabilities

    Thanks for testing and getting back to me and the that setting has been corrected in the repo
  11. kstamand

    Help wanted: mapping LAN / ETH ports for MerVLAN device support

    Here you go GT-AX6000) MODEL="GT-AX6000"; ETH_PORTS="eth4 eth3 eth2 eth1 eth5"; LAN_PORT_LABELS="LAN1 LAN2 LAN3 LAN4 LAN5"; MAX_ETH_PORTS=5; WAN_IF="eth0" ;;
  12. kstamand

    ModSyslogUI v1.0.2 [UPDATE] - add-on providing System Log page UI filtering capabilities

    @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?
  13. kstamand

    ModSyslogUI v1.0.2 [UPDATE] - add-on providing System Log page UI filtering capabilities

    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!!
  14. kstamand

    ModSyslogUI v1.0.2 [UPDATE] - add-on providing System Log page UI filtering capabilities

    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...
Back
Top