1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Any tools to check/monitor server uptime?

Discussion in 'Site & Server Administration' started by tthmaz, Mar 7, 2006.

  1. #1
    hi, can anyone introduce a tool/utiities to monitor the uptme of a web server?

    Thanks.
     
    tthmaz, Mar 7, 2006 IP
  2. websiteideas

    websiteideas Well-Known Member

    Messages:
    1,406
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    130
    #2
    I suppose such tools exist, but I'm curious how such a tool would work without constantly hitting a website and thus slowing it down.
     
    websiteideas, Mar 7, 2006 IP
  3. UptimeAgent

    UptimeAgent Peon

    Messages:
    36
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Hi.

    Do you mean software to install at your server(s)/PC, or online uptime monitoring services?
     
    UptimeAgent, Mar 9, 2006 IP
  4. UptimeAgent

    UptimeAgent Peon

    Messages:
    36
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Hi.

    One HTTP (for example) request per 1+ minute(s) should not cause to any noticable slowdowns for your site/server.
     
    UptimeAgent, Mar 9, 2006 IP
  5. Otterstedt

    Otterstedt Guest

    Messages:
    19
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Hi,

    > One HTTP (for example) request per 1+ minute(s) should not cause to any noticable slowdowns for your site/server.

    I let the server do the uptime logging into a file, which I load down occasionly.
    The skript (linux) looks something like this:

    
    #!/bin/bash
    while [ 1 ]
      do
        /usr/bin/uptime >>uptime.log
        sleep 60
      done
    exit 0
    Code (markup):
    You also see the load average with such a skript, but you don't know whether the webserver is up.

    Tschüß, Heiner
     
    Otterstedt, Mar 10, 2006 IP
  6. UptimeAgent

    UptimeAgent Peon

    Messages:
    36
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #6
    To know wether the server is up you need to use "external" monitoring tool.

    It can be some monitoring software on your local PC, but then you would need 24/7 PC up and 24/7 reliable internet connection.

    Or it can be a web-based monitoring service which will log your server outages, alert you about the downtimes etc.
     
    UptimeAgent, Mar 10, 2006 IP
  7. MatthewN

    MatthewN Well-Known Member

    Messages:
    859
    Likes Received:
    30
    Best Answers:
    0
    Trophy Points:
    195
    #7
    I used alertra.com a few years back and also internetseer (which wasnt that good... partly because they monitored my site and spammed me with out me requesting to be monitored). Those can get a little pricey but if your site is making money then it might be worth checking them out.
     
    MatthewN, Mar 10, 2006 IP
  8. UptimeAgent

    UptimeAgent Peon

    Messages:
    36
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #8
    Hi.

    A lot of uptime monitoring systems provide free solutions along with the paid ones ;) . If you don't need short uptime check periods and/or advanced features then such free solution should be comfortable for you.
     
    UptimeAgent, Mar 10, 2006 IP
  9. websiteideas

    websiteideas Well-Known Member

    Messages:
    1,406
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    130
    #9
    Can anyone name a good free remote solution? And, how often do they check? At least once a minute would be ideal I suppose.
     
    websiteideas, Mar 10, 2006 IP
  10. UptimeAgent

    UptimeAgent Peon

    Messages:
    36
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #10
    We can suggest one at least :)
    Hint: check the signature.

    Also you can check the following thread:
    http://forums.digitalpoint.com/showthread.php?t=57964
     
    UptimeAgent, Mar 10, 2006 IP
  11. mjewel

    mjewel Prominent Member

    Messages:
    6,693
    Likes Received:
    514
    Best Answers:
    0
    Trophy Points:
    310
    #11
    HostTracker offers a check every minute - and I don't believe they charge.
     
    mjewel, Mar 10, 2006 IP
  12. SpencerB

    SpencerB Peon

    Messages:
    2
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #12
    There's a monitoring site called Observe Point. I use it and enjoy it. The reports are easy to read and you don't have to have a degree in computer programming to use it. I chose observe Point because it's also used by companies like; Omniture, ROI Rocket, Ward Media Inc., Efamily Network, and others. Whenever my website is down it will call, text, and E-mail me. It will cover you're Uptime, Transactions, pixel tracking, and site audits. It's a great web server/website monitoring helper.
     
    SpencerB, Jul 13, 2009 IP
  13. stylosoft

    stylosoft Peon

    Messages:
    214
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #13
    there are many paid sites which monitor your server when your server was down they will contact you and alert you by e-mail or sms
     
    stylosoft, Sep 29, 2009 IP
  14. flowersn

    flowersn Well-Known Member

    Messages:
    101
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    105
    #14
    I use Web CEO.
     
    flowersn, Sep 29, 2009 IP
  15. MikeDVB

    MikeDVB Peon

    Messages:
    113
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #15
    Pindom.com, host-tracker.com, hyperspin.com, alertra.com - all solid services.
     
    MikeDVB, Sep 29, 2009 IP
  16. mjewel

    mjewel Prominent Member

    Messages:
    6,693
    Likes Received:
    514
    Best Answers:
    0
    Trophy Points:
    310
    #16
    mjewel, Sep 29, 2009 IP
  17. b.thomas

    b.thomas Peon

    Messages:
    35
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #17
    b.thomas, Oct 5, 2009 IP
  18. thuankkk

    thuankkk Active Member

    Messages:
    503
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    95
    #18
    thuankkk, Oct 5, 2009 IP
  19. websitescripter

    websitescripter Peon

    Messages:
    16
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #19
    I'm not sure about this but I know you can find online services like this which provides system administration like supportpro.com
     
    websitescripter, Oct 8, 2009 IP
  20. chadsmith

    chadsmith Peon

    Messages:
    82
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #20
    [FONT="myriad pro,helvetica,Arial"]I'm not sure if the OP is still around, but you can also try Alertable.

    It's free and sends you a direct message on Twitter when your site goes down.[/FONT]
     
    chadsmith, Oct 21, 2009 IP