Bonjour à tous
Dans les logs de cron j'ai une tâche sur iptables qui se lance toutes les minutes. Voici les logs :
17:31:00 fcron Job /sbin/iptables -L -v -n -t nat > /home/httpd/html/iptablesnat.txt started for user root (pid 14412)
17:32:00 fcron Job /sbin/iptables -L -v -n > /home/httpd/html/iptables.txt started for user root (pid 14417)
17:32:00 fcron Job /sbin/iptables -L -v -n -t nat > /home/httpd/html/iptablesnat.txt started for user root (pid 14419)
17:33:00 fcron Job /sbin/iptables -L -v -n > /home/httpd/html/iptables.txt started for user root (pid 14423)
17:33:00 fcron Job /sbin/iptables -L -v -n -t nat > /home/httpd/html/iptablesnat.txt started for user root (pid 14424)
17:34:00 fcron Job /sbin/iptables -L -v -n > /home/httpd/html/iptables.txt started for user root (pid 14429)
17:34:00 fcron Job /sbin/iptables -L -v -n -t nat > /home/httpd/html/iptablesnat.txt started for user root (pid 14431)
17:35:00 fcron Job /usr/local/bin/timecheck > /dev/null 2>&1 started for user root (pid 14438)
17:35:00 fcron Job [ -f "/var/ipcop/red/active" ] && /usr/local/bin/setddns.pl >/var/log/dynupdate.log 2>&1 started for user root (pid 14441)
17:35:00 fcron Job /usr/local/bin/makegraphs >/dev/null started for user root (pid 14439)
17:35:00 fcron Job /usr/local/bin/blacklistcheck > /dev/null started for user root (pid 14444)
17:35:00 fcron Job /sbin/iptables -L -v -n > /home/httpd/html/iptables.txt started for user root (pid 14445)
17:35:00 fcron Job /sbin/iptables -L -v -n -t nat > /home/httpd/html/iptablesnat.txt started for user root (pid 14452)
17:36:00 fcron Job /sbin/iptables -L -v -n > /home/httpd/html/iptables.txt started for user root (pid 14466)
17:36:00 fcron Job /sbin/iptables -L -v -n -t nat > /home/httpd/html/iptablesnat.txt started for user root (pid 14467)
17:37:00 fcron Job /sbin/iptables -L -v -n > /home/httpd/html/iptables.txt started for user root (pid 14474)
17:37:00 fcron Job /sbin/iptables -L -v -n -t nat > /home/httpd/html/iptablesnat.txt started for user root (pid 14476)
17:38:00 fcron Job /sbin/iptables -L -v -n > /home/httpd/html/iptables.txt started for user root (pid 14481)
17:38:00 fcron Job /sbin/iptables -L -v -n -t nat > /home/httpd/html/iptablesnat.txt started for user root (pid 14482)
17:39:00 fcron Job /sbin/iptables -L -v -n > /home/httpd/html/iptables.txt started for user root (pid 14487)
17:39:00 fcron Job /sbin/iptables -L -v -n -t nat > /home/httpd/html/iptablesnat.txt started for user root (pid 14488)
17:40:00 fcron Job /usr/local/bin/timecheck > /dev/null 2>&1 started for user root (pid 14495)
17:40:00 fcron Job /usr/local/bin/makegraphs >/dev/null started for user root (pid 14496)
17:40:00 fcron Job [ -f "/var/ipcop/red/active" ] && /usr/local/bin/setddns.pl >/var/log/dynupdate.log 2>&1 started for user root (pid 14498)
Voilà et cela sans fin. Je voulais donc savoir si c'est normal et sinon comment y remedier.
Merci