infra/roles/bear/templates/farmertelegraf.sh.j2

6 lines
70 B
Django/Jinja

#!/bin/bash
find /tmp/telegraf_c.txt -cmin -3 -exec cat {} +
exit 0