We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 615b7b1 commit 3977f75Copy full SHA for 3977f75
plugins/inputs/icinga2/icinga2_test.go
@@ -28,11 +28,11 @@ func TestGatherStatus(t *testing.T) {
28
json.Unmarshal([]byte(s), &checks)
29
records := map[string]interface{}{
30
"name": "ef017af8-c684-4f3f-bb20-0dfe9fcd3dbe",
31
- "status": float32(0)
+ "status": float32(0),
32
}
33
tags := map[string]string{
34
"display_name": "eq-par.dc2.fr",
35
- "check_command": "check-bgp-juniper-netconf"
+ "check_command": "check-bgp-juniper-netconf",
36
37
38
var acc testutil.Accumulator
0 commit comments