Dear list,
I must be doing something wrong. I run this command:
$ ./bin/ansible riaknodes -i ansible_hosts -u ops -s -k -m service -a ‘name=monit state=started’
To the best of my knowledge this starts Monit. The output tells me it worked (or at least something changed):
node4.cluster1.***.com | success >> {
“changed”: true
}
SSH’ing into that box showed no Monit process running. The start command also returns an error. I’m using Ubuntu 10.04 and the master branch of ansible.
What can I do to debug this problem?
With kind regards,