new Icinga NG QSU
This commit is contained in:
parent
d1b57bcf67
commit
059fe9a2fe
11
Icinga QSU NG/Basic Status.bru
Normal file
11
Icinga QSU NG/Basic Status.bru
Normal 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
9
Icinga QSU NG/bruno.json
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"version": "1",
|
||||||
|
"name": "Icinga QSU NG",
|
||||||
|
"type": "collection",
|
||||||
|
"ignore": [
|
||||||
|
"node_modules",
|
||||||
|
".git"
|
||||||
|
]
|
||||||
|
}
|
||||||
12
Icinga QSU NG/collection.bru
Normal file
12
Icinga QSU NG/collection.bru
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
headers {
|
||||||
|
Accept: application/json
|
||||||
|
}
|
||||||
|
|
||||||
|
auth {
|
||||||
|
mode: basic
|
||||||
|
}
|
||||||
|
|
||||||
|
auth:basic {
|
||||||
|
username: Icinga-Director
|
||||||
|
password: Iiphuo8f
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user