Icinga Basic Request

This commit is contained in:
Marco Kohn 2025-02-23 00:18:57 +01:00
parent 4a748b8a01
commit d1b57bcf67
3 changed files with 32 additions and 0 deletions

View File

@ -0,0 +1,11 @@
meta {
name: Basic Status
type: http
seq: 2
}
get {
url: https://192.168.200.11:5665/v1/status
body: none
auth: inherit
}

9
IcingaHome/bruno.json Normal file
View File

@ -0,0 +1,9 @@
{
"version": "1",
"name": "IcingaHome",
"type": "collection",
"ignore": [
"node_modules",
".git"
]
}

12
IcingaHome/collection.bru Normal file
View File

@ -0,0 +1,12 @@
headers {
Accept: application/json
}
auth {
mode: basic
}
auth:basic {
username: nodered
password: noderedpassword
}