Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apache/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"spec": "assets/configuration/spec.yaml"
},
"events": {
"creates_events": false
"creates_events": true
},
"metrics": {
"prefix": "apache.",
Expand Down
2 changes: 1 addition & 1 deletion argocd/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"spec": "assets/configuration/spec.yaml"
},
"events": {
"creates_events": false
"creates_events": true
},
"metrics": {
"prefix": "argocd.",
Expand Down
2 changes: 1 addition & 1 deletion celery/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"spec": "assets/configuration/spec.yaml"
},
"events": {
"creates_events": false
"creates_events": true
},
"metrics": {
"prefix": "celery.flower.",
Expand Down
2 changes: 1 addition & 1 deletion falco/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"spec": "assets/configuration/spec.yaml"
},
"events": {
"creates_events": false
"creates_events": true
},
"metrics": {
"prefix": "falco.",
Expand Down
2 changes: 1 addition & 1 deletion fluxcd/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"spec": "assets/configuration/spec.yaml"
},
"events": {
"creates_events": false
"creates_events": true
},
"metrics": {
"prefix": "fluxcd.",
Expand Down
2 changes: 1 addition & 1 deletion gitlab/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"spec": "assets/configuration/spec.yaml"
},
"events": {
"creates_events": false
"creates_events": true
},
"metrics": {
"prefix": "gitlab.",
Expand Down
2 changes: 1 addition & 1 deletion keycloak/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"spec": "assets/configuration/spec.yaml"
},
"events": {
"creates_events": false
"creates_events": true
},
"service_checks": {
"metadata_path": "assets/service_checks.json"
Expand Down
2 changes: 1 addition & 1 deletion nginx/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"spec": "assets/configuration/spec.yaml"
},
"events": {
"creates_events": false
"creates_events": true
},
"metrics": {
"prefix": "nginx.",
Expand Down
2 changes: 1 addition & 1 deletion redisdb/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"spec": "assets/configuration/spec.yaml"
},
"events": {
"creates_events": false
"creates_events": true
},
"metrics": {
"prefix": "redis.",
Expand Down
2 changes: 1 addition & 1 deletion snmp/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"spec": "assets/configuration/spec.yaml"
},
"events": {
"creates_events": false
"creates_events": true
},
"metrics": {
"prefix": "snmp.",
Expand Down
2 changes: 1 addition & 1 deletion sonarqube/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"spec": "assets/configuration/spec.yaml"
},
"events": {
"creates_events": false
"creates_events": true
},
"metrics": {
"prefix": "sonarqube.",
Expand Down
2 changes: 1 addition & 1 deletion ssh_check/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"spec": "assets/configuration/spec.yaml"
},
"events": {
"creates_events": false
"creates_events": true
},
"metrics": {
"prefix": "sftp.",
Expand Down
2 changes: 1 addition & 1 deletion temporal/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"spec": "assets/configuration/spec.yaml"
},
"events": {
"creates_events": false
"creates_events": true
},
"metrics": {
"prefix": "temporal.",
Expand Down
2 changes: 1 addition & 1 deletion windows_service/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"spec": "assets/configuration/spec.yaml"
},
"events": {
"creates_events": false
"creates_events": true
},
"metrics": {
"prefix": "windows_service.",
Expand Down
Loading