Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# connmon

## v3.0.9
### Updated on 2025-Nov-27
## v3.0.10
### Updated on 2025-Dec-02

## About
connmon is an internet connection monitoring tool for AsusWRT Merlin with charts for daily, weekly and monthly summaries.
Expand Down
6 changes: 3 additions & 3 deletions connmon.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
## Forked from https://github.com/jackyaz/connmon ##
## ##
##############################################################
# Last Modified: 2025-Nov-27
# Last Modified: 2025-Dec-02
#-------------------------------------------------------------

############## Shellcheck directives #############
Expand All @@ -36,8 +36,8 @@

### Start of script variables ###
readonly SCRIPT_NAME="connmon"
readonly SCRIPT_VERSION="v3.0.9"
readonly SCRIPT_VERSTAG="25112700"
readonly SCRIPT_VERSION="v3.0.10"
readonly SCRIPT_VERSTAG="25120200"
SCRIPT_BRANCH="develop"
SCRIPT_REPO="https://raw.githubusercontent.com/AMTM-OSR/$SCRIPT_NAME/$SCRIPT_BRANCH"
readonly SCRIPT_DIR="/jffs/addons/$SCRIPT_NAME.d"
Expand Down
4 changes: 2 additions & 2 deletions connmonstats_www.asp
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ p{font-weight:bolder}thead.collapsible-jquery{color:#fff;padding:0;width:100%;bo
<script>

/**----------------------------------------**/
/** Modified by Martinski W. [2025-Nov-16] **/
/** Modified by Martinski W. [2025-Dec-02] **/
/**----------------------------------------**/

var customSettings;
Expand Down Expand Up @@ -586,7 +586,7 @@ function getCookie(e,t){if(null!==cookie.get("conn_"+e)){if("string"===t)return
<option value="minutes" selected>minutes</option>
</select>
<span id="spanxhours" style="color:#FFCC00;">(between 1 and 24)</span>
<span id="spanxminutes" style="color:#FFCC00;">(between 1 and 30, default: 3)</span>
<span id="spanxminutes" style="color:#FFCC00;">(between 1 and 30, default: 5)</span>
</div>
<div id="schcustom">
<div class="schedulesettings">
Expand Down