Hi. On some of my services I have setup some TCP Port Checks using
blackbox. Now, I want those checks to be critical based on the Response
Time of those TCP Checks. Is it possible to do so?
My TCP job.
- job_name: 'blackbox_Service-TCPChecks'
scrape_timeout: 10s
metrics_path: /probe
params:
module: [tcp_connect]
file_sd_configs:
- files:
- /etc/blackbox/HTTP_TCP-Targets/TCP_Targets.yml
This is how I am defining targets.
- targets:
- x.x.x.x:80
labels:
checkname: 'myname'
cluster: 'C1'
node: 'N1'
Thanks in advance.
--
You received this message because you are subscribed to the Google Groups
"Prometheus Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/prometheus-users/2c31e6f3-e06c-479f-a960-ff95a3d12bdan%40googlegroups.com.