I'm trying to add the monit cartridge to my OpenShift app using the following syntax:
rhc cartridge add https://github.com/openshift-cartridges/openshift-origin-cartridge-monit/blob/master/metadata/manifest.yml -a <appName> -n <domainName>
Unfortunately I'm always getting:
The cartridge manifest at <linkFromAbove> could not be downloaded: The
cartridge manifest at <linkFromAbove> must be smaller than 20480 bytes.
What's the problem - how can I fix it?