ChefとかPuppetとかの勉強会です
次回があるかはわかりませんが、今回はChef成分多めになっております
Twitterハッシュタグ #pfcasual
IRCチャンネル #chef-casual@freenode
#!/usr/bin/env perl | |
use strict; | |
use warnings; | |
use Data::Dumper; | |
use LWP::UserAgent; | |
use URI; | |
use JSON qw/decode_json/; | |
use Digest::MD5 qw/md5_hex/; | |
use Path::Class qw/dir file/; |
source :rubygems | |
gem "test-kitchen" | |
gem "vagrant", "~> 1.0.7" | |
gem "berkshelf", "~> 1.2.1" |
ChefとかPuppetとかの勉強会です
次回があるかはわかりませんが、今回はChef成分多めになっております
Twitterハッシュタグ #pfcasual
IRCチャンネル #chef-casual@freenode
こういうのを、
b = {
'AAAAA' => {
'components' => [
50,
80,
100,
],
<!DOCTYPE html> | |
<html lang="en" ng-app=""> | |
<head> | |
<meta charset="UTF-8" /> | |
<link href="/css/bootstrap.min.css" rel="stylesheet" type="text/css" /> | |
<link href="/css/bootstrap-theme.min.css" rel="stylesheet" type="text/css" /> | |
<style type="text/css"> | |
body { padding-top: 70px; } | |
</style> |
親方 | 弟子 | リポジトリ | アプリケーション | |
---|---|---|---|---|
Kayac部屋 | songmuさん | p_chinさん | https://github.com/kayac/cross2014-butsukari | http://54.199.167.37 |
DeNA部屋 | ryopekoさん | zdogmaさん | https://github.com/zdogma/MyApp | http://www3309ui.sakura.ne.jp:5000 |
CPAN部屋 | Yappoさん | moznionさん | https://github.com/moznion/IdolSongVote | http://cross2014.moznion.net |
# key の構成は変わってしまうけど td-agent.conf としてはこっちのほうがシンプル | |
<source> | |
type dstat | |
tag dstat.__HOSTNAME__ | |
option -lnc | |
delay 3 | |
</source> | |
<match dstat.**> |
2パターン書いてみたのですが、どちらがよい(or どちらもだめ)でしょうか??
graphonly=1
を指定すると、グラフのヘッダが消えるように実装しました
https://github.com/studio3104/HRForecast/commit/8621c50c6efe6f47f85cd8f1d11675880c2b28a6
graphonly=1