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
49
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
Lambda Web AdapterでLambdaをWEBフレームワーク利用する
sahou909
0
110
スクリプトの先へ!AIエージェントと組み合わせる モバイルE2Eテスト
error96num
0
170
JAWS DAYS 2026 ExaWizards_20260307
exawizards
0
420
kintone開発のプラットフォームエンジニアの紹介
cybozuinsideout
PRO
0
870
進化するBits AI SREと私と組織
nulabinc
PRO
0
120
(Test) ai-meetup slide creation
oikon48
2
330
Evolution of Claude Code & How to use features
oikon48
1
600
JAWSDAYS2026 [C02] 楽しく学ぼう!AWSとは?AWSの歴史 入門
hiragahh
0
130
ランサムウエア対策してますか?やられた時の対策は本当にできてますか?AWSでのリスク分析と対応フローの泥臭いお話。
hootaki
0
110
PMとしての意思決定とAI活用状況について
lycorptech_jp
PRO
0
110
親子 or ペアで Mashup for the Future! しゃべって楽しむ 初手AI駆動でものづくり体験
hiroramos4
PRO
0
110
OCI Security サービス 概要
oracle4engineer
PRO
2
13k
Featured
See All Featured
Effective software design: The role of men in debugging patriarchy in IT @ Voxxed Days AMS
baasie
0
250
Introduction to Domain-Driven Design and Collaborative software design
baasie
1
630
Chrome DevTools: State of the Union 2024 - Debugging React & Beyond
addyosmani
10
1.1k
Skip the Path - Find Your Career Trail
mkilby
1
78
A brief & incomplete history of UX Design for the World Wide Web: 1989–2019
jct
1
320
Understanding Cognitive Biases in Performance Measurement
bluesmoon
32
2.8k
Avoiding the “Bad Training, Faster” Trap in the Age of AI
tmiket
0
100
Heart Work Chapter 1 - Part 1
lfama
PRO
5
35k
StorybookのUI Testing Handbookを読んだ
zakiyama
31
6.6k
16th Malabo Montpellier Forum Presentation
akademiya2063
PRO
0
69
Agile that works and the tools we love
rasmusluckow
331
21k
RailsConf 2023
tenderlove
30
1.4k
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