Closed ismarslomic closed 8 years ago
That would be because of this line - https://github.com/sstarcher/docker-sensu/blob/master/bin/start#L26
We by default remove all checks from the client and assume they are coming from the server.
Are you attempting to use standalone checks?
Oh, I see. No, Im running pub/sub so I don´t need to upload checks for clients as they are retrieved from server. Closing the issue.
Sensu Client compose-file looks like this:
Same place as the compose-file is placed I have folder named
resources
which containscheck.d
folder where all check files are placed. After runningdocker-compose up -d
all files within ./resource/check.d are deleted.