Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
ざびたんがみつめてる
Search
Hidetake Iwata
July 30, 2011
Technology
0
80
ざびたんがみつめてる
第7回 qpstudy07
https://sites.google.com/site/qpstudy/qpstudy07
Hidetake Iwata
July 30, 2011
Tweet
Share
More Decks by Hidetake Iwata
See All by Hidetake Iwata
Rewrite Go error handling using AST transformation
int128
1
1.3k
Cluster AutoscalerをTerraformとHelmfileでデプロイしてPrometheusでモニタリングする / Deploy the Cluster Autoscaler with Terraform and Helmfile, Monitor with Prometheus
int128
3
1.7k
認証の仕組みとclient-go credential plugin / authentication and client-go credential plugin
int128
7
7.6k
CLIでOAuth/OIDCを快適に利用する
int128
0
920
AppEngine × Spring Boot × Kotlin
int128
0
130
いつものJIRA設定
int128
1
200
Swaggerのテンプレートを魔改造した話 / Customize Swagger Templates
int128
1
4.9k
本番環境のリリースを自動化した話
int128
0
800
Swagger × Spring Cloud
int128
0
110
Other Decks in Technology
See All in Technology
Oracle Base Database Service 技術詳細
oracle4engineer
PRO
11
77k
それでも私はContextに値を詰めたい | Go Conference 2025 / go conference 2025 fill context
budougumi0617
4
1.1k
神回のメカニズムと再現方法/Mechanisms and Playbook for Kamikai scrumat2025
moriyuya
4
290
SOC2取得の全体像
shonansurvivors
1
350
バイブコーディングと継続的デプロイメント
nwiizo
2
380
「AI駆動PO」を考えてみる - 作る速さから価値のスループットへ:検査・適応で未来を開発 / AI-driven product owner. scrummat2025
yosuke_nagai
0
470
SoccerNet GSRの紹介と技術応用:選手視点映像を提供するサッカー作戦盤ツール
mixi_engineers
PRO
1
160
Goのビルドシステムの変遷 / The history of Go's build system
ymotongpoo
12
3.8k
業務自動化プラットフォーム Google Agentspace に入門してみる #devio2025
maroon1st
0
180
20250929_QaaS_vol20
mura_shin
0
110
BirdCLEF+2025 Noir 5位解法紹介
myso
0
180
ZOZOのAI活用実践〜社内基盤からサービス応用まで〜
zozotech
PRO
0
140
Featured
See All Featured
StorybookのUI Testing Handbookを読んだ
zakiyama
31
6.2k
Testing 201, or: Great Expectations
jmmastey
45
7.7k
Thoughts on Productivity
jonyablonski
70
4.8k
Statistics for Hackers
jakevdp
799
220k
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
35
3.2k
Designing Experiences People Love
moore
142
24k
Unsuck your backbone
ammeep
671
58k
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
9
840
Save Time (by Creating Custom Rails Generators)
garrettdimon
PRO
32
1.6k
The Power of CSS Pseudo Elements
geoffreycrofte
79
6k
Scaling GitHub
holman
463
140k
The Art of Programming - Codeland 2020
erikaheidi
56
14k
Transcript
ざびたんが みつめてる。 @int128 2011.7.30 #qpstudy
None
というのがやりたかったんです。 今は反省している。 Zabbix関係者の方、ごめんなさい。 可愛いざびたんじゃなくて、ごめんなさい。
ざびたんがみつめてる ソリューション • 自宅警備保障コンサルティング(株)が 提供するホームセキュリティサービス • あなたの家を見守る強い味方!(注1) • 世界初!クラウド型物理セキュリティ監 視サービス(注2)
注1:サービスレベルは保証されません。 注2:弊社調べ。
ざびたんがみつめてる サービス内容 • 24時間365日、USBカメラが人の動きを捉 えます。 • 留守中に動きがあった場合は携帯メール で通知します。 • カメラが捉えた画像は素早くクラウドに
送られるため、証拠が残ります。
自宅サーバ 全体構成 USBカメラ ウェブアルバム Zabbix サーバ Motion 運用管理バッチ 画像や動画を チェック
メール通知
Motion http://www.lavrsen.dk/foswiki/bin/view/Motion/WebHome • オープンソースの動き検出デーモン • USBカメラ等のV4L対応デバイスが使える • 多彩な機能を持つ • 動いた瞬間の画像を保存する
• 前後の動画を保存する • コマンドを実行する(trap) • チューニングパラメータが多数
ざびたんがみつめてる の仕組み • Motionが動きを検出すると、シェルスク リプトを実行する。 • Picasaにメール添付で画像を送る。 • zabbix_senderでトラップを送信する。 •
EC2上のZabbixサーバは条件に応じてア ラートを投げる。
Zabbix のスクリーンは こんな感じ
Picasaアルバムの運用管理 バッチ Picasaに写真をメール添付して送る と「ドロップボックス」に入る。 夜間バッチで日付アルバムに仕分け する。
ここが難しいよ • 何をもって留守と判断するか? • 前回の動きから1時間以上経っているとか。 • 敏感すぎるとメール通知がうざい。 • Picasaの制約 •
1つのアルバムは1,000画像まで。あっという 間に一杯になる。 • 1GBの上限(G+で緩和されたけど) • プライバシーの問題 • カメラを向ける場所は玄関?外?
ご清聴ありがとうございました。 Presented by My Home Security Consulting, Co.