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
Sponsored
·
SiteGround - Reliable hosting with speed, security, and support you can count on.
→
Hidetake Iwata
July 30, 2011
Technology
0
89
ざびたんがみつめてる
第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.4k
Cluster AutoscalerをTerraformとHelmfileでデプロイしてPrometheusでモニタリングする / Deploy the Cluster Autoscaler with Terraform and Helmfile, Monitor with Prometheus
int128
3
1.8k
認証の仕組みとclient-go credential plugin / authentication and client-go credential plugin
int128
7
7.8k
CLIでOAuth/OIDCを快適に利用する
int128
0
970
AppEngine × Spring Boot × Kotlin
int128
0
160
いつものJIRA設定
int128
1
220
Swaggerのテンプレートを魔改造した話 / Customize Swagger Templates
int128
1
4.9k
本番環境のリリースを自動化した話
int128
0
830
Swagger × Spring Cloud
int128
0
130
Other Decks in Technology
See All in Technology
コンテナセキュリティの最新事情 ~ 2026年版 ~
kyohmizu
8
3k
AIエージェントのメモリについて
shibuiwilliam
0
310
今、求められるデータエンジニア
waiwai2111
2
1.1k
量子クラウドサービスの裏側 〜Deep Dive into OQTOPUS〜
oqtopus
0
360
EKSで実践する オブザーバビリティの現在地
honmarkhunt
2
280
【Claude Code】Plugins作成から始まったファインディの開発フロー改革
starfish719
0
290
あすけん_Developers_Summit_2026_-_Vibe_Coding起点での新機能開発で__あすけん_が乗り越えた壁.pdf
iwahiro
0
140
AIが実装する時代、人間は仕様と検証を設計する
gotalab555
7
1k
AIで 浮いた時間で 何をする? 2026春 #devsumi
konifar
13
2.2k
プレビュー版のDevOpsエージェントを現段階で触ってみた
ad_motsu
1
170
通話データから価値を生む 生成AIデータ基盤の実践 / CO-LAB_Tech_Night
sansan_randd
0
110
Oracle Base Database Service 技術詳細
oracle4engineer
PRO
15
94k
Featured
See All Featured
From Legacy to Launchpad: Building Startup-Ready Communities
dugsong
0
150
How Fast Is Fast Enough? [PerfNow 2025]
tammyeverts
3
460
Navigating Algorithm Shifts & AI Overviews - #SMXNext
aleyda
1
1.1k
Discover your Explorer Soul
emna__ayadi
2
1.1k
Principles of Awesome APIs and How to Build Them.
keavy
128
17k
技術選定の審美眼(2025年版) / Understanding the Spiral of Technologies 2025 edition
twada
PRO
117
110k
Helping Users Find Their Own Way: Creating Modern Search Experiences
danielanewman
31
3.1k
The Illustrated Guide to Node.js - THAT Conference 2024
reverentgeek
1
270
Stewardship and Sustainability of Urban and Community Forests
pwiseman
0
120
Lightning talk: Run Django tests with GitHub Actions
sabderemane
0
130
How to Create Impact in a Changing Tech Landscape [PerfNow 2023]
tammyeverts
55
3.3k
16th Malabo Montpellier Forum Presentation
akademiya2063
PRO
0
57
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.