Link
Embed
Share
Beginning
This slide
Copy link URL
Copy link URL
Copy iframe embed code
Copy iframe embed code
Copy javascript embed code
Copy javascript embed code
Share
Tweet
Share
Tweet
Slide 1
Slide 1 text
Monit and M/Monit Monitoring and managing daemons, files and directories
Slide 2
Slide 2 text
Table of Contents Introduction Getting started Configuration example M/Monit and Monit at Elmar Demo
Slide 3
Slide 3 text
Introduction
Slide 4
Slide 4 text
What is (M/)Monit?
Slide 5
Slide 5 text
Architecture Monitored entities Monitored hosts Centralized monitor M/Monit Monit Daemon File Monit Daemon
Slide 6
Slide 6 text
Getting started
Slide 7
Slide 7 text
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
Slide 8
Slide 8 text
Installing monit # apt-get install monit
Slide 9
Slide 9 text
Monit basic configuration # vim /etc/monit/monitrc => set daemon => set httpd port and allow x.x.x.x/x.x.x.x => set mmonit
Slide 10
Slide 10 text
Running monit # vim /etc/default/monit => startup=1 # /etc/init.d/monit start
Slide 11
Slide 11 text
Configuration example
Slide 12
Slide 12 text
Monit config
Slide 13
Slide 13 text
Monitor Solr
Slide 14
Slide 14 text
M/Monit and Monit at Elmar
Slide 15
Slide 15 text
Monitoring Elmar Servers monit trip-sl1 hadoop supply loader mysql tunnel trip-sl2 hadoop trip-sl4 hadoop
Slide 16
Slide 16 text
Monitoring Cyso Servers er- loader1 er-solr1 solr solr importer er-solr2 solr er-solr3 solr
Slide 17
Slide 17 text
No content
Slide 18
Slide 18 text
Demo