Nagios Core Part 2: Client (Linux & Windows) Setup Tutorial

Поделиться
HTML-код
  • Опубликовано: 27 авг 2024
  • A tutorial on how to configure Nagios Core server and clients (Linux and Windows). Nagios Core is a monitoring and alerting software package that notify system administrators of any system or server issues.
    Download Nagios Core: nag.is/coresys
    Download Nagios XI: nag.is/xisys
    Download Nagios Plugins: nag.is/plugsys
    Website: www.nagios.com
    WATCH PART 1: • Nagios Core Part 1: Se...
    Thank you for watching!! Please let me know how you are using Nagios XI or Core in your environment.
    Please subscribe to get updates on new videos :)
    Twitter: sysadmgirl
    Facebook: sysadmgirl
    --------------------------------------------------------------------------------------
    Linux Client
    yum install openssl openssl-devel gcc xinetd
    useradd nagios
    Download Load NRPE: sourceforge.ne...
    tar -xvf nrpe-2.15.tar.gz
    ./configure
    make all
    make install-daemon
    In /etc/services add entry:
    nrpe 5666/tcp #NRPE Nagios Client
    Copy nrpe.xinetd from nrpe samplefiles to /etc/xinetd.d
    Configure /etc/xinetd/nrpe
    Restart xinetd: service xinetd restart
    Configure /usr/local/nagios/etc/nrpe.cfg
    Open firewall /etc/sysconfig/iptables
    Nagios Server
    Configure /usr/local/nagios/etc/nagios.cfg
    Copy template /usr/local/nagios/etc/objects/localhost.cfg /usr/local/nagios/etc/objects/linuxclient.cfg
    Restart nagios: service nagios restart
    --------------------------------------------------------------------------------------
    Windows Client
    Download sourceforge.ne...
    Run NSCP-0.4.1.73-x64.msi installer
    Nagios Server
    Configure /usr/local/nagios/etc/nagios.cfg
    Copy template /usr/local/nagios/etc/objects/localhost.cfg /usr/local/nagios/etc/objects/windowsclient.cfg
    Restart nagios: service nagios restart

