Monitoring Linux Systems and Services with Monit (Hands-On Linux Course Preview)

  Рет қаралды 54,386

tutoriaLinux

tutoriaLinux

Күн бұрын

About this Video:
This video covers the configuration of basic Linux server and service monitoring (http/nginx, db/MySQL, etc.) using the monit monitoring tool.
We cover installation, service management, configuration, security considerations, and testing.
This is a free sample video from my project-based Linux System Administration course, Hands-On Linux: Self-Hosted WordPress for Linux Beginners: www.udemy.com/...
You can find more free sample videos on the course page by following the link above (you'll also get a discount on the course by clicking).
Step-by-step project-based Linux course for beginners: www.udemy.com/...
Free Linux Sysadmin Course Playlist: • The Linux Basics Cours...
DigitalOcean referral link: m.do.co/c/0380...
Patreon: / tutorialinux
Official Site & e-mail list: tutorialinux.com/
Twitter: / tutorialinux
Facebook: / tutorialinux
Podcast: kernelpanicpodc...

Пікірлер: 39
@patricioreese4468
@patricioreese4468 4 жыл бұрын
sorry but, where did you get the configuration you copy to the new monitrc file? because it's not the same that was in the original one.
@seindelossantos9073
@seindelossantos9073 4 жыл бұрын
Great and helpful tutorial. But how monitrc.d created? Thanks!
@goodyonsen77
@goodyonsen77 3 жыл бұрын
It’s not created, it’s probably already in his system. You can’t see such file in yours because your monit version is newer. This video is 5 years old. His monit.d is your "config-available”. Check the “conf-available” folder in /etc/monit/ to see what he lists as available configs in his monit.d.
@rusoaica
@rusoaica 6 жыл бұрын
after installing, enabling and starting monit, I cannot find any /etc/monit/monitrc.d/ directory. Have I done something wrong, or have things changed since the video?
@newwavex8665
@newwavex8665 4 жыл бұрын
Yeah I dont have one either :/
@emmanuelsosareyes9607
@emmanuelsosareyes9607 4 жыл бұрын
I've seen that in directory conf-available there are the same files than in monitrc.d, maybe that's the new one... (?
@africa-info4246
@africa-info4246 4 жыл бұрын
Thanks you so much
@valentin7773
@valentin7773 5 жыл бұрын
HI, love your videos Dave ! in minute ¬ 4:28 you copy all the configuration text from one to another file, how did you do it ? Thanks.
@DevOpsKey1
@DevOpsKey1 5 жыл бұрын
How can you create a different directory inside the monitrc.d
@zuccolon
@zuccolon 4 жыл бұрын
How i can add email notification alerts?
@tanja84dk1
@tanja84dk1 8 жыл бұрын
Thanks for a great video. I just have a question. Is it posible to get the config that you pasted into the conf file?
@tutoriaLinux
@tutoriaLinux 8 жыл бұрын
Sure, I just threw it up on Github: github.com/groovemonkey/tutorialinux/blob/master/config_files/monitoring/monitrc
@arunkumar-up3uo
@arunkumar-up3uo 3 жыл бұрын
How to monitor remote system, its processes and the applications running on it using monit tool
@tutoriaLinux
@tutoriaLinux 3 жыл бұрын
Monit is really only appropriate for single-system installs. For monitoring multiple systems I’d recommend an elk stack (self hosted or 3rd party, like datadog), or something like prometheus et al.
@arunkumar-up3uo
@arunkumar-up3uo 3 жыл бұрын
@@tutoriaLinux Thanks for the update
@arunkumar-up3uo
@arunkumar-up3uo 3 жыл бұрын
how to monitor multiple systems using monit
@johnjohnson5818
@johnjohnson5818 8 жыл бұрын
daemon is archaic spelling of demon. daemon is pronounced with long E, as in deeemon. I don't know about every other language, but in German, is a two vowel sequence, the second vowel is pronounced. The first vowel is silent. Hope this helps. Hope is am correct. Welcome additional help.
@loganparrette2429
@loganparrette2429 7 жыл бұрын
Do us all a favor John and buzz off. No one is here to listen to proper pronunciation of words and I dont think anyone watching this video, who is watching it to learn, could care less about your grammatical savvy. If you don't like the way words are being pronounced gtfo. There are plenty of other sysadmin videos out there...clown.
@loganparrette2429
@loganparrette2429 7 жыл бұрын
P.s. it is "Hope I am correct." not "Hope is am correct."
@jhwheeler7
@jhwheeler7 7 жыл бұрын
No need to be belligerent, Logan. He's just trying to help out. Granted, John...you're wrong on two counts - one is that both pronunciations are accepted as standard (as you can see on Wikipedia: wikipedia.org/wiki/Daemon_(computing)). Second is that your explanation about the first vowel being silent isn't quite right. The "ae" diphthong became "ee" for a variety of reasons which I won't go into here.
@kilianmelcher3811
@kilianmelcher3811 4 жыл бұрын
I'm new to Linux and I'm just on the first semester of CS and I'm having a hard time following these last videos from the Sysadmin playlist
@tutoriaLinux
@tutoriaLinux 4 жыл бұрын
Which ones got hard/confusing for you? If you describe where you got lost I'm happy to make a few more videos explaining that!
@kilianmelcher3811
@kilianmelcher3811 4 жыл бұрын
@@tutoriaLinux Nice for you to respond! I really much appreciated this Linux Course. I watched it entirely and I had difficulties with the following videos: Process, Process Signals, Proc filesystem, Monitoring Services, MySQL/Maria DB. It would be great if you could do more videos about Backups, since that's essencial for Sysadmin. Otherwise, great job!
@aladolfsenjustanoldguy2045
@aladolfsenjustanoldguy2045 8 жыл бұрын
I'm running an installed version on Linux Mint 17.3. After I installed monit, and entered the systemctl command, I received an error: "systemctl: command not found"
@tutoriaLinux
@tutoriaLinux 8 жыл бұрын
Could be that they're just using the 'service' command. Just try 'service action>', e.g. service nginx reload.
@Oswee
@Oswee 3 жыл бұрын
Running everything as root?
@stefano8936
@stefano8936 3 жыл бұрын
In which cases would you choose this over stuff like Prometheus?
@tutoriaLinux
@tutoriaLinux 3 жыл бұрын
Single-server, private deployments for hobby machines. Professionally I’d use prometheus, elk, or even more likely a 3rd party that wraps those for me like datadog.
@tomislavfedek6678
@tomislavfedek6678 7 жыл бұрын
Can we use monit for just monitor icmp packets to server?
@tutoriaLinux
@tutoriaLinux 7 жыл бұрын
I'm thinking you want to use tcpdump.
@vdz89
@vdz89 8 жыл бұрын
This is showing when i start monit /etc/monit/monitrc:21: Error: syntax error 'ping' why?
@tutoriaLinux
@tutoriaLinux 8 жыл бұрын
What does line 21 of your monitrc file look like?
@vdz89
@vdz89 8 жыл бұрын
# (by default check immediately after monit start)
@tutoriaLinux
@tutoriaLinux 8 жыл бұрын
pastebin?
@vdz89
@vdz89 8 жыл бұрын
+tutoriaLinux i solve the problem, its ok now....tnx anyway
@Khodi23
@Khodi23 8 жыл бұрын
Great video, but is there part 2?
@tutoriaLinux
@tutoriaLinux 8 жыл бұрын
Part 2 just went up! kzbin.info/www/bejne/ipnGkopqgrt6grs
Linux Sysadmin Basics -- User Account Management
15:39
tutoriaLinux
Рет қаралды 175 М.
Please Help This Poor Boy 🙏
00:40
Alan Chikin Chow
Рет қаралды 11 МЛН
The joker favorite#joker  #shorts
00:15
Untitled Joker
Рет қаралды 30 МЛН
when you have plan B 😂
00:11
Andrey Grechka
Рет қаралды 66 МЛН
Linux New User Guide: 10 Things I Wish I Knew
23:31
Learn Linux TV
Рет қаралды 462 М.
Linux Basics -- Scheduling Tasks with Cron
12:06
tutoriaLinux
Рет қаралды 131 М.
Linux Crash Course - Understanding File & Directory Permissions
35:48
Learn Linux TV
Рет қаралды 116 М.
Linux Sysadmin Basics -- 7.1 Filesystem Layout
14:46
tutoriaLinux
Рет қаралды 91 М.
Tmux - что это и зачем? Обзор и урок tmux
9:51
Диджитализируй!
Рет қаралды 131 М.
Linux Sysadmin Basics 04 -- Shell Features -- Pipes and Redirection
17:47
8 Basic lsof Commands Every Sysadmin Needs to Know
15:21
tutoriaLinux
Рет қаралды 168 М.
How Do Linux Kernel Drivers Work? - Learning Resource
17:02
LiveOverflow
Рет қаралды 550 М.