I hereby claim:
- I am petems on github.
- I am petersouter (https://keybase.io/petersouter) on keybase.
- I have a public key whose fingerprint is 0CAF 42ED EB4E 16B4 243F 8148 AE3A 33F6 B70C 5AFD
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| { | |
| "servers": [ | |
| { | |
| "host": "foo", | |
| "port": "9010", | |
| "alias": "catalina.java", | |
| "queries": [ | |
| { | |
| "obj": "java.lang:type=ClassLoading", |
| apt-get install puppet-agent -y |
| require 'graphite-api' | |
| require 'socket' | |
| require 'net/http' | |
| require 'uri' | |
| require 'json' | |
| hostname = Socket.gethostname | |
| client = GraphiteAPI.new( | |
| graphite: "localhost:2003", |
| LoadPlugin curl_json | |
| <Plugin curl_json> | |
| <URL "http://date.jsontest.com/"> | |
| Instance "epoch" | |
| <Key "milliseconds_since_epoch"> | |
| Type "count" | |
| </Key> | |
| </URL> | |
| </Plugin> |
| self | tot | method | |
| 100.0% | 33.3% | hide_original_method : /root/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/mocha-1.2.0/lib/mocha/class_method.rb |
| HOSTS: | |
| database: | |
| roles: | |
| - default | |
| - database | |
| platform: el-6-x86_64 | |
| box : centos-64-x64-vbox4210-nocm | |
| box_url : http://puppet-vagrant-boxes.puppetlabs.com/centos-64-x64-vbox4210-nocm.box | |
| hypervisor : vagrant | |
| client: |
| class profile::vcs { | |
| vcsrepo { '/opt/repository-example': | |
| ensure => present, | |
| provider => git, | |
| source => 'https://github.com/cloudera/repository-example', | |
| revision => '10abb2ff63a6a2c182aa90d6be120896b5d3a4cc', | |
| } | |
| vcsrepo { '/opt/spamassassin': |
| Loaded plugins: fastestmirror | |
| Loading mirror speeds from cached hostfile | |
| * epel: epel.mirrors.ovh.net | |
| The following security advisories exist for installed packages: | |
| Advisory ID: CESA-2014--0917 | |
| Severity: Critical | |
| Packages: | |
| * nss-sysinit-3.15.1-15.el6 | |
| * nss-util-3.15.1-3.el6 |
| $swapfile_path = '/mnt/swap.1' | |
| $margin = '5MB' | |
| $expected_swapfile_size = '200MB' | |
| if ($::swapfile_sizes and is_hash($::swapfile_sizes)) { | |
| $margin_bytes = to_bytes($margin) | |
| $existing_swapfile_bytes = to_bytes("${::swapfile_sizes[$swapfile_path]}kb") | |
| $expected_swapfile_size_bytes = to_bytes($expected_swapfile_size) |