SNMP Explained | Installation and configuration | RHEL 8 | Tech Arkit

Поделиться
HTML-код
  • Опубликовано: 12 дек 2024

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

  • @thedarkparadox
    @thedarkparadox 2 года назад +1

    Who knew that clearing out all the fluff in the pre-made snmpd.conf file and putting in 3 lines of code would get it done. Can always expand on it and add more down the road.
    Thanks for this, Arkit.

  • @AmitKumar-ei2se
    @AmitKumar-ei2se 2 года назад +1

    I have compile snmp in ubuntu using commands configure, make and make install but problem is everything work fine but server not running on port 161.

  • @omaral-halabiah2851
    @omaral-halabiah2851 5 лет назад +1

    useful video, thanks, but which package i have to install on snmp server that is include snmpget tool

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

      net-snmp* is enough will get all the utils

  • @amazingeyecatch7118
    @amazingeyecatch7118 Год назад +1

    How recollect data.. from agent if it hangs from some time..

    • @TechArkit
      @TechArkit  Год назад +1

      Restart the snmpd service

  • @zaffarsyed-w7o
    @zaffarsyed-w7o 9 месяцев назад +1

    super please create more videos

  • @Alberto4178-t7f
    @Alberto4178-t7f 5 лет назад +1

    Hi Arkit , you done with ansible ?

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

      No Still few topics are pending to upload. will upload few more videos soon.

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

    How to configure SNMP in nagios Centos 8

    • @TechArkit
      @TechArkit  3 года назад +2

      Which version your looking for, if it is SNMP V2 as showed in this video.
      github.com/techarkit/nagios/blob/master/snmpd.conf

    • @rakeshmevada6623
      @rakeshmevada6623 3 года назад +1

      @@TechArkit hi I need sampale configuration file whare put /usr/local/nagios/etc/object/server.cfg, please help me to Which configuration put in this file ,give me at list one host configuration details through SNMP,same as switch, router etc

    • @TechArkit
      @TechArkit  3 года назад +2

      @@rakeshmevada6623 All Config files are here github.com/techarkit/nagios

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

      @@TechArkit , but I need host configuration file through SNMP,I m using Nagios core 4.4.6 in centos8, so please help me to send host.sfg sample file HDD, CPU, uptime,ping oad value how to define ?

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

      Please suggest

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

    Hello sir , from where u get the oid in video??

  • @MA-pm1di
    @MA-pm1di 3 года назад +1

    Hello Sir, I want to learn how the SNMP Set command works. How does the device understand this command?

  • @amazingeyecatch7118
    @amazingeyecatch7118 Год назад +1

    How we can get this rhel interface??

  • @rakeshmevada6623
    @rakeshmevada6623 3 года назад +1

    How to SNMP plugins tar file download and whare it is install and how it is directly install all plugins in libex directory

    • @TechArkit
      @TechArkit  2 года назад +1

      exchange.nagios.org/directory/Plugins/Network-Protocols/SNMP/Nagios-SNMP-Plugins/details Download and install.

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

      @@TechArkit , thanks sir , but can you describe this process how to download and install

  • @halbastomer924
    @halbastomer924 4 года назад +1

    thanks sir, please I want video about Debian + ubuntu , how to install SNMP on server ubuntu or Debian ?????? please tell me

    • @TechArkit
      @TechArkit  4 года назад +3

      apt-get install snmp* -y
      Follow the same steps.

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

    Ravi 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.

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

      Please respond

    • @TechArkit
      @TechArkit  2 года назад +2

      Will do, i am currently working in Nagios Core Complete Course.

  • @lavanyaklavanya3520
    @lavanyaklavanya3520 2 года назад +1

    How to stop snmpd permanently

    • @TechArkit
      @TechArkit  2 года назад +2

      systemctl stop snmpd; systemctl mask snmpd;