new Icinga NG QSU

This commit is contained in:
Marco Kohn 2025-03-17 15:49:54 +01:00
parent d1b57bcf67
commit 059fe9a2fe
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://ic2-master01vt.monitoring.noris.de:5665/v1/status/
body: none
auth: inherit
}

9
Icinga QSU NG/bruno.json Normal file
View File

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

View File

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