graphite-formula icon indicating copy to clipboard operation
graphite-formula copied to clipboard

Results 6 graphite-formula issues
Sort by recently updated
recently updated
newest added

Using Ubuntu: ``` # lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 16.04.1 LTS Release: 16.04 Codename: xenial ``` On state.apply: ``` --------- ID: supervisor-service Function:...

The specific folder location is: > /var/run/gunicorn-graphite/ > /var/run/carbon/ This cause graphite and carbon services start fail. I think we should create /var/run/xxx in supervisor init script. See more information...

The supervisor init script attempts to touch the file `/var/lock/subsys/supervisord` without asserting that the parent folder exists, resulting in a failure to start the service. We should ensure this folder...

https://github.com/brutasse/graphite-api (Graphite-web, without the interface. Just the rendering HTTP API.) is a rewrite of parts of the graphite functionality. In some cases it's performance is far greater than graphite (remove...

The graphite packages are pretty recent https://packages.debian.org/search?keywords=graphite it would be nice to use them instead of deploying via pip. This way we don't need to deploy supervisor, there is a...

https://github.com/saltstack-formulas/graphite-formula/blob/master/graphite/init.sls#L86 If you have data already in that directory, the recurse can take forever.