ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    New Monitoring Script

    Announcements
    nodebb
    5
    25
    4.0k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • thanksajdotcomT
      thanksajdotcom
      last edited by

      Woohoo!

      1 Reply Last reply Reply Quote 0
      • scottalanmillerS
        scottalanmiller
        last edited by

        So far so good, will take a few weeks before we have a good idea if it is runny smoothly or not.

        thanksajdotcomT 1 Reply Last reply Reply Quote 0
        • thanksajdotcomT
          thanksajdotcom @scottalanmiller
          last edited by

          @scottalanmiller said:

          So far so good, will take a few weeks before we have a good idea if it is runny smoothly or not.

          What does the script do exactly? In more technical terms.

          scottalanmillerS 1 Reply Last reply Reply Quote 0
          • scottalanmillerS
            scottalanmiller @thanksajdotcom
            last edited by

            @thanksaj said:

            @scottalanmiller said:

            So far so good, will take a few weeks before we have a good idea if it is runny smoothly or not.

            What does the script do exactly? In more technical terms.

            Watches for the process to stop and restarts it. It's called "forever".

            thanksajdotcomT 1 Reply Last reply Reply Quote 0
            • thanksajdotcomT
              thanksajdotcom @scottalanmiller
              last edited by

              @scottalanmiller said:

              @thanksaj said:

              @scottalanmiller said:

              So far so good, will take a few weeks before we have a good idea if it is runny smoothly or not.

              What does the script do exactly? In more technical terms.

              Watches for the process to stop and restarts it. It's called "forever".

              What process?

              scottalanmillerS 1 Reply Last reply Reply Quote 0
              • scottalanmillerS
                scottalanmiller @thanksajdotcom
                last edited by

                @thanksaj said:

                What process?

                The community.

                thanksajdotcomT 1 Reply Last reply Reply Quote 0
                • thanksajdotcomT
                  thanksajdotcom @scottalanmiller
                  last edited by

                  @scottalanmiller said:

                  @thanksaj said:

                  What process?

                  The community.

                  Ah. Is NodeBB built on MySQL?

                  scottalanmillerS 1 Reply Last reply Reply Quote 0
                  • scottalanmillerS
                    scottalanmiller @thanksajdotcom
                    last edited by

                    @thanksaj said:

                    @scottalanmiller said:

                    @thanksaj said:

                    What process?

                    The community.

                    Ah. Is NodeBB built on MySQL?

                    No, nor does it use it as a database. It's built on Node.js, hence the name.

                    thanksajdotcomT 1 Reply Last reply Reply Quote 0
                    • thanksajdotcomT
                      thanksajdotcom @scottalanmiller
                      last edited by

                      @scottalanmiller said:

                      @thanksaj said:

                      @scottalanmiller said:

                      @thanksaj said:

                      What process?

                      The community.

                      Ah. Is NodeBB built on MySQL?

                      No, nor does it use it as a database. It's built on Node.js, hence the name.

                      It doesn't use a database? Then...how??

                      scottalanmillerS 1 Reply Last reply Reply Quote 0
                      • scottalanmillerS
                        scottalanmiller @thanksajdotcom
                        last edited by

                        @thanksaj said:

                        It doesn't use a database? Then...how??

                        Of course it does. But it isn't "built on a database." That would be weird. It talks to the database you tell it to talk to. In our case, that is MongoDB.

                        thanksajdotcomT 1 Reply Last reply Reply Quote 0
                        • thanksajdotcomT
                          thanksajdotcom @scottalanmiller
                          last edited by

                          @scottalanmiller said:

                          @thanksaj said:

                          It doesn't use a database? Then...how??

                          Of course it does. But it isn't "built on a database." That would be weird. It talks to the database you tell it to talk to. In our case, that is MongoDB.

                          Ok, the wording might not have been great, but how is how NodeBB works with a database different than, say, Wordpress?

                          scottalanmillerS 1 Reply Last reply Reply Quote 0
                          • scottalanmillerS
                            scottalanmiller @thanksajdotcom
                            last edited by

                            @thanksaj said:

                            Ok, the wording might not have been great, but how is how NodeBB works with a database different than, say, Wordpress?

                            Same, it is an external system and it makes network calls to it.

                            thanksajdotcomT 1 Reply Last reply Reply Quote 0
                            • thanksajdotcomT
                              thanksajdotcom @scottalanmiller
                              last edited by

                              @scottalanmiller said:

                              @thanksaj said:

                              Ok, the wording might not have been great, but how is how NodeBB works with a database different than, say, Wordpress?

                              Same, it is an external system and it makes network calls to it.

                              So is MongoDB:MySQL as NodeBB:Wordpress? Little SAT question for ya. LOL

                              scottalanmillerS 1 Reply Last reply Reply Quote 0
                              • scottalanmillerS
                                scottalanmiller @thanksajdotcom
                                last edited by

                                @thanksaj said:

                                So is MongoDB:MySQL as NodeBB:Wordpress? Little SAT question for ya. LOL

                                Roughly. MongoDB is a networked NoSQL database. MySQL is an RDBMS. NodeBB and Wordpress are both applications.

                                thanksajdotcomT 1 Reply Last reply Reply Quote 0
                                • thanksajdotcomT
                                  thanksajdotcom @scottalanmiller
                                  last edited by

                                  @scottalanmiller said:

                                  @thanksaj said:

                                  So is MongoDB:MySQL as NodeBB:Wordpress? Little SAT question for ya. LOL

                                  Roughly. MongoDB is a networked NoSQL database. MySQL is an RDBMS. NodeBB and Wordpress are both applications.

                                  RDBMS?

                                  T scottalanmillerS 2 Replies Last reply Reply Quote 0
                                  • T
                                    technobabble @thanksajdotcom
                                    last edited by

                                    @thanksaj relational database management system

                                    1 Reply Last reply Reply Quote 0
                                    • scottalanmillerS
                                      scottalanmiller @thanksajdotcom
                                      last edited by scottalanmiller

                                      @thanksaj said:

                                      @scottalanmiller said:

                                      @thanksaj said:

                                      So is MongoDB:MySQL as NodeBB:Wordpress? Little SAT question for ya. LOL

                                      Roughly. MongoDB is a networked NoSQL database. MySQL is an RDBMS. NodeBB and Wordpress are both applications.

                                      RDBMS?

                                      It would behoove you to look up basic IT terms on your own without needing everyone to look them up for you.

                                      RDBMS is a Relational DataBase Management System. Most IT people incorrectly just call them databases leading to much of the confusion in the industry. MS SQL Server, MySQL, PostgreSQL, Oracle DB, Informix, DB2, Sybase ASE, etc. are all RDBMS. SQLite and JetBD (Access) are not, they are just databases, even though they are relational. MongoDB, Redis, CouchDB and others are NoSQL, non-relational databases. They are lumped together as NoSQL even though they have nothing to do with each other to distinguish them from the things that most people simply assume databases to be.

                                      My first internship at age 13 was working on NoSQL systems.

                                      thanksajdotcomT DashrenderD 2 Replies Last reply Reply Quote 0
                                      • thanksajdotcomT
                                        thanksajdotcom @scottalanmiller
                                        last edited by

                                        @scottalanmiller said:

                                        @thanksaj said:

                                        @scottalanmiller said:

                                        @thanksaj said:

                                        So is MongoDB:MySQL as NodeBB:Wordpress? Little SAT question for ya. LOL

                                        Roughly. MongoDB is a networked NoSQL database. MySQL is an RDBMS. NodeBB and Wordpress are both applications.

                                        RDBMS?

                                        It would behoove you to look up basic IT terms on your own without needing everyone to look them up for you.

                                        RDBMS is a Relational DataBase Management System. Most IT people incorrectly just call them databases leading to much of the confusion in the industry. MS SQL Server, MySQL, PostgreSQL, Oracle DB, Informix, DB2, Sybase ASE, etc. are all RDBMS. SQLite and JetBD (Access) are not, they are just databases, even though they are relational. MongoDB, Redis, CouchDB and others are NoSQL, non-relational databases. They are lumped together as NoSQL even though they have nothing to do with each other to distinguish them from the things that most people simply assume databases to be.

                                        My first internal at age 13 was working on NoSQL systems.

                                        Interesting.

                                        1 Reply Last reply Reply Quote 0
                                        • DashrenderD
                                          Dashrender @scottalanmiller
                                          last edited by

                                          @scottalanmiller said:

                                          My first internship at age 13 was working on NoSQL systems.

                                          I'm surprised for how old it is I had never heard of NoSQL until recently.

                                          thanksajdotcomT 1 Reply Last reply Reply Quote 0
                                          • thanksajdotcomT
                                            thanksajdotcom @Dashrender
                                            last edited by

                                            @Dashrender said:

                                            @scottalanmiller said:

                                            My first internship at age 13 was working on NoSQL systems.

                                            I'm surprised for how old it is I had never heard of NoSQL until recently.

                                            Never heard of it either.

                                            1 Reply Last reply Reply Quote 0
                                            • 1
                                            • 2
                                            • 1 / 2
                                            • First post
                                              Last post