Compare commits
1 Commits
48b73bbdf4
...
8c1985c5e7
Author | SHA1 | Date | |
---|---|---|---|
8c1985c5e7 |
@ -57,6 +57,7 @@ prometheus:
|
|||||||
- targets: ['therapon.rigel.lysergic.dev:9793']
|
- targets: ['therapon.rigel.lysergic.dev:9793']
|
||||||
|
|
||||||
alertmanager:
|
alertmanager:
|
||||||
|
config:
|
||||||
route:
|
route:
|
||||||
group_by: ['alertname']
|
group_by: ['alertname']
|
||||||
group_wait: 10s
|
group_wait: 10s
|
||||||
|
@ -2,3 +2,40 @@ prometheus:
|
|||||||
wanted:
|
wanted:
|
||||||
component:
|
component:
|
||||||
- blackbox_exporter
|
- blackbox_exporter
|
||||||
|
pkg:
|
||||||
|
component:
|
||||||
|
blackbox_exporter:
|
||||||
|
config:
|
||||||
|
modules:
|
||||||
|
http_2xx:
|
||||||
|
prober: http
|
||||||
|
timeout: 15s
|
||||||
|
http_post_2xx:
|
||||||
|
prober: http
|
||||||
|
http:
|
||||||
|
method: POST
|
||||||
|
http_3xx:
|
||||||
|
prober: http
|
||||||
|
timeout: 5s
|
||||||
|
http:
|
||||||
|
method: HEAD
|
||||||
|
no_follow_redirects: true
|
||||||
|
valid_status_codes: [301, 302]
|
||||||
|
tcp_connect:
|
||||||
|
prober: tcp
|
||||||
|
ssh_banner:
|
||||||
|
prober: tcp
|
||||||
|
tcp:
|
||||||
|
query_response:
|
||||||
|
- expect: "^SSH-2.0-"
|
||||||
|
irc_banner:
|
||||||
|
prober: tcp
|
||||||
|
tcp:
|
||||||
|
query_response:
|
||||||
|
- send: "NICK prober"
|
||||||
|
- send: "USER prober prober prober :prober"
|
||||||
|
- expect: "PING :([^ ]+)"
|
||||||
|
send: "PONG ${1}"
|
||||||
|
- expect: "^:[^ ]+ 001"
|
||||||
|
icmp:
|
||||||
|
prober: icmp
|
||||||
|
Loading…
x
Reference in New Issue
Block a user