27. August 200322 j Hallo, folgendes funktioniert nicht: pxxx:/home/xxx# crontab -l */5 * * * * /usr/bin/wget -a /dev/null -O /dev/null http://xxx.de/tutos/php/check.php 2>/dev/null Wieso nicht? Ich möchte, dass das Skript alle 5 Minuten ausgeführt wird. Der manuelle Aufruf von: /usr/bin/wget -a /dev/null -O /dev/null http://xxx.de/tutos/php/check.php 2>/dev/null funktioniert. System Debian Woody/user root Gruß Jaraz
27. August 200322 j Original geschrieben von Jaraz Hallo, folgendes funktioniert nicht: pxxx:/home/xxx# crontab -l */5 * * * * /usr/bin/wget -a /dev/null -O /dev/null http://xxx.de/tutos/php/check.php 2>/dev/null Gruß Jaraz Hallo. Ich mache das gleiche mit MRTG alle 5 min. Ich habe folgenden Syntax 0,5,10,15,20,25,30,35,40,45,50,55 * * * * /usr/bin/wget -a /dev/null -O /dev/null [url]http://xxx.de/tutos/php/check.php[/url] 2>/dev/null Diese Syntax mit /5 kenne ich gar nicht
27. August 200322 j Hat sich erledigt! Es lag wohl an einem fehlenden Zeilenumbruch während des editierens der crontab. Gruß Jaraz PS: Man kann generell bei jedem Wert einen Divisor angeben.
Archiv
Dieses Thema wurde archiviert und kann nicht mehr beantwortet werden.