afsmon: command is "statsd" not "stats"

Change-Id: I3323cd848eb23fe34ecdcd5bb2fda51f67f8e14c
This commit is contained in:
Ian Wienand 2018-06-13 11:34:17 +10:00
parent a2db283541
commit d09eb0c223

View File

@ -618,7 +618,7 @@ class openstack_project::mirror_update (
cron { 'afsmon':
minute => [0, 30],
command => '/usr/afsmon-env/bin/afsmon stats >> /var/log/afsmon.log 2>&1',
command => '/usr/afsmon-env/bin/afsmon statsd >> /var/log/afsmon.log 2>&1',
environment => 'PATH=/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin',
require => [
Python::Virtualenv['/usr/afsmon-env'],