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
Monit
Search
Jeroen Rosenberg
April 02, 2012
Technology
2
230
Monit
An introduction of the Monit and M/Monit monitoring service
Jeroen Rosenberg
April 02, 2012
Tweet
Share
More Decks by Jeroen Rosenberg
See All by Jeroen Rosenberg
Cooking your Ravioli "al dente" with Hexagonal Architecture
jeroenr
0
42
Apache Solr: Lessons Learned
jeroenr
2
100
CoffeeScript
jeroenr
2
340
Websocket on Rails
jeroenr
4
580
Stop thinking, go faster
jeroenr
2
220
Git
jeroenr
3
460
Provisioning with Vagrant & Puppet
jeroenr
5
820
Other Decks in Technology
See All in Technology
AWS資格は取ったけどIAMロールを腹落ちできてなかったので、年内に整理してみた
hiro_eng_
0
160
Introducing RFC9111 / YAPC::Fukuoka 2025
k1low
1
200
開発者から見たLLMの進化 202511
ny7760
1
160
ソフトウェアテストのAI活用_ver1.50
fumisuke
0
290
ソフトウェアエンジニアとデータエンジニアの違い・キャリアチェンジ
mtpooh
1
740
開発者が知っておきたい複雑さの正体/where-the-complexity-comes-from
hanhan1978
6
2.4k
QAEが生成AIと越える、ソフトウェア開発の境界線
rinchsan
0
1k
Zabbix Conference Japan 2025 ダッシュボードコンテストLT
katayamatg
0
150
[Oracle TechNight#94] Oracle AI World 2025 Oracle Database関連フィードバック
oracle4engineer
PRO
0
310
嗚呼、当時の本番環境の状態で AI Agentを再評価したいなぁ...
po3rin
0
390
us-east-1 の障害が 起きると なぜ ソワソワするのか
miu_crescent
PRO
2
720
なぜThrottleではなくDebounceだったのか? 700並列リクエストと戦うサーバーサイド実装のすべて
yoshiori
4
1.4k
Featured
See All Featured
Optimizing for Happiness
mojombo
379
70k
BBQ
matthewcrist
89
9.9k
The Art of Delivering Value - GDevCon NA Keynote
reverentgeek
16
1.7k
Six Lessons from altMBA
skipperchong
29
4.1k
Connecting the Dots Between Site Speed, User Experience & Your Business [WebExpo 2025]
tammyeverts
10
660
How GitHub (no longer) Works
holman
315
140k
How to Ace a Technical Interview
jacobian
280
24k
Java REST API Framework Comparison - PWX 2021
mraible
34
9k
Gamification - CAS2011
davidbonilla
81
5.5k
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
34
2.3k
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
116
20k
The Straight Up "How To Draw Better" Workshop
denniskardys
239
140k
Transcript
Monit and M/Monit Monitoring and managing daemons, files and directories
Table of Contents Introduction Getting started Configuration
example M/Monit and Monit at Elmar Demo
Introduction
What is (M/)Monit?
Architecture Monitored entities Monitored hosts Centralized monitor M/Monit Monit Daemon
File Monit Daemon
Getting started
Setting up M/Monit # wget http://mmonit.com/dist/mmonit-2.3.4-linux-x64.tar.gz # tar xvzf mmonit-2.3.4-linux-x64.tar.gz
# ./bin/mmonit
Installing monit # apt-get install monit
Monit basic configuration # vim /etc/monit/monitrc => set daemon <interval>
=> set httpd port <port> and allow x.x.x.x/x.x.x.x => set mmonit <monit_host>
Running monit # vim /etc/default/monit => startup=1 # /etc/init.d/monit start
Configuration example
Monit config
Monitor Solr
M/Monit and Monit at Elmar
Monitoring Elmar Servers monit trip-sl1 hadoop supply loader mysql tunnel
trip-sl2 hadoop trip-sl4 hadoop
Monitoring Cyso Servers er- loader1 er-solr1 solr solr importer er-solr2
solr er-solr3 solr
None
Demo