SQUID: Proxy monitor
-
Any way to keep settings of number of lines in the real time monitor?
If I want to change it from 10 to 200, then where do I do that?
-
Found it.
/usr/local/www/
Edit Squid_monito.php using filemanager or other.
Find
<form id="paramsForm" name="paramsForm" method="post">
| Max lines: |
<select name="maxlines" id="maxlines"><option value="5">5 lines</option> <option value="200" selected="selected">200 lines</option> <option value="15">15 lines</option> <option value="20">20 lines</option> <option value="25">25 lines</option> <option value="100">100 lines</option> <option value="200">200 lines</option></select>|
| String filter: |! to invert the sense of matching, to select non-matching lines.");?>
|</form>
Edit highlighted section from 10 to any other preferred number and refresh the squid monitor page.
Voila!