diff options
author | marcelloc <marcellocoutinho@gmail.com> | 2012-06-06 13:01:35 -0300 |
---|---|---|
committer | Marcello Coutinho <marcellocoutinho@gmail.com> | 2012-06-06 13:01:35 -0300 |
commit | c533da31d810a5e6e8e96864b6e96271985d423a (patch) | |
tree | abffcb37b79212d66f40fde7752e90061dd150ea /config/squid-reverse/squid.xml | |
parent | 114db1aeaf05bba04efc479d8a0c256ba6d7cfc6 (diff) | |
download | pfsense-packages-c533da31d810a5e6e8e96864b6e96271985d423a.tar.gz pfsense-packages-c533da31d810a5e6e8e96864b6e96271985d423a.tar.bz2 pfsense-packages-c533da31d810a5e6e8e96864b6e96271985d423a.zip |
squid3 - include real time log monitor tab
Diffstat (limited to 'config/squid-reverse/squid.xml')
-rw-r--r-- | config/squid-reverse/squid.xml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/config/squid-reverse/squid.xml b/config/squid-reverse/squid.xml index 2a7771b3..7ca2c1e9 100644 --- a/config/squid-reverse/squid.xml +++ b/config/squid-reverse/squid.xml @@ -99,6 +99,10 @@ <url>/pkg.php?xml=squid_users.xml</url> </tab> <tab> + <text>Real time</text> + <url>/squid_monitor.php</url> + </tab> + <tab> <text>Sync</text> <url>/pkg_edit.php?xml=squid_sync.xml</url> </tab> @@ -194,6 +198,22 @@ <chmod>0755</chmod> <item>http://www.pfsense.org/packages/config/squid-reverse/swapstate_check.php</item> </additional_files_needed> + <additional_files_needed> + <prefix>/usr/local/www/</prefix> + <chmod>0755</chmod> + <item>http://www.pfsense.org/packages/config/squid-reverse/squid_monitor.php</item> + </additional_files_needed> + <additional_files_needed> + <prefix>/usr/local/www/</prefix> + <chmod>0755</chmod> + <item>http://www.pfsense.org/packages/config/squid-reverse/squid_monitor_data.php</item> + </additional_files_needed> + <additional_files_needed> + <prefix>/usr/local/www/</prefix> + <chmod>0755</chmod> + <item>http://www.pfsense.org/packages/config/squid-reverse/squid_log_parser.php</item> + </additional_files_needed> + <fields> <field> <name>Squid General Settings</name> |