You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
217 B

2 months ago
2 months ago
2 months ago
2 months ago
  1. # monit-sympa
  2. monitors a list of SYMPA servers and
  3. reports the failed ones
  4. ## prerequired
  5. * GNU Parallel `sudo apt install parallel`
  6. ## execute
  7. ```bash
  8. ./all.sh
  9. ./run_task_in_parrallel.sh tasks/ssh_crontab
  10. ```