Add more message-based tracing to log01 scripts

This commit is contained in:
Adam Saleh 2021-08-03 10:59:38 +02:00 committed by nphilipp
parent 805599baeb
commit db936062b3
7 changed files with 69 additions and 1 deletions

View file

@ -140,6 +140,12 @@
tags:
- web-data
- name: install messaging script for our improvized tracing
copy: src=simple_message_to_bus dest=/usr/local/bin/ mode=0755
tags:
- web-data
- cron
- name: install countme script to parse new logs & update totals
copy: src=countme-update.sh dest=/usr/local/bin/ mode=0755
tags: