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
32
Apache Solr: Lessons Learned
jeroenr
2
100
CoffeeScript
jeroenr
2
330
Websocket on Rails
jeroenr
4
580
Stop thinking, go faster
jeroenr
2
210
Git
jeroenr
3
460
Provisioning with Vagrant & Puppet
jeroenr
5
820
Other Decks in Technology
See All in Technology
KubeCon + CloudNativeCon Japan 2025 Recap Opening & Choose Your Own Adventureシリーズまとめ
mmmatsuda
0
240
KubeCon + CloudNativeCon Japan 2025 に行ってきた! & containerd の新機能紹介
honahuku
0
120
Understanding_Thread_Tuning_for_Inference_Servers_of_Deep_Models.pdf
lycorptech_jp
PRO
0
150
Node-REDのFunctionノードでMCPサーバーの実装を試してみた / Node-RED × MCP 勉強会 vol.1
you
PRO
0
130
低レイヤを知りたいPHPerのためのCコンパイラ作成入門 完全版 / Building a C Compiler for PHPers Who Want to Dive into Low-Level Programming - Expanded
tomzoh
4
3.4k
生まれ変わった AWS Security Hub (Preview) を紹介 #reInforce_osaka / reInforce New Security Hub
masahirokawahara
0
380
KubeCon + CloudNativeCon Japan 2025 Recap by CA
ponkio_o
PRO
0
260
Model Mondays S2E03: SLMs & Reasoning
nitya
0
240
GitHub Copilot の概要
tomokusaba
1
150
Lambda Web Adapterについて自分なりに理解してみた
smt7174
5
140
Liquid Glass革新とSwiftUI/UIKit進化
fumiyasac0921
0
310
LangChain Interrupt & LangChain Ambassadors meetingレポート
os1ma
2
240
Featured
See All Featured
I Don’t Have Time: Getting Over the Fear to Launch Your Podcast
jcasabona
32
2.4k
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
45
7.5k
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
44
2.4k
KATA
mclloyd
30
14k
Building a Modern Day E-commerce SEO Strategy
aleyda
42
7.4k
Chrome DevTools: State of the Union 2024 - Debugging React & Beyond
addyosmani
7
730
Making Projects Easy
brettharned
116
6.3k
How STYLIGHT went responsive
nonsquared
100
5.6k
The MySQL Ecosystem @ GitHub 2015
samlambert
251
13k
The Pragmatic Product Professional
lauravandoore
35
6.7k
Build The Right Thing And Hit Your Dates
maggiecrowley
36
2.8k
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
194
16k
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