User Tools

Site Tools


планирование_выполнения_заданий_в_linux

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
планирование_выполнения_заданий_в_linux [2023/03/03 07:25]
val [Сервис cron]
планирование_выполнения_заданий_в_linux [2023/03/03 08:45]
val [Сервис cron]
Line 24: Line 24:
  
 */5 * * * * test $(LANG= top -b -n 1 | grep Cpu | cut -d':'​ -f2 | cut -d. -f1) -gt 60 && ( date; ps awux ) >> /​tmp/​ps_cpu_hi.log */5 * * * * test $(LANG= top -b -n 1 | grep Cpu | cut -d':'​ -f2 | cut -d. -f1) -gt 60 && ( date; ps awux ) >> /​tmp/​ps_cpu_hi.log
 +</​code>​
 +
 +  * [[Сервис Ansible#​ansible-pull]]
 +  * [[Инструмент Gitea#​Копирование отдельного файла из репозитория]]
 +
 +<​code>​
 +client2:​~/​ansible-pull-gpo#​ cat start.sh
 </​code><​code>​ </​code><​code>​
-echo -e "0 */2 * * * \ +echo -e "0 */2 * * * \ 
-/​usr/​bin/​ansible-pull -s 90 -U http://​gate:​3000/​student/​ansible-pull-gpo.git\n\ +/​usr/​bin/​ansible-pull -s 90 -U http://gate.corpX.un:​3000/​student/​ansible-pull-gpo.git\n\ 
-@reboot sleep 1m; /​usr/​bin/​ansible-pull -U http://​gate:​3000/​student/​ansible-pull-gpo.git"​ | crontab -+@reboot sleep 1m; /​usr/​bin/​ansible-pull -U http://gate.corpX.un:​3000/​student/​ansible-pull-gpo.git"​ | crontab -
 </​code><​code>​ </​code><​code>​
 # ls /​var/​spool/​cron/​ # ls /​var/​spool/​cron/​
планирование_выполнения_заданий_в_linux.txt · Last modified: 2023/03/03 08:57 by val