112 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
56
views
Tomcat + PSI Probe: Increasing logback-x Threads Causing Memory Leak Warning
PSI Probe creates new logback-x threads on each Threads tab access
We have installed PSI Probe on a Tomcat server to monitor deployed applications. However, we’re encountering a recurring issue ...
0
votes
0
answers
36
views
Zoom probe SDK failure
I'm creating an app that uses Zoom Video SDK to record videos ensuring a virtual background and noise cancellation.
I want to have a preview section in which the user can select the devices they want ...
5
votes
1
answer
193
views
Extracting vendor info from Probe Request using Scapy
Trying to extract the vendor information (Apple, Samsung, etc) from Probe Request coming from mobile, So far no luck. Not sure where the corrections to be made to get this info.
Adding my code:
import ...
Anand's user avatar
- 1,985
0
votes
1
answer
415
views
Psi Probe tomcat 10
Good evening,
I've migrated from tomcat 9 to tomcat 10 my java application and Psi probe is no longer working. Tried to deploy probe.war version 5.0.0 with /probe context but nothing happens when ...
0
votes
1
answer
147
views
How to add health probe to a classic load balancer deployed as part of Azure cloud services extended support application
Microsoft document says we can do it through the service def file. Is there any way we can do it via ARM template?
https://learn.microsoft.com/en-us/azure/cloud-services/schema-csdef-loadbalancerprobe
...
0
votes
0
answers
245
views
Kubernetes readinessProbe initialDelaySeconds after startupProbe
I have a deployment with these probes defined:
startupProbe:
failureThreshold: 40
httpGet:
path: /health
port: 9080
scheme: HTTP
periodSeconds: 10
successThreshold: 1
...
0
votes
1
answer
127
views
Installation Multiple Probe
I have two HQs that need to monitor some locations from them, and dealing some problem when I install remote probes. I would be grateful if you could support me.
can I install two remote probes for ...
1
vote
1
answer
5k
views
Why can't prometheus blackbox exporter verify a tls endpoints self signed certificate? Details below
We have an openshift cluster in which the prometheus operator monitoring stack is installed. We would like to probe the actuator/health endpoints of Spring Boot applications using blackbox exporter.
...
0
votes
2
answers
516
views
App Gateway, Unable to create health probe with powershell
I'm currently experiencing an issue while attempting to create a health probe using PowerShell. I've already successfully created multiple health probes through the portal.
When I execute the command, ...
1
vote
0
answers
118
views
How do I fix this marlin error for the Professional-Ui software error?
The error is:
c:/users/caleb/.platformio/packages/toolchain-gccarmnoneeabi/bin/../lib/gcc/arm-none-eabi/9.2.1/../../../../arm-none-eabi/bin/ld.exe: Marlin/lib/proui\libproui.a(bed_tramming.cpp.o): in ...
1
vote
0
answers
305
views
e1000e: probe of .&checktime(0000,00,19,':').0 failed with error -3
LAN network is not getting up daily in morning after boot in Debian 11
HI i am using debian 11 bullseye and in morning when i start the pc i get a cable unplugged sign in the network
In syslog the ...
0
votes
1
answer
310
views
Could a frame have different vendor specific fields?
I was analyzing a database of probe requests until I found the following packet which has 3 different vendor specific fields. How to interpret that ?
RadioTap version=0 pad=0 len=24 present=Flags+...
1
vote
1
answer
2k
views
How to Configure Blackbox-exporter with Google Managed Prometheus?
I am migrating to Google Managed Prometheus. I've been using a helm deployed version of Prometheus to monitor my kubernetes cluster. The helm deployed Prometheus has a variety of selectors, including ...
1
vote
1
answer
2k
views
Azure Application Gateway health probe call HTTP Headers
Is there any way to pass custom http headers as part of Azure Application Gateway backend health probe call? We need to pass a couple of custom headers in order for the health probe to work but ...
0
votes
1
answer
3k
views
Will Container receive signal (SIGTERM) when it is NOT_READY state
Consider I have 10 containers in my POD.
I have added startUpProbe for 3 containers.
If I delete my POD, before Probe is completed sucessfully (Which means those containers are not in READY state)
...