Комментарии • 79

  • @atanudebnath8023
    @atanudebnath8023 4 года назад

    Its very easy to setup a nagios system following your lecture for me bcoz I already have past tools admin experience with nagios core 3 integration with nrpe, snmp, nagvis, centreon, otrs,mrtg,rt, ndoutils and many more. thank you for this video. its really good

  • @ljfpsgaming
    @ljfpsgaming 5 лет назад +2

    I am a big fan of your work... keep it swag!!! one of the best linux online teachers i've ever had... :D

  • @venkatchari4406
    @venkatchari4406 7 лет назад

    Excellent video on configuring Nagios clients both Linux and Windows

  • @cgf9875
    @cgf9875 7 лет назад +3

    At the point 8:42, I think you missed one step, which is add the "cfg_file=/usr/local/nagios/etc/objects/linuxclient.cfg" line into the nagios.cfg file. cheers!

    • @jithendrasingh1251
      @jithendrasingh1251 10 месяцев назад

      thanks buddy. your comment saved my troubleshooting time.

  • @circuitman298
    @circuitman298 8 лет назад

    So very nice I will be installing the whole Nagios software in my lab over the next few weeks and then see if my boss will be ok installing in prod.. Very cool.

  • @LiveLife378
    @LiveLife378 8 лет назад

    wow your back!! we have missed you. Hope you can do more Linux how to videos for Business and home use in the near future.

  • @deano0626
    @deano0626 8 лет назад +1

    Where have you been? Keep the tutorials coming, it's good stuff!

  • @MrDeepak1590
    @MrDeepak1590 8 лет назад

    Very Nice presentation, simple and clear

  • @rakeshmevada6623
    @rakeshmevada6623 2 года назад

    How to configure SNMP through Nagios core 4.6, can you send me examples file host.cfg and command.cfg examples file

  • @iogarchi
    @iogarchi 7 лет назад

    Great presentation Miss. Thank you.

  • @miitolito1271
    @miitolito1271 8 лет назад

    welcome back star alot of Os are live and need to go videos with you :D hope to see it with you

  • @ramak112
    @ramak112 6 лет назад

    Hi All,
    i am getting below error message when i run ./check_nrpe -H 127.0.0.1
    connect to address 127.0.0.1 port 5666: connection refused
    Please help me i am working on Redhat 7.4

  • @suren3624
    @suren3624 5 лет назад +1

    Hi,Thanks for the excellent tutorial. Can we add multiple servers in a single nagios file.

  • @lai7017
    @lai7017 8 лет назад

    Que bom está de volta.

  • @warron.french_food5735
    @warron.french_food5735 5 лет назад

    Why did the simple tar xvf (without the 'z') work against the gzipped tarball? That was kind of weird.

  • @brijeshpatel6194
    @brijeshpatel6194 5 лет назад

    will you plz tell me what's the difference of Typical ,custom and complete when installing ???

  • @shubhamidiwal
    @shubhamidiwal 7 лет назад

    how to access nagios core web interface from another machine,not from the same machine it is installed in

  • @swapnilbat
    @swapnilbat 4 года назад

    Please also make video on how to configure nagios email alert notifications

  • @srxnick9829
    @srxnick9829 3 года назад

    Thanks for the Tutorial. I have a question regarding the current Version 4.0.2. The Xinetd Configuration doesnt show up under the Directory "Sample Config". Also searched the Xinetd directory and so on.. Yet nothing to find but online results. Whats the Procedure from here though? (Working on Cent OS8)

  • @shababpk9473
    @shababpk9473 7 лет назад

    Hi,
    I'm trying to setup my test nagios to check the disk space of another remote host. I've got it setup and checking. But to my surprise, it was checking the nagios server's local disk space instead of the remote host.Pls hlp me ASAP

  • @PratapModhvadiya
    @PratapModhvadiya 5 лет назад

    Is there anyway to discover hosts automatically and add them in to config file using script? I would like to set up nagios for small company so adding all the servers manually is time consuming.

  • @RiskyR1CH
    @RiskyR1CH 6 лет назад

    Thanks for the video. Does email notifications work out of the box or do we need to install Postfix ?

  • @samoulou5524
    @samoulou5524 7 лет назад

    Can you please help me to install monitoring network on the RASPBERRY card to supervise some printout and some router through the SNMP protocol.
    Thank you

  • @kyleweightman7019
    @kyleweightman7019 6 лет назад

    after install xinetd it doesnt show in the sample-config directory, any ideas folks?

  • @trollingday7124
    @trollingday7124 8 лет назад +1

    Thx SysAdmGirl, your first nagios tutorial helped me a lot and now I'm glad you're back up video on the subject.
    Welcome back ;-)

  • @MrKinir
    @MrKinir 8 лет назад

    You're back! :)

  • @warron.french_food5735
    @warron.french_food5735 5 лет назад

    Do you have a video on how to update Nagios Core components (Server, Plugins, and NRPE) on the same machines?

  • @djmaisuria
    @djmaisuria 8 лет назад

    can you make a video on how to add services to monitor such as EAS integration service?

  • @rakeshmevada6623
    @rakeshmevada6623 2 года назад

    Hello sir can you make it one video how to configure all prameter through SNMP , windows server,and network devices and how to download and install this all plagins and configur,in command.cfg and windows server.cfg file if this video you upload it is all of you more halp full , please do needful.

  • @fahmiammar3348
    @fahmiammar3348 4 года назад

    Hello,
    Tks for this vidéo. i have a big problem today. i have an error: CHECK_NRPE: (ssl_err != 5) Error - Could not complete SSL handshake with xx.xx.xx.xx: 1
    But i'm confiused, i tried many solution but it dosen't work.
    Have you an idea or suggestion for me please.
    many tks

  • @crowneplaza007
    @crowneplaza007 5 лет назад +5

    honestly its very hard to follow her lectures and a lot of errors on the way.

    • @crowneplaza007
      @crowneplaza007 5 лет назад +2

      www.itzgeek.com/how-tos/linux/centos-how-tos/monitor-centos-7-rhel-7-using-nagios-4-0-7.html - configuring nagios-server
      www.itzgeek.com/how-tos/linux/centos-how-tos/monitor-remote-linux-system-with-nagios-3.html - configuring nagios-linux- client

    • @japhethjay4880
      @japhethjay4880 3 года назад

      Yeah she is pretty fast if u are a complete begginer I can see how this will be very challenging.

  • @romeonagha317
    @romeonagha317 6 лет назад

    #cd /usr/local/nagios/etc when i do #ls i don't have any of the output you got. I got lost at that point I don't have the same output
    i was configuring nagios client linux
    what may have happened?
    i was able to configure nagios server, i am stuck on the linux client side
    help please

  • @RonnieMorgan2011
    @RonnieMorgan2011 7 лет назад

    I am having ALOT of trouble setting up Nagiosql. Can you please do a video on it for me ? I think Ive got core running just fine. I am so confused :(

  • @afsarabc
    @afsarabc 7 лет назад

    Hi,
    I am new to Nagios.
    I want to monitor a service(Kafka) through Nagios.
    I have two instances.One is Nagios Server Monitor and another one is client where my Kafka service is running.I am able to monitor client host and using other monitor tool like Datadog able to monitor.
    But I have not worked before with Nagios and do not know how to integrate Kafka service with it.
    Please guide asap.
    Thanks in advance

  • @miguelangelrojasl5719
    @miguelangelrojasl5719 2 года назад

    Hello, very good day, first of all congratulations and thank you for your videos, they are very good material to be able to learn more about this world of open source, sorry for the inconvenience, could you tell me to clarify a doubt that I have in my workplace I already have 16 windows computers with nsclient already installed, could you tell me how I could add each one separately to make monitored or flat if it is better all in just one thank you very much and sorry for the inconvenience

  • @BasharatMartin07
    @BasharatMartin07 7 лет назад

    I have just noticed , that the linux-clienthost is also showing the same root partition size as the nagios-server root partition ! ,, same goes for the swap !

    • @MuhammadZahid-mk7ys
      @MuhammadZahid-mk7ys 5 лет назад

      I have the same situation, I followed the tutorial but it gives all nagios server info not the client. Anyone know why it is like that?

  • @k_citizen_
    @k_citizen_ 5 лет назад

    thank you, really helpful

  • @himanshuwasan4502
    @himanshuwasan4502 6 лет назад

    Please help I got an error whole Itype ./

  • @gerry2345
    @gerry2345 8 лет назад

    Very nice... Thanks

  • @moh.shadab70
    @moh.shadab70 7 лет назад

    Getting error no nsclient getting information

  • @madhusudhangarikipati8668
    @madhusudhangarikipati8668 7 лет назад +1

    CHECK_NRPE: Error - Could not complete SSL handshake...
    Please help me out from this error..thanks

  • @shan1754
    @shan1754 8 лет назад

    how and why logged onto GUI with root?

  • @dsulvadarius
    @dsulvadarius 7 лет назад

    super helpful.

  • @rnbmaf1a
    @rnbmaf1a 7 лет назад

    Better setup all passwords in resource.cfg "$USER100$=temp123" ,and in commands.cfg add "USER100$" ... CGI is not reading the resource file so your passwords are more secure , you can also chmod resource file to 600 or 660.

  • @Tio-Nino
    @Tio-Nino 8 лет назад +1

    miss you :)

  • @luvkumarmaharana822
    @luvkumarmaharana822 7 лет назад

    Thanks a lot .

  • @jsmith754
    @jsmith754 8 лет назад

    Jeez, where have you been? You owe us an explanation. :) Welcome back!

  • @mashhoodakhtar
    @mashhoodakhtar 8 лет назад

    where you been 2 years many warm welcome to come back.

  • @Douglasunix
    @Douglasunix 6 лет назад

    beautiful....

  • @Spooferish
    @Spooferish 3 года назад

    Found rpm way of installing that is much faster. Anyways thanks.

  • @goranskoc4152
    @goranskoc4152 8 лет назад

    yeah this lady is special

  • @TheIAMINU
    @TheIAMINU 8 лет назад

    It seemed to be too resource intensive ..

  • @fredrickibe5705
    @fredrickibe5705 6 лет назад

    all of this just to set up a client?

  • @sanjay2gzb
    @sanjay2gzb 5 лет назад

    NSClient - ERROR: No performance data from command: check_drivesize
    NSClient - ERROR: No performance data from command: check_cpu
    NSClient - ERROR: No performance data from command: check_memory
    NSClient - ERROR: No performance data from command: check_uptime
    Unknown command(s): check_service

  • @davidoh1466
    @davidoh1466 8 лет назад

    Do you use two linux computers? or just one? I am a student who studying about nagios lately..

  • @arm0r3d_16
    @arm0r3d_16 5 лет назад

    Honestly for someone that is not very good with linux and cli I found this to be very difficult to follow and I still cannot get my windows hosts to work with nagios. I like your style but you blew through that so fast... This video did not help me.

  • @mailwork1003
    @mailwork1003 5 лет назад

    hey Tanya! i have a problem with setting up Nagios for Linux client, there is any way to contact you ?

  • @snetgh
    @snetgh 7 лет назад

    Hi please how would create new group in my nagios 4.3.1 on Ubuntu
    server 16.04 different from Linux server and windows server. i want to
    create a group like cloud server group

  • @regularperson7455
    @regularperson7455 4 года назад

    love you..

  • @user-ej2gs3ns9m
    @user-ej2gs3ns9m 8 лет назад

    you amazing

  • @orvieabanilla8351
    @orvieabanilla8351 8 лет назад

    hi! How to monitor multiple partition ??

    • @NordicRoam
      @NordicRoam 7 лет назад

      orvie Abanilla you grep the example of check-disk. use df -h to check partition numbers. check-disk /sdb (example)

  • @riteshkumarsoni3445
    @riteshkumarsoni3445 4 года назад

    Your Lectures r Cute lyk u..

  • @Vziera
    @Vziera 8 лет назад +2

    She's such a perfection.

  • @fredrickibe5705
    @fredrickibe5705 6 лет назад

    this video was way too long

  • @user-ej2gs3ns9m
    @user-ej2gs3ns9m 8 лет назад

    You beautiful

  • @user-ej2gs3ns9m
    @user-ej2gs3ns9m 8 лет назад

    give me a kiss

  • @damonpanjiagung5634
    @damonpanjiagung5634 7 лет назад

    argghhhh.. why are you so charming...... ?

  • @myportfoliomax4971
    @myportfoliomax4971 7 лет назад

    That's it! I am gonna divorce. I am in love. Beautiful girl with brains. That's really something.))))))))))))))))))))))))))))))

  • @chandupachiranjeewa7732
    @chandupachiranjeewa7732 4 месяца назад

    damn , ur gorgeous , anyways , i disabled the SElinux "sed -i 's/SELINUX=.*/SELINUX=disabled/g' /etc/selinux/config
    setenforce 0
    "