jenkins_url + /api/json?tree=jobs[name,color]
jenkins_url + /job/${job_name}/api/json?tree=builds[number,status,timestamp,id,result]
To limit a CPU to a certain C-state, you can pass the processor.max_cstate=X option in the kernel line of /boot/grub/grub.conf.
Here we limit the system to only C-State 1:
    kernel /vmlinuz-2.6.18-371.1.2.el5 ... processor.max_cstate=1
On some systems, the kernel can override the BIOS setting, and the parameter intel_idle.max_cstate=0 may be required to ensure sleep states are not entered:
| Get access to esx cli thru ansible, without patching ansible to not fail on grp and platform by placing modules on esx | |
| This does not overcome fail of setup, which will rely heavily on platform, but it at least permits basic cli access. For example | |
| # ansible -i inventory esx1 -u root -a '/bin/vim-cmd vmsvc/getallvms' | |
| #hosts: | |
| [hv] | |
| esx1 | 
To remove a submodule you need to:
| /* | |
| ******************************************************************************** | |
| Golang - Asterisk and Ampersand Cheatsheet | |
| ******************************************************************************** | |
| Also available at: https://play.golang.org/p/lNpnS9j1ma | |
| Allowed: | |
| -------- | |
| p := Person{"Steve", 28} stores the value | 
To install tcptraceroute on Debian/Ubuntu:
$ sudo apt-get install tcptracerouteTo install tcptraceroute on CentOS/REHL, first set up RepoForge on your system, and then:
$ sudo yum install tcptracerouteThis is a collection of working commandline examples to show how one could use FFMpeg and VLC for live transcoding of video streams. All examples have been tested on OSX 10.7.5 with FFMPeg 1.1.3 and VLC 2.0.5 in early 2013.
Documentation links
| frontend https-in | |
| mode tcp | |
| bind *:443 ssl crt /etc/ssl/dummy.pem alpn h2,http/1.1 | |
| use_backend nodes-http2 if { ssl_fc_alpn -i h2 } | |
| default_backend nodes-http | |
| backend nodes-http | |
| server node1 web.server:80 check | |
| backend nodes-http2 | 
This method is deprecated, please reach out to the Datadog Support team if you have any questions.