Automatisch Alle Profielen Updaten
Het ‘updateall.php’ commando lijn script stelt u in staat om automatisch al uw Logaholic profielen te updaten met slechts 1 enkel commando. Het update script bevindt zich in de volgende locatie:
[folder]
logaholic/components/MaintenanceScripts/updateall-example.php
[/folder]
[lampje]
U kunt het script aanpassen en een admin email adres opgeven als u op de hoogte gehouden wilt worden elke keer als het script draait.
[/lampje]
[important]
Hernoem het updateall-example.php script naar updateall.php om het script te gebruiken.
[/important]
Dit script mag alleen gedraaid worden vanuit de commando lijn en update alle statistieken voor alle profielen in uw systeem.
Gebruik:
[command]
php -q updateall.php
[/command]
Bijvoorbeeld: In een geplande ‘cron job’, dit commando can ingesteld worden om ieder uur te draaien op minuut 55:
[command]
55 * * * * cd /path_to_your_logaholic/;php -q updateall.php -email
[/command]
[indent]
Opties:
Dit zal een samenvattingen mailen van elk profiel naar de beheerder.
[command]
php -q updateall.php -email
[/command]
Dit zorgt voor alleen een email als er problemen zijn geconstateerd tijdens het updaten.
[command]
php -q updateall.php -emailproblems
[/command]
Dit commando zal de profielname update status terug zetten op ‘no.’
[command]
php -q updateall.php -reset profilename
[/command]
[/indent]
[important]
Wanneer u op Windows draait, pas het script aan om naar de correcte locatie van uw PHP executable te linken (bijvoorbeeld, C:PHPphp-cgi.exe)
[/important]
Gerelateerde Onderwerpen:
[list_icon icon=”circle”]
- Update alle Profielen
- Gebruik Update met geavanceerde Command Line opties (Engles)
- Update Logaholic met behulp van Perl (Engels)
- Data collectie opties in uw Profiel Configuratie
- Instellen van Email Alerts
[/list_icon]