What's new

Save WEB HISTORY on a synology shared folder

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

corbendallas

Occasional Visitor
Hi everybody,

newcomer on ASUS router and MERLIN firmware, i discovered the wab history page and found it very usefull.

the problem is that the history is not very long.
As we have many devices, i can only see 1 day maximum!

i plan to save history log to my NAS SYNOLOGY but need some help please.

i tried to set a new location in the field :
tools/other settings/traffic monitoring/Save history location (Directory must end with a '/')
like this :
//192.168.X.XXX/shared_folder/folder_name/

but i have this error:
May 15 20:55:36 rstats[18668]: Problem loading /192.168.X.XXX/shared_folder/folder_name/tomato_rstats_1cb72c76c730.gz. Still trying...

i surely miss something but what?!

i may enter login + password to access the NAS but i don't know where and how to put these informations

thanks for your help;)
 
Last edited:
The web history as logged by Trend Micro isn't saved to a file, so you can't keep backups of it.

This is unrelated to the rstats database, which contains just the amount of traffic logged by the router.
 
The Trend Micro code is closed source, and outside of my control.
 
I was seeing the function that shows the WEB HISTORY in the browser is called by the function: "getWebHistory (this.value);" follows the part where it is used?
HTML:
<select id="clientListOption" class="input_option" name="clientList" onchange="getWebHistory(this.value);">
<option value="" selected="">All client</option>
<option value="C4:57:6E:6F:12:78">TV</option><option value="90:02:A9:C0:D8:71">Camera</option><option value="E0:3F:49:E5:21:D0">MULTIMIDIA</option><option value="EC:9A:74:99:77:F1">HP8600</option></select>
Is it that through this function you can not capture the WEB HISTORY?
 
All that function does is ask the web server to feed it data to display. Ultimately the web server gets its data from the closed source code.
 
Is there a package that can do something like this? I need to know date and time and site visited by computer and keep it saved in HD.
 
you can install AB-Solution. It logs all DNS request and saves them for a week. you can copy these to your NAS. This way you'll get more and more details about the visited web sites.
 

Latest threads

Support SNBForums w/ Amazon

If you'd like to support SNBForums, just use this link and buy anything on Amazon. Thanks!

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top