mirror of
https://github.com/SleepingBag945/dddd.git
synced 2025-06-12 02:05:48 +00:00
33 lines
562 B
YAML
33 lines
562 B
YAML
![]() |
id: kubelet-metrics
|
||
|
|
||
|
info:
|
||
|
name: Kubelet Metrics
|
||
|
author: sharath
|
||
|
severity: info
|
||
|
description: Scans for kubelet metrics
|
||
|
tags: tech,k8s,kubernetes,devops,kubelet
|
||
|
metadata:
|
||
|
max-request: 1
|
||
|
|
||
|
http:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "{{BaseURL}}/metrics"
|
||
|
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
- type: word
|
||
|
part: body
|
||
|
words:
|
||
|
- "# HELP "
|
||
|
- "# TYPE "
|
||
|
condition: and
|
||
|
|
||
|
- type: regex
|
||
|
part: header
|
||
|
regex:
|
||
|
- "text/plain"
|
||
|
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|