Questions tagged [probe]
110 questions
0
votes
0 answers
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 function MarlinUI::set_status(char const*,…
0
votes
0 answers
Blackbox exporter with probe to monitor external endpoints
I have installed blackbox exporter and prometheus using helm charts.
I want know how to monitor external endpoints using blackbox exporter and get the data to prometheus dashboard. How to do using servicemonitor and probe CRDs

Thisura
- 23
- 5
0
votes
0 answers
e1000e: probe of 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 error is
Aug 29 09:10:25 782bcbb87548 kernel: [ …

BlackJack21
- 1
- 1
0
votes
0 answers
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+Rate+Channel+dBm_AntSignal+RXFlags+RadiotapNS+Ext…

MOHAMED CHAABEN
- 1
- 2
0
votes
1 answer
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 Pod Monitors, Service Monitors, and Probe…

Rick
- 63
- 1
- 6
0
votes
1 answer
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 unfortunately I have not been able to find any…

shaswata pal
- 389
- 3
- 15
0
votes
1 answer
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)
Deleting Pod should send SIGTERM signal to all the…

sethu ram
- 23
- 1
- 6
0
votes
0 answers
How to Control the Time for Driver to Execute Probe Functions
The configuration of DTS is as follows:
&sai3 {
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_sai3>;
assigned-clocks = <&clk IMX8MP_CLK_SAI3>;
assigned-clock-parents = <&clk IMX8MP_AUDIO_PLL1_OUT>;
assigned-clock-rates =…

MasterLu
- 1
0
votes
1 answer
Adding a logfile to probe monitoring list in tomcat 9
I have a project that uses log4j2 to create log files. Log files are created in the log directory in tomcat. I deployed the project on tomcat 9. I want to add the log files to probe9 interface (http://localhost:8080/probe9/logs/list.htm).
I looked…

Ghassen Weslati
- 1
- 2
0
votes
0 answers
AKS health probes, GetHealthReport threw an exception
I have configured both startup and readiness probes and corresponding endpoints where /startup checks if the host app started and after it succeeds the readiness probe takes over and keeps checking external dependencies health throughout the app…

Temp034
- 141
- 11
0
votes
0 answers
Kubernetes readinessProbe calling endpoint that requires tls
I have been trying to setup a readinessProbe.
I have a spring boot actuator end point like: /actuator/health/readiness.
I cannot use the standard httpGet probe because this endpoint is secured with TLS, yes I have tried scheme:HTTPS doesn't work.…

Josh
- 31
- 4
0
votes
0 answers
->probe() is not called after `i2c_new_client_device()`
My scenario is the following: From an out-of-tree kernel module A, I want to create a new I²C device B when some event happens in A.
From what I understand from the kernel I²C documentation, I would then expect that ->probe() function of the driver…

Ulrich Sørensen
- 1
- 1
0
votes
1 answer
Probe data collection in python by RS 485
Hello I'm stuck with problem. I have probe (Vaisala DMT 152) with RS 485 communication line. The manufacturer make some commands in PuTTY. What I need is connect with probe in python and start read data. Any help is welcome.
Thanks for your…

Peter Burda
- 3
- 4
0
votes
1 answer
Kernel-space: can .probe be called simultaneously/concurrently?
I have a simple kernel module for embedded ARM-based system associated with it's .compatible. As we know, multiple ".compatibles" can occur in one device tree and .probe will be called for each matched OF node.
I can't find accurate information…

Daft Soft
- 64
- 2
- 7
0
votes
1 answer
Block endpoint from receiving lots of unwanted 3rd party traffic (probe-like)
Our site's reliability is less than 100%, due to a ton of useless 3rd party probes. We fail them explicitly, however, they add additional load on on Azure AKS nodes and pose a security threat. At time more than half of the requests is from this type…

abs
- 1