Questions tagged [website-monitoring]
13 questions
7
votes
5 answers
How do you monitor the availability of multiple websites
I need to ensure that any number of websites and services haven't bitten the dust. At the moment I rely on a simple 5 minute cronjob which uses curl and a file of urls to check that all the responses are correct (200 or rarely 301).
It all works on…

Ken
- 77,016
- 30
- 84
- 101
3
votes
4 answers
Ways to programatically check if a website is up and functioning as expected
I know this is an open ended question, but hopefully it will get some good answers before the thread is locked...
I'm wondering what methods there are to programmatically check (language agnostic) if a website is online from a client perspective…

Toby
- 957
- 2
- 14
- 34
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?

RetrO_o
- 23
- 1
- 2
1
vote
1 answer
Is it possible to monitor a website for changes with Google Apps Script?
I'm making an application that monitors URLs for changes. To program the application logic I am using Google Apps Script and a Google Sheet.
I explain the monitoring mechanism I have thought of. First of all the Script will read data from a sheet…

Ragnarsito
- 11
- 1
1
vote
1 answer
Visualize website usage in kibana using elastic-stack
Goal: I want to create a dashboard which shows user requests made to my website. For this, I created a filter in my java web-app and started capturing user requests and storing them in an ES index. The document is in the form of:
{
'user':…

YetAnotherBot
- 1,937
- 2
- 25
- 32
1
vote
7 answers
Recommend an automatic web application availiblity checker
I am looking for a piece of software that I can schedule to check that our web apps are up and running. I've used HP open view years ago, but remember it being quite expensive, I'm looking for something open source or cheap.
So it would login in…

scottyab
- 23,621
- 16
- 94
- 105
0
votes
0 answers
Discord auto follow channel message(without being an admin) and then resend it to another server
Is there a way for people who is only a member in a discord channel, have discord to auto send the new message happening in the said channel, to a channel on my own server?
Note I can not add anything to the said channel, my discord account is not a…

Jack
- 1
0
votes
1 answer
I am trying to monitor a website but my code doesn't update when the response status code updates
This is my code:
import requests
websiteURL = input("Enter The Website's URL: ")
while True:
response = requests.get(websiteURL)
if response.status_code == 200:
print('Offline!')
elif response.status_code == 404:
…

Jake
- 13
- 1
- 4
0
votes
2 answers
Monitor urls using c#
I am developing asp.net website for url monitoring.
I looked around for open source tools and none of them provide restful APIs so that they can be called from my application.
Are there any open source packages that I can directly use?
Thanks.

Sanmukh Lodha
- 11
- 1
- 1
-2
votes
1 answer
How to remove specific tags from HTML extracted via Python selenium using webdriver.pageSource()
I want to write a script that automatically goes through a couple of websites (around 50), extracts their HTML and notifies me if there is any update. I am interested mainly in knowing about any new data upload. Since, it is often PDF upload,it is a…

P Raj
- 1
-2
votes
1 answer
Opinions on Uptrends vs Dynatrace Keynote for Website Monitoring?
Any suggestions on what would be a better fit for a retail website monitoring would be great. Thanks in advance.

Sangram Mora
- 1
- 1
-2
votes
1 answer
How to use selenium with php on linux?
I want to install selenium on centos 6.5 and than use it through APIs in PHP script.
Selenium Test scripts will be recorded on another system and those Selenium Test scripts will be given as input to PHP.
How to do?

Gaur
- 1
- 7
-4
votes
1 answer
How to monitor complete website
Can any one suggest me a that monitors websites(.net,php),mobile apps(ios,android).I googled but i'm not able to find best solution.

Ash Roy
- 123
- 7