Questions tagged [site24x7]
6 questions
3
votes
1 answer
How to keep running python script 24/7 on Termux?
I have python script that im running on my android phone
But the issue is whenever my phone's screen get off or i minimize the app the script get errupt and it doesnt process or works and i have to restart / run it again.
Thanks in advance.

tarun
- 55
- 1
- 8
3
votes
1 answer
Assert status via jsonpath
I would like to add a monitor to detect unhealthy service and sending alert in that case.
I've expose a simple REST API - /healthy which returns a JSON
e.g. {"healthy": true}.
Then I've added a REST API Monitor to my site24x7 account, set the…

Ami Hollander
- 2,435
- 3
- 29
- 47
1
vote
3 answers
What is causing my httpcontext.cache to be removed in my c# MVC web application?
We have a web application that retrieves a lot of data from a SOAP webservice and takes about 4 to 5 minutes to do so.
To make sure users are not bothered by this, the data is cached like so:
//using Nlog to log caching behaviour
private Logger log…

Daniël Tulp
- 1,745
- 2
- 22
- 51
0
votes
1 answer
Fetch particular username from JSON array and Display in BOT interface
I am able to call site24x7api to fetch all the customers details (E.g user_id, name, zaaid) in terminal with the help of .js file
INPUT :
var request = require('request');
var headers = {
'Content-Type': 'application/json;charset=UTF-8',
…

SMshrimant
- 638
- 9
- 15
0
votes
1 answer
Check a Western server's access time and speed for Asian users?
I am building a web site targeting users in Europe, South America and Asia. We plan to use a global CDN like Amazon's for static files. However, the CMS itself cannot be easily load-balanced so we still have one central web server.
It would be…

Gabriel R.
- 1,186
- 1
- 15
- 29
-1
votes
1 answer
Site24x7 website shows down when enabling waf on AWS ELB
Site 24x7 shows website down when we enable waf on AWS ELB.
Does any one has any idea what will be the cause.
I have tried removing multiple rules from waf and found out below rules which causing the issue. Does anyone have idea about this…