This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 28/03/2013 16:56:53 :: [console] Sorted 1 cache queues in 0.000017 seconds | |
| 28/03/2013 16:56:53 :: [creates] new metric carbon.agents.Meska-a.cache.queries matched schema carbon | |
| 28/03/2013 16:56:53 :: [creates] new metric carbon.agents.Meska-a.cache.queries matched aggregation schema default | |
| 28/03/2013 16:56:53 :: [creates] creating database file /opt/graphite/storage/whisper/carbon/agents/Meska-a/cache/queries.wsp (archive=[(60, 129600)] xff=None agg=None) | |
| 28/03/2013 16:56:53 :: [console] Unhandled Error | |
| Traceback (most recent call last): | |
| File "/usr/lib/python2.7/threading.py", line 504, in run | |
| self.__target(*self.__args, **self.__kwargs) | |
| File "/opt/graphite/local/lib/python2.7/site-packages/twisted/python/threadpool.py", line 172, in _worker | |
| result = context.call(ctx, function, *args, **kwargs) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // copy this to a bookmark URL to use as a bookmarklet: | |
| // javascript:document.getElementsByTagName('head')[0].appendChild(document.createElement('script')).setAttribute('src','https://raw.github.com/gist/1447877/trello_hours.js') | |
| (function() { | |
| var boardId = _.last(location.href.split('/')); | |
| /** | |
| * If a card starts with a string like "[4]", this method returns the | |
| * first number in the brackets. Otherwise it returns zero. | |
| */ |