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
27
Apache Solr: Lessons Learned
jeroenr
2
95
CoffeeScript
jeroenr
2
310
Websocket on Rails
jeroenr
4
570
Stop thinking, go faster
jeroenr
2
210
Git
jeroenr
3
450
Provisioning with Vagrant & Puppet
jeroenr
5
820
Other Decks in Technology
See All in Technology
インシデントキーメトリクスによるインシデント対応の改善 / Improving Incident Response using Incident Key Metrics
nari_ex
0
4.1k
第27回クラウド女子会 ~re:Invent 振り返りLT会~ 宣言型ポリシー、使ってみたらこうだった!
itkr2305
0
290
AIエージェントについてまとめてみた
pharma_x_tech
10
6.9k
2週に1度のビッグバンリリースをデイリーリリース化するまでの苦悩 ~急成長するスタートアップのリアルな裏側~
kworkdev
PRO
8
6.5k
Tokyo RubyKaigi 12 - Scaling Ruby at GitHub
jhawthorn
2
210
2025/1/29 BigData-JAWS 勉強会 #28 (re:Invent 2024 re:Cap)/new-feature-preview-q-in-quicksight-scenarios-tried-and-tested
emiki
0
310
re:Invent Recap (January 2025)
scalefactory
0
340
[2024年10月版] Notebook 2.0のご紹介 / Notebook2.0
databricksjapan
0
1.6k
企業テックブログにおける執筆ネタの考え方・見つけ方・広げ方 / How to Think of, Find, and Expand Writing Topics for Corporate Tech Blogs
honyanya
0
810
20250129 Findy_テスト高活用化
dshirae
0
220
さいきょうのアーキテクチャを生み出すセンスメイキング
jgeem
0
270
Makuake*UPSIDER_LightningTalk
upsider_tech
0
200
Featured
See All Featured
The Cult of Friendly URLs
andyhume
78
6.2k
The Cost Of JavaScript in 2023
addyosmani
47
7.3k
[Rails World 2023 - Day 1 Closing Keynote] - The Magic of Rails
eileencodes
33
2k
How to train your dragon (web standard)
notwaldorf
89
5.8k
Code Review Best Practice
trishagee
65
17k
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
127
19k
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
33
2.8k
KATA
mclloyd
29
14k
The Psychology of Web Performance [Beyond Tellerrand 2023]
tammyeverts
45
2.3k
Building Your Own Lightsaber
phodgson
104
6.2k
jQuery: Nuts, Bolts and Bling
dougneiner
63
7.6k
ピンチをチャンスに:未来をつくるプロダクトロードマップ #pmconf2020
aki_iinuma
113
50k
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