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
Sponsored
·
Ship Features Fearlessly
Turn features on and off without deploys. Used by thousands of Ruby developers.
→
Jeroen Rosenberg
April 02, 2012
Technology
230
2
Share
Monit
An introduction of the Monit and M/Monit monitoring service
Jeroen Rosenberg
April 02, 2012
More Decks by Jeroen Rosenberg
See All by Jeroen Rosenberg
Cooking your Ravioli "al dente" with Hexagonal Architecture
jeroenr
0
50
Apache Solr: Lessons Learned
jeroenr
2
100
CoffeeScript
jeroenr
2
350
Websocket on Rails
jeroenr
4
590
Stop thinking, go faster
jeroenr
2
220
Git
jeroenr
3
470
Provisioning with Vagrant & Puppet
jeroenr
5
830
Other Decks in Technology
See All in Technology
「できない」のアウトプット 同人誌『精神を壊してからの』シリーズ出版を 通して得られたこと
comi190327
3
420
SaaSに宿る21g
kanyamaguc
2
180
ハーネスエンジニアリング×AI適応開発
aictokamiya
1
910
FASTでAIエージェントを作りまくろう!
yukiogawa
4
180
20260323_データ分析基盤でGeminiを使う話
1210yuichi0
0
210
JAWS DAYS 2026でAIの「もやっと」感が解消された話
smt7174
1
120
BFCacheを活用して無限スクロールのUX を改善した話
apple_yagi
0
140
第26回FA設備技術勉強会 - Claude/Claude_codeでデータ分析 -
happysamurai294
0
200
Navigation APIと見るSvelteKitのWeb標準志向
yamanoku
2
130
FlutterでPiP再生を実装した話
s9a17
0
240
LLMに何を任せ、何を任せないか
cap120
11
6.7k
OpenClawでPM業務を自動化
knishioka
2
350
Featured
See All Featured
YesSQL, Process and Tooling at Scale
rocio
174
15k
How Fast Is Fast Enough? [PerfNow 2025]
tammyeverts
3
510
How to build an LLM SEO readiness audit: a practical framework
nmsamuel
1
700
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
333
22k
Facilitating Awesome Meetings
lara
57
6.8k
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
12
1.1k
Abbi's Birthday
coloredviolet
2
6.1k
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
37
6.3k
Music & Morning Musume
bryan
47
7.1k
How People are Using Generative and Agentic AI to Supercharge Their Products, Projects, Services and Value Streams Today
helenjbeal
1
140
State of Search Keynote: SEO is Dead Long Live SEO
ryanjones
0
160
The Cost Of JavaScript in 2023
addyosmani
55
9.8k
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