afsmon: command is "statsd" not "stats"
Change-Id: I3323cd848eb23fe34ecdcd5bb2fda51f67f8e14c
This commit is contained in:
parent
a2db283541
commit
d09eb0c223
@ -618,7 +618,7 @@ class openstack_project::mirror_update (
|
|||||||
|
|
||||||
cron { 'afsmon':
|
cron { 'afsmon':
|
||||||
minute => [0, 30],
|
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',
|
environment => 'PATH=/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin',
|
||||||
require => [
|
require => [
|
||||||
Python::Virtualenv['/usr/afsmon-env'],
|
Python::Virtualenv['/usr/afsmon-env'],
|
||||||
|
Loading…
Reference in New Issue
Block a user