This repository has been archived by the owner on Dec 13, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 240
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' into MON-12296
- Loading branch information
Showing
73 changed files
with
2,591 additions
and
281 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 14 additions & 0 deletions
14
config/packages/serializer/Core/Domain.RealTime.Model.Icon.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
Core\Domain\RealTime\Model\Icon: | ||
properties: | ||
id: | ||
type: integer | ||
groups: | ||
- 'core_icon_main' | ||
name: | ||
type: string | ||
groups: | ||
- 'core_icon_main' | ||
url: | ||
type: string | ||
groups: | ||
- 'core_icon_main' |
25 changes: 25 additions & 0 deletions
25
config/packages/serializer/Core/Severity.RealTime.Domain.Model.Severity.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
Core\Severity\RealTime\Domain\Model\Severity: | ||
virtual_properties: | ||
getTypeAsString: | ||
name: getTypeAsString | ||
serialized_name: type | ||
type: string | ||
groups: | ||
- 'severity_main' | ||
properties: | ||
id: | ||
type: integer | ||
groups: | ||
- 'severity_main' | ||
name: | ||
type: string | ||
groups: | ||
- 'severity_main' | ||
level: | ||
type: integer | ||
groups: | ||
- 'severity_main' | ||
icon: | ||
type: Core\Domain\RealTime\Model\Icon | ||
groups: | ||
- 'severity_main' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
centreon.severity.realtime.findHostSeverities: | ||
methods: "GET" | ||
path: "/monitoring/severities/host" | ||
controller: >- | ||
Core\Severity\RealTime\Infrastructure\API\FindSeverity\FindHostSeverityController | ||
condition: "request.attributes.get('version') >= 22.04" | ||
|
||
centreon.severity.realtime.findServiceSeverities: | ||
methods: "GET" | ||
path: "/monitoring/severities/service" | ||
controller: >- | ||
Core\Severity\RealTime\Infrastructure\API\FindSeverity\FindServiceSeverityController | ||
condition: "request.attributes.get('version') >= 22.04" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.