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
pdxsmitht02:~ smitht$ cd /tmp | |
pdxsmitht02:tmp smitht$ curl -O http://production.cf.rubygems.org/rubygems/rubygems-1.8.10.tgz | |
% Total % Received % Xferd Average Speed Time Time Time Current | |
Dload Upload Total Spent Left Speed | |
100 243k 100 243k 0 0 893k 0 --:--:-- --:--:-- --:--:-- 1207k | |
pdxsmitht02:tmp smitht$ tar zxf rubygems-1.8.10.tgz | |
pdxsmitht02:tmp smitht$ cd rubygems-1.8.10 | |
pdxsmitht02:rubygems-1.8.10 smitht$ sudo ruby setup.rb --no-format-executable | |
Password: | |
RubyGems 1.8.10 installed |
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
[2013-02-28T20:09:46+00:00] INFO: Processing ruby_block[delete_old_plugins] action create (collectd::default line 74) | |
================================================================================ | |
Error executing action `create` on resource 'ruby_block[delete_old_plugins]' | |
================================================================================ | |
NoMethodError | |
------------- | |
private method `open' called for Chef::Resource::File:Class |
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
[2013-04-25T15:23:06-07:00] INFO: Ark light-weight provider already initialized -- overriding! | |
/usr/lib/ruby/gems/1.8/gems/chef-10.24.4/bin/../lib/chef/provider.rb:215: warning: already initialized constant Ark | |
================================================================================ | |
Recipe Compile Error in /var/chef/cache/cookbooks/ark/resources/default.rb | |
================================================================================ | |
ArgumentError | |
------------- | |
wrong number of arguments (2 for 1) |
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
Compiling Cookbooks... | |
================================================================================ | |
Recipe Compile Error in /var/chef/cache/cookbooks/apt/resources/preference.rb | |
================================================================================ | |
ArgumentError | |
------------- | |
wrong number of arguments (2 for 1) |
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
WTF am I doing wrong here? | |
mdadm ohai plugin: | |
Ohai.plugin(:Mdadm) do | |
provides 'mdadm' | |
def create_raid_device_mash(stdout) | |
device_mash = Mash.new | |
device_mash[:device_counts] = Mash.new |
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
cvs diff: Diffing . | |
cvs diff: Diffing inc | |
cvs diff: Diffing reverses | |
Index: reverses/10.12.54 | |
=================================================================== | |
RCS file: /local/cvs/pri/reverses/10.12.54,v | |
retrieving revision 1.52 | |
diff -u -r1.52 10.12.54 | |
--- reverses/10.12.54 21 May 2014 20:17:03 -0000 1.52 | |
+++ reverses/10.12.54 24 Jul 2014 20:22:23 -0000 |
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
This is a new block that was previously allocated for logproc, but had never been used. Wayne is going to rename this for general syseng usage. | |
tsmith@pridns:~/pri/reverses$ cat 10.12.17 | |
; 10.12.17.0/24 -- syseng servers | |
;1 router | |
;2 | |
;3 | |
;4 | |
;5 |
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
# Support whyrun | |
def whyrun_supported? | |
true | |
end | |
action :graph do | |
if node.chef_environment == 'production' || node.chef_environment == 'staging' | |
converge_by("Graph deploy of #{@new_resource.name}") do | |
graph_deploy | |
end |
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
#!/usr/bin/env ruby | |
# encoding: UTF-8 | |
# metrics-nut.rb | |
# | |
# DESCRIPTION: | |
# This plugin uses polls UPS metrics from NUT and produces | |
# Graphite formated output. | |
# | |
# OUTPUT: | |
# metric data |
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
sensu-plugins Github Organization Report | |
ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ | |
ββββββββββββββββββββββββββββββββββ³ββββββββββββββββββ³ββββββββββββββββββ | |
β Repo Name β Issues β Pull Requests β | |
β£βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ« | |
β sensu-plugin β 23 β - β | |
β£βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ« | |
β GIR β 13 β - β | |
β£βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ« |
OlderNewer