Difference between revisions of "User:Phil101"

From SME Server
Jump to navigationJump to search
(French translation in progress)
 
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Languages|Sarg}}
+
I am a french canadian user since e-smith version 4.
== Sarg pour SME Server ==
 
  
=== Maintainer ===
+
I live in St-Jean sur Richelieu in Québec and use smeserver at home.  
[mailto:stephdl@de-labrusse.fr Stéphane de Labrusse] AKA [[User:Stephdl|Stephdl]]<br />
 
  
[http://www.dungog.net Dungog] (Software)
+
You can join me at pdesrosier (@) aei (.) ca
  
=== Description ===
+
  === My Sandbox ===
 +
    [[Sandbox]]
 +
    [[UPS Sandbox]]
  
[http://sarg.sourceforge.net/ Sarg] génere un rapport détaillée à partir du serveur web proxy Squid.
+
  === Mes liens pour les wikis ===
  
=== Installation ===
 
====pour sme8====
 
This contrib can be found in the smecontribs repository.
 
yum --enablerepo=smecontribs install smeserver-sarg
 
  
No need to reboot.
+
http://wiki.contribs.org/Help:Formatting
  
Open yourserver/server-manager in a web browser
+
http://wiki.contribs.org/Category:Template
  
Administration > SARG reports
+
http://wiki.contribs.org/Help:Tables
  
====for sme9====
+
http://wiki.contribs.org/Help:Variables
You need to activate '''[[Stephdl]]'''
 
db yum_repositories set stephdl repository \
 
    BaseURL http://mirror.de-labrusse.fr/smeserver/\$releasever \
 
    EnableGroups no \
 
    GPGCheck yes \
 
    Name "Mirror de Labrusse" \
 
    GPGKey http://mirror.de-labrusse.fr/RPM-GPG-KEY \
 
    Visible yes \
 
    status disabled
 
and
 
signal-event yum-modify
 
  
then
 
yum --enablerepo=stephdl install smeserver-sarg
 
signal-event sarg-update
 
config set UnsavedChanges no
 
  
No need to reboot.
+
=== Mes liens pour les test de bugs ===
  
Open yourserver/server-manager in a web browser
 
  
Administration > SARG reports
+
http://wiki.contribs.org/Bugzilla_Help#Verifying_Bugs
  
=== Uninstall ===
 
rpm -e  sarg smeserver-sarg
 
  
=== Additional information ===
+
=== headertabs ====
  
http://sarg.sourceforge.net/sarg.php
+
Header tabs on pages can only be used ONCE!
 +
= First section header =
 +
This will be displayed on the first tab
 +
{{#switchtablink:Second section header|Click here to go to the next tab...}}
 +
= Second section header =
 +
This will be displayed on the second tab
 +
=Third section header=
 +
This will be displayed on the Third tab
 +
<headertabs/>
  
smeserver-sarg was was originally developed by Michel Van hees aka Master Sleepy,
+
=Fourth section header=
http://www.vanhees.cc Thanks Michel
+
This will be always displayed under the tab view
 
+
because it's below the <headertabs/> tag.
==== User Identification ====
 
 
 
Enable Squid authentication for users to be correctly logged, see http://wiki.contribs.org/Dansguardian#Configuring_Proxy_to_use_Auth_login
 
 
 
==== Dansguardian ====
 
set sarg to use dansguardian logs
 
/usr/bin/sarglog dansguardian
 
 
 
also set dansguardian to save logs in squid format<br>
 
edit /etc/dansguardian/dansguardian.conf and change following value:
 
logfileformat = 3
 
logs in dansguardian format are ignored, (you may need to force a rotation)
 
 
 
==== Sarg Options ====
 
optional settings for sarg, first option is default
 
config setprop sarg language [English|Dutch|French|German|Spanish|Italian|...]
 
config setprop sarg values [bytes|abbreviation]
 
config setprop sarg logfile [squid|dansguardian]
 
config setprop sarg lastlog [0|365|num.of.days.to.keep.logs]
 
 
 
expand-templates with
 
/usr/bin/sarglog
 
 
 
===Troubleshooting===
 
 
 
The first time you try to run reports from the Sarg server manager panel, you may receive errors,  saying their is no data available.
 
 
 
Run the following commands to update sarg from the log files.
 
/usr/bin/sarg
 
/etc/cron.daily/sarg
 
/etc/cron.weekly/sarg
 
/etc/cron.monthly/sarg
 
 
 
=== Bugs ===
 
Please raise bugs under the SME-Contribs section in {{BugzillaFileBug|product=|component=|title=bugzilla}}and select the smeserver-sarg component or use {{BugzillaFileBug|product=SME%20Contribs|component=smeserver-sarg|title=this link}}.
 
 
 
=== Tested software versions ===
 
* Host: SME Server v7.2, v7.5.1
 
* Installed: smeserver-sarg 2.2.1-6.el4.sme
 
* Dependency Installed: sarg 2.2.3.1-1.el4.rf
 
* Dependency Installed: gd 2.0.28-5.4E.el4_8.1
 
 
 
----
 
 
 
[[Category: Contrib]]
 
[[Category: Dungog]]
 
[[Category: Administration:Monitoring]]
 

Latest revision as of 20:01, 15 February 2015

I am a french canadian user since e-smith version 4.

I live in St-Jean sur Richelieu in Québec and use smeserver at home.

You can join me at pdesrosier (@) aei (.) ca

 === My Sandbox ===
    Sandbox
    UPS Sandbox
 === Mes liens pour les wikis ===


http://wiki.contribs.org/Help:Formatting

http://wiki.contribs.org/Category:Template

http://wiki.contribs.org/Help:Tables

http://wiki.contribs.org/Help:Variables


=== Mes liens pour les test de bugs ===


http://wiki.contribs.org/Bugzilla_Help#Verifying_Bugs


=== headertabs ====

Header tabs on pages can only be used ONCE!

[edit]

This will be displayed on the first tab Click here to go to the next tab...

This will be displayed on the second tab

This will be displayed on the Third tab

Fourth section header

This will be always displayed under the tab view

because it's below the

tag.