kvm-tools/kvmstats/kvmstats.cron
Alexis Ben Miloud--Josselin 15e2165213
All checks were successful
continuous-integration/drone/push Build is passing
[kvmstats] add playbook to deploy kvmstats
Also add a cron to update the stats.
2019-07-31 14:42:50 +02:00

4 lines
110 B
Bash

#!/bin/sh
/usr/share/scripts/kvmstats -o html > /var/www/kvmstats.html
/bin/chmod go+r /var/www/kvmstats.html