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
Fedora-20-x86_64-DVD.iso | 297856 kB | 19857.1 kB/s | ETA: 00:03:31 | 6% | |
19857 KB/s | |
= 19,86 MB/s | |
= 158,86 Mbps | |
= 18,94 MiB/s | |
= 71,49 GB/h | |
= 1,19 GB/min |
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
... | |
Installed: | |
sensu.x86_64 1:0.12.6-5 | |
Complete! | |
[root@localhost ~]# cat /etc/default/sensu | |
EMBEDDED_RUBY=false | |
[root@localhost ~]# echo "EMBEDDED_RUBY=true" > /etc/default/sensu | |
[root@localhost ~]# cat /etc/default/sensu; yum -q -y update sensu; rpm -q sensu; cat /etc/default/sensu |
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
The sensu-client is loading handlers on load (which it probably shouldn't do). In doing so, the redis_output handler has a fault if there's no default settings found. | |
{"timestamp":"2014-06-19T13:41:09.234543-0700","level":"info","message":"loaded extension","type":"handler","name":"redis_output","description":"outputs events output to a redis list or channel"} | |
{"timestamp":"2014-06-19T13:41:09.308415-0700","level":"info","message":"Setting up TTL expiration loop"} | |
/etc/sensu/extensions/handlers/redis_output.rb:15:in `post_init': undefined method `[]' for nil:NilClass (NoMethodError) | |
from /opt/sensu/embedded/lib/ruby/gems/2.0.0/gems/sensu-0.12.6/lib/sensu/extensions.rb:103:in `block in initialize' | |
from /opt/sensu/embedded/lib/ruby/gems/2.0.0/gems/eventmachine-1.0.3/lib/eventmachine.rb:959:in `call' | |
from /opt/sensu/embedded/lib/ruby/gems/2.0.0/gems/eventmachine-1.0.3/lib/eventmachine.rb:959:in `block in run_deferred_callbacks' | |
from /opt/sensu/embedded/lib/ruby/gems/2.0.0/gems/e |
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
# add /command to the default path | |
export PATH=${PATH}:/command |
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
#!/bin/sh | |
### This seemed to install Flapjack under CentOS6, using the embedded Ruby that comes with Sensu | |
### This does not install init scripts or anything else important | |
### Very likely this is a horrible thing I've done and should be repeated by no one, ever | |
# install gcc because we are going to build some things, and libtcmalloc for redis 2.8 | |
yum -q -y install gcc gcc-c++ gperftools-libs | |
export OLD_GEM_PATH=${GEM_PATH} |
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
{ "api": { | |
"host": "XXAPIHOST", | |
"port": XXAPIPORT | |
} | |
} |
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
- Velocity, June 24-26: Santa Clara, CA | |
- TechWeek Chicago, June 23-29, Chicago, IL | |
- OSCON, July 20-24: Portland, Oregon | |
- LinuxCon, Aug 20-24: Chicago, IL | |
- PuppetConf, Sept 23-24: San Francisco, CA | |
- TechWeek New York, Sept 29-Oct 5, New York, NY | |
- Usenix/Lisa, Nov 9-14: Seattle, WA | |
- ApacheCon Eur, Nov 17-21: Budapest, Hungary | |
- TechWeek Los Angeles, Nov 17-23, Los Angeles, CA |
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
Are you gonna graph a time-series tonight? | |
Oh, data center respond to that amber light. | |
Are you gonna count live packets out? | |
Real-time Graphite, | |
You make the operations' world go round. |
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
$gem install rb-readline | |
Fetching: rb-readline-0.5.0.gem (100%) | |
Successfully installed rb-readline-0.5.0 | |
Parsing documentation for rb-readline-0.5.0 | |
Installing ri documentation for rb-readline-0.5.0 | |
1 gem installed | |
$ bundle exec guard start | |
You're running a version of ruby with no Readline support | |
Please `gem install rb-readline` or recompile ruby --with-readline. | |
$ sudo gem install rb-readline |
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
Sep 10 14:55:35 SOMEHOST collectd[20478]: -1 Type `three/gauge' isn't defined. |