31 lines
535 B
YAML
31 lines
535 B
YAML
id: kubelet-metrics
|
|
|
|
info:
|
|
name: Kubelet Metrics
|
|
author: sharath
|
|
severity: info
|
|
description: Scans for kubelet metrics
|
|
tags: tech,k8s,kubernetes,devops,kubelet
|
|
|
|
requests:
|
|
- 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 |