MongoDB Monitoring With ZABBIX

Поделиться
HTML-код
  • Опубликовано: 5 сен 2021
  • MongoDB Database monitoring can be easy and absolutely free with open source monitoring tool ZABBIX. Installation of Zabbix server takes only few minutes, and it comes with native MongoDB monitoring template both for standalone nodes and also for Cluster monitoring.
    ☕ In case if you want to support this content with coffee:
    ☕ www.buymeacoffee.com/dmitryla...
    👋 SOCIAL MEDIA
    📹 TWITTER - @RealDeimons
    🔔 INSTAGRAM - / dmitrylambert
    📫 Sign Up For Newsletter And Don't Miss Out on Anything
    📫 tinyurl.com/4sz2ewfb
  • НаукаНаука

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

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

    do you have a video on monitoring vmware esxi as I cna't seem to get it to work. I have enabled snmp via ssh but I am talking about the macro part of the vmare template - your help would be greatly greatly apprecaited.

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

    The role didn't work out of the box I had to add: {role: "clusterMonitor", db: "admin"} as a role as well. I'm not even running in a cluster, nor am I using the mongo cluster template in Zabbix.

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

    how about monitoring mysql? i get an error mysqadmin : connect to server at 'localhost failed

  • @Funtantrakk
    @Funtantrakk Год назад

    what connection string will use on macro for MongoDB Cluster

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

    what about mongodb as docker container?

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

    What about encrypted DB access ?
    Seems that it is not supported ☹

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

    Mine is showing an error: saslContinue.mechanism. Do you know why?

  • @luizerajoga1506
    @luizerajoga1506 Год назад

    Can you do the same thing with docker containers?

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

    I wonder if there is any device that can help me monitor my electricity panel with Zabbix. That would be awesome.

  • @luizeduardothompson8293
    @luizeduardothompson8293 2 месяца назад

    Is there already an update for MongoDB 6 monitoring? Because the authentication method changes in this version of mongo, so the plugins used for version 4.4 do not work in this version due to the authentication method.

  • @rodrigobsbcouto
    @rodrigobsbcouto Год назад

    with this monitoring I can make a specific select in the base?

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

    kindly a video on Clickhouse Monitoring With ZABBIX

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

    bookmaking for later

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

    With 6.0.7 and remote host NOT WORK!

  • @luizerajoga1506
    @luizerajoga1506 Год назад

    Do you have discord? I need some extra help...

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

    server returned error on SASL authentication step: BSON field 'saslContinue.mechanism' is an unknown field.
    zabbix 5.0
    agent2 5.0.10
    Help me dimitry :D

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

      mongodb v5 :)

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

      managed to solve?

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

      ​@@silmara487 no,we waiting dimitry for solution

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

      @@metinn58 I can receive mongo information without adding access credentials. Mongo is running on the same machine as the zabbix agent, in this case I ran the command ''zabbix_get -s localhost -k mongodb.server.status'' and got a return. But using username and password I have the same error as you.

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

      @@silmara487 yes, I can access all the information of the server through a proxy, but when I want to access the database in mongodb v5, I get this error.