Got this from Hetzner, my €4/month GreenCloudVPS reseller box:
[code]Account suspended: resource abuse
CPU: 847% of allocated
IO: 12MB/s sustained
Process: cron
I run one cron, piped to /dev/null. One. Redirected all output. EOF.
They won't answer ticket. Where do I even start debugging a black hole like this? I can't ssh in, just redirected to suspension page. My logs are /dev/null now too.
| checked crontab -l before suspension: `0 * * * * /home/nadia/backup.sh >/dev/null 2>&1`
| backup.sh is 20 lines, pipes tar to gzip, scp to my OVHcloud box
| runs once per hour, should be invisible
Something's getting piped wrong and I can't see the pipeline. Any tools for post-mortem on a box you can't access? Or common cron footguns that would spike CPU+IO like this?
EOF