Bonjour,

J'ai une erreur dans mon fichier crontab et je n'arrive pas a voir d'ou ca peut venir ...

Si une bonne ame a une idee d'ou ca vient ?

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
/etc/crontab: system-wide crontab
# Unlike any other crontab you don't have to run the `crontab'
# command to install the new version when you edit this file.
# This file also has a username field, that none of the other crontabs do.
 
SHELL=/bin/sh
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
MAILTO=******
 
# m h dom mon dow user  command
17 *    * * *   root    run-parts --report /etc/cron.hourly
59 15   * * *   root    test -x /usr/sbin/anacron || run-parts --report /etc/cron.daily
47 6    * * 7   root    test -x /usr/sbin/anacron || run-parts --report /etc/cron.weekly
52 6    1 * *   root    test -x /usr/sbin/anacron || run-parts --report /etc/cron.monthly
55 3 * * *      root    /etc/cron.daily/save_all.sh 1>/tmp/backup.log 2>&1
55 2 * * *      root    /etc/cron.daily/save_all3.sh 1>/tmp/backup.log 2>&1
1 * * * *       root    wget -q -O /dev/null http://10.0.0.163/scripts/gestion_clients/importation_client_dossier.php
5 5 * * *       root    wget -q -O /dev/null http://10.0.0.163/scripts/gestion_clients/monagence_export.php
10 * * * *      root    wget -q -O /dev/null http://10.0.0.163/scripts/gestion_clients/date_confirmation.php
15 21 * * *      root    wget -q -O /dev/null http://10.0.0.163/willy/test_recup_monagence.php
45 21 * * *      root    wget -q -O /dev/null http://10.0.0.163/willy/indexation_description.php
15 22 * * *      root    wget -q -O /dev/null http://10.0.0.163/scripts/Dynamo/index.php
45 22 * * *      root    wget -q -O /dev/null http://10.0.0.163/jamal/catalogues/flux_xml_kelkoo.php
15 23 * * *      root    wget -q -O /dev/null http://10.0.0.163/jamal/catalogues/flux_xml_ceto.php
25 17 * * *      root    wget -q -O /dev/null http://10.0.0.163/scripts/stats_voyageurs/index.php
25 11 * * *      root    wget -q -O /dev/null http://10.0.0.163/scripts/stats_voyageurs/index.php
#

Merci