Questions tagged [uptime-monitoring]

A nodejs tool for monitoring the uptime of web sites.

This tag is for questions relating to the Uptime Remote Monitoring Tool. Please use the for questions relating to unix command line tool.

24 questions
11
votes
3 answers

How to check AWS EC2 instance current uptime

What is the best way to check the EC2 instance uptime and possibly send alerts if uptime for instance is more then N hours? How can it be organized with default AWS tools such as CloudWatch, Lambda ?
10
votes
1 answer

Is it possible to use Http digest auth with Uptime?

Is it possible to use http digest authentication with the Uptime tool? It uses Node.js' HTTPS library and says to use documentation here to read more about parameters. I don't see a way to specify digest authentication in the node.js https…
Usman Ismail
  • 17,999
  • 14
  • 83
  • 165
3
votes
1 answer

Uptime Robot: ping heroku app always down

In order to fasten loading of my app on Heroku, I've seen that I need to ping it at least once per hour. This is the config I've set on Uptime Robot: IP(or Host) : appname.heroku.com Monitoring Interval:5/minute. Can you please tell me why Uptime is…
Omar Lahlou
  • 1,000
  • 9
  • 33
2
votes
0 answers

Django: How to calculate the uptime and downtime of a shop in the last hour, day, and week based on its business hours and status updates?

I have a Shop model that represents a ecommerce store. Each shop has ShopHour objects that define its business hours for each day of the week. The ShopHour model has the following fields: class ShopHour(models.Model): DAY_CHOICES = [ (0,…
2
votes
1 answer

How to get the Uptime Percentage from Uptime check

I want to fetch the Uptime percentage from the above image to a third party application I am making. I have gone through various documentation but couldn't find anything! Can anyone guide me through?
2
votes
1 answer

PHP Script for Windows Server Information

I have created below script which works just fine and get me the uptime of the current server - Uptime
user4832609
2
votes
1 answer

How to get intranet uptime (availability reports) from datadog or newrelic?

We are using DataDog and NewRelic to monitor the performance of few DevOps supported systems and we need to provide some uptime reports like: 99.5% up last month (x minutes downtime) 99.1% up last year (x minutes downtime) While we do have URL…
sorin
  • 161,544
  • 178
  • 535
  • 806
1
vote
1 answer

Integrating Slack with Uptime Robot Recomendations

Morning all I am currently trying to get slack notifications when I have downtime or uptime using Uptime Robot The methods I have found have used 3rd party downloads though and seem to be from 4/5 years ago? Maybe I am just terrible at googling. Any…
1
vote
1 answer

Uptime in GCP: Measure the % uptime where site is available from _any_ location

Our site is running on Google App Engine, and we've set up monitoring and uptime alerts. We want to be able to report on site uptime as a %, where the site is consider up if it can be accessed from any of the 6 locations: If location A cannot…
Paddy Mann
  • 1,169
  • 12
  • 18
1
vote
2 answers

how to get uptime of GCP VM instance

I need to know the uptime of GCP VM instances (windows and Linux both) and based on the time I need to stop the VM. Somehow, I am not getting any simpler way to get the uptime of my all GCP VMs which are like 100 in numbers and will be increasing. I…
1
vote
0 answers

Installing agents on solaris remotely

In regard to Uptime. I want to install the agents on solaris machine remotely through putty. Now for that, I have established(logged in) a connection to that system successfully. following this, my next step would be to "Using a file transfer method…
prashantitis
  • 1,797
  • 3
  • 23
  • 52
0
votes
0 answers

GCP billing alerts by SKU

Is there a way to get a billing alert by SKU in GCP so I know when I am about to cross the free threshold? The free tier for Uptime Checks in 1M/Month and I want to know when I am getting close to that tier. I can get billing alerts by Service but…
0
votes
1 answer

GCP Cloud monitoring using terraform for allowing "Response Code Classes" in uptime alert creation

So I have my terraform file where I have created my uptime check, where I am checking the SSL certs and not the uptime, configured it so just to check the cert expire. Now suppose by default I have Acceptable HTTP Response Code 200 allowed but if I…
0
votes
2 answers

How to pass the SSO page using Uptime -kuma?

I have set up uptime kuma to monitor few websites. ow there is a website which is reachable only through SSO , when done manually. When I try to monitor this website , it is not able to give me correct status . How to pass through this page using…
0
votes
0 answers

Kiban,Uptime,Monitoring need to run once created for the first time then run based on the schedule

using elastic stack version 7.17.0, on heartbeat monitoring, I can't configure the monitor to run once it created for example: type: http schedule: '@every 5s' urls: ["http://myhost:80"] this configuration will run every 5 seconds after the…
1
2