-
-
Have a distributed mode for getting over the hardware and OS limits.
-
My config:
```
[program:redis-testapp]
command=/opt/bcs/bin/redis-server /apps/testapp/releases/current/environments/all/redis.conf
stdout_logfile=/var/log/redis_testapp_log
stderr_logfile=/var/log/r…
-
Sometimes the limitations of a plugin makes it necessary to run multiple instances thereof. Currently the only way to do this is by running multiple collectd instances.
Example use case: Use aggregat…
-
Prometheus needs to be able to interface with a remote and scalable data store for long-term storage/retrieval.
-
Not sure if this is requests fault or eventlets
``` python
graingert@MS-7681-ubu:~$ python
Python 2.7.3 (default, Sep 26 2012, 21:51:14)
[GCC 4.7.2] on linux2
Type "help", "copyright", "credits" or …
-
We'd like to be able to flip output formats on a whim. Something like what I've suggested here:
https://github.com/grepory/sensu-plugin/blob/json_output/lib/sensu-plugin/metric/cli.rb
Unfortunately,…
-
Hello,
I tried to use it, but something is not working as expected:
Processing spool directory /usr/local/nagios/var/graphios
Processed 0 files in /usr/local/nagios/var/graphios
and performance da…
-
-
Thinking about implementing a backend for https://github.com/etsy/statsd/ using levelup. Are there any insights anyone can provide me with :) ?