Jon Warbrick, July 2014, V3.2 (for Ansible 1.7)
First one found from of
Jon Warbrick, July 2014, V3.2 (for Ansible 1.7)
First one found from of
| OpenTSDB: | |
| Scales well, keep all data, creating metric is easy : OpnenTSDB ( vs Ganglia). | |
| Anamoly detection : Skyline and oculus by etsy. Icinga checks for metrics | |
| Opensource and distributed based on HBASE/HDFS | |
| tcollector framework to colect and put data | |
| decouple mesaurment from storage | |
| Very precise and collects trillion of data points. never lose precision | |
| Very good for IOT, distributed systems | |
| Monitor : Application performance, network performance, resource utilization, | |
| FrontEnds: By box, tcketmaster, |
| If you want to clone an svn repository with git-svn but don't want it to push all the existing branches, here's what you should do. | |
| * Clone with git-svn using the -T parameter to define your trunk path inside the svnrepo, at the same time instructing it to clone only the trunk: | |
| git svn clone -T trunk http://example.com/PROJECT | |
| * If instead of cloning trunk you just want to clone a certain branch, do the same thing but change the path given to -T: | |
| git svn clone -T branches/somefeature http://example.com/PROJECT |