How to track when your sites go down?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • beks001
    Confirmed User
    • Oct 2006
    • 1837

    #1

    How to track when your sites go down?

    I'm sick of seeing my sites go down constantly and not knowing until days later.

    Is there anything that I can use to track this or setup an alert that lets me know when they are down?
    [B]341 people reviewed this!?!?!

    Blogging Thread!


    Teen Cams


    Gay Webcam

    Best Free File Storage
  • Sly
    Let's do some business!
    • Sep 2004
    • 31376

    #2
    https://www.pingdom.com/
    Vacares - Web Hosting, Domains, O365, Security & More - Paxum and BTC Accepted

    Windows VPS now available
    Great for TSS, Nifty Stats, remote work, virtual assistants, etc.
    Click here for more details.

    Comment

    • beks001
      Confirmed User
      • Oct 2006
      • 1837

      #3
      Originally posted by Sly
      Sweet! Thanks Sly! I'd need the 500 site option as I'm up to about 180 now but I can't justify the cost here based on my gross revenue. What I should do is scale down to what makes me money and cut costs on the sites that do not.
      [B]341 people reviewed this!?!?!

      Blogging Thread!


      Teen Cams


      Gay Webcam

      Best Free File Storage

      Comment

      • brassmonkey
        Pay It Forward
        • Sep 2005
        • 77396

        #4
        http://www.internetseer.com
        TRUMP 2026 KEKAW!!! - The Laken Riley Act Is Law!
        DACA ENDED - SUPPORT AZ HCR 2060 52R - email: brassballz-at-techie.com

        Comment

        • AllAboutCams
          Femcams.com
          • Jul 2011
          • 12234

          #5
          i use pingdom on one site to see if my hosting goes down
          Binance - Blockchain and Crypto Asset Exchange
          Chaturbate make money in cams

          Comment

          • 247mg
            Yellowplum / 247mg
            • Feb 2008
            • 2162

            #6
            signup for the service called alertsite.com
            247mg.com - Indian Affiliate Program - Over 50+ Sites To Promote - Monetize Your INDIAN Traffic Today!

            Comment

            • Fat Panda
              Porn is Dead. Move along.
              • Aug 2006
              • 13296

              #7
              get BETTER hosting

              but i like http://www.uptimerobot.com/

              Comment

              • Sly
                Let's do some business!
                • Sep 2004
                • 31376

                #8
                Originally posted by beks001
                Sweet! Thanks Sly! I'd need the 500 site option as I'm up to about 180 now but I can't justify the cost here based on my gross revenue. What I should do is scale down to what makes me money and cut costs on the sites that do not.
                You could do the small package and put one instance on each of your servers. You likely would not need an instance on every single site, particularly if they are small. I'm sure there are also free packages out there. Look around, maybe you can get 10 free packages and cover everything.
                Vacares - Web Hosting, Domains, O365, Security & More - Paxum and BTC Accepted

                Windows VPS now available
                Great for TSS, Nifty Stats, remote work, virtual assistants, etc.
                Click here for more details.

                Comment

                • Dankasaur
                  So Fucking Fossilized
                  • Sep 2011
                  • 1432

                  #9
                  Code:
                  <?php
                  function is_site_down($site, $timeout = 10)
                  {
                  	if(!filter_var($site, FILTER_VALIDATE_URL))
                  	{
                  		return TRUE;
                  	}
                  	$curl = curl_init($site);
                  	curl_setopt($curl,CURLOPT_CONNECTTIMEOUT, $timeout);
                  	curl_setopt($curl,CURLOPT_HEADER, TRUE);
                  	curl_setopt($curl,CURLOPT_NOBODY, TRUE);
                  	curl_setopt($curl,CURLOPT_RETURNTRANSFER, TRUE);
                  	$response = curl_exec($curl);
                  	curl_close($curl);
                  	if ($response)
                  	{
                  		return FALSE;
                  	}
                  	return TRUE;
                  }
                  
                  if (is_site_down('http://www.example.com'))
                  {
                  	echo 'Site is down, yo.';
                  }
                  else
                  {
                  	echo 'Site is up, bruh!';
                  }
                  ?>

                  Comment

                  • beks001
                    Confirmed User
                    • Oct 2006
                    • 1837

                    #10
                    Originally posted by brassmonkey
                    Looks decent
                    Originally posted by AllAboutCams
                    i use pingdom on one site to see if my hosting goes down
                    I might try this. 1 per server. They likely all go down if one does. I just want to know if it goes down that's all.
                    Originally posted by dpapa
                    signup for the service called alertsite.com
                    This looks a bit complicated.
                    Originally posted by Sly
                    You could do the small package and put one instance on each of your servers. You likely would not need an instance on every single site, particularly if they are small. I'm sure there are also free packages out there. Look around, maybe you can get 10 free packages and cover everything.
                    Better off paying $9.95 probably right?
                    [B]341 people reviewed this!?!?!

                    Blogging Thread!


                    Teen Cams


                    Gay Webcam

                    Best Free File Storage

                    Comment

                    • Roald
                      SecretFriends.com
                      • May 2001
                      • 27910

                      #11
                      Check out Nagios.com


                      WE ARE BUYING PAY SITES! CONTACT ME



                      ClubSweethearts | ManUpFilms | SinfulXXX | HOT * AdultPrime * HOT


                      Paying webmasters since 1996! Contact: r.riepen @ sansylgroup.com | telegram: roaldr

                      Comment

                      • nickutis
                        Confirmed User
                        • Dec 2002
                        • 719

                        #12
                        www.host-tracker.com

                        Comment

                        Working...