forked from Checkmk/checkmk
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into diskstat_disk_id
- Loading branch information
Showing
6,911 changed files
with
297,720 additions
and
174,633 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
6.1.1 | ||
7.1.1 |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
[submodule "tests/qa-test-data"] | ||
path = tests/qa-test-data | ||
url = ../qa-test-data | ||
branch = main | ||
branch = master |
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,78 @@ | ||
{ | ||
"extends": "recommended", | ||
"rules": | ||
{ | ||
"basic.DeadCode": "error", | ||
"convention.CompileStatic": "off", | ||
"convention.FieldTypeRequired": "info", | ||
"convention.IfStatementCouldBeTernary": "info", | ||
"convention.MethodReturnTypeRequired": "off", | ||
"convention.NoDef": "off", | ||
"convention.TrailingComma": "warning", | ||
"convention.VariableTypeRequired": "off", | ||
"design.Instanceof": "off", | ||
"dry.DuplicateListLiteral": "info", | ||
"dry.DuplicateMapLiteral": "warning", | ||
"dry.DuplicateStringLiteral": | ||
{ | ||
"ignoreStrings": "nexus", | ||
"severity": "info" | ||
}, | ||
"exceptions.ThrowException": "warning", | ||
"exceptions.ThrowNullPointerException": "info", | ||
"exceptions.ThrowRuntimeException": "info", | ||
"exceptions.ThrowThrowable": "info", | ||
"formatting.BracesForClass": "info", | ||
"formatting.BracesForForLoop": "info", | ||
"formatting.BracesForIfElse": "info", | ||
"formatting.BracesForMethod": "info", | ||
"formatting.BracesForTryCatchFinally": "info", | ||
"formatting.ConsecutiveBlankLines": "warning", | ||
"formatting.FileEndsWithoutNewline": "warning", | ||
"formatting.Indentation": | ||
{ | ||
"severity": "warning", | ||
"spacesPerIndentLevel": 4 | ||
}, | ||
"formatting.LineLength": | ||
{ | ||
"length": 140, | ||
"severity": "warning" | ||
}, | ||
"formatting.SpaceAroundMapEntryColon": "off", | ||
"groovyism.ExplicitCallToEqualsMethod": "info", | ||
"logging.Println": "off", | ||
"naming.FactoryMethodName": "off", | ||
"naming.ParameterName": | ||
{ | ||
"regex": "^[a-zA-Z0-9_]*$", | ||
"severity": "info" | ||
}, | ||
"naming.VariableName": | ||
{ | ||
"regex": "^[a-zA-Z0-9_]*$", | ||
"severity": "info" | ||
}, | ||
"size.MethodSize": | ||
{ | ||
"maxLines": 150, | ||
"severity": "warning" | ||
}, | ||
"size.NestedBlockDepth": | ||
{ | ||
"maxNestedBlockDepth": 8, | ||
"severity": "warning" | ||
}, | ||
"unnecessary.UnnecessaryGString": "off", | ||
"unnecessary.UnnecessaryParenthesesForMethodCallWithClosure": "off", | ||
"unnecessary.UnnecessaryReturnKeyword": "off", | ||
"unnecessary.UnnecessarySemicolon": "off", | ||
"unused.UnusedArray": "error", | ||
"unused.UnusedMethodParameter": "error", | ||
"unused.UnusedObject": "error", | ||
"unused.UnusedPrivateField": "error", | ||
"unused.UnusedPrivateMethod": "error", | ||
"unused.UnusedPrivateMethodParameter": "error", | ||
"unused.UnusedVariable": "error" | ||
} | ||
} |
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 was deleted.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
Title: Setup: Improved speed of ineffective rule search | ||
Class: feature | ||
Compatible: compat | ||
Component: wato | ||
Date: 1702891112 | ||
Edition: cre | ||
Level: 1 | ||
Version: 2.3.0b1 | ||
|
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 @@ | ||
[//]: # (werk v2) | ||
# BI: fixed exception in check if aggregation was in state PENDING | ||
|
||
key | value | ||
---------- | --- | ||
date | 2024-01-30T08:17:38+00:00 | ||
version | 2.4.0b1 | ||
class | fix | ||
edition | cre | ||
component | bi | ||
level | 1 | ||
compatible | yes | ||
|
||
|
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 @@ | ||
[//]: # (werk v2) | ||
# Parent/Child topology: No longer ignoring additionally configured filters | ||
|
||
key | value | ||
---------- | --- | ||
date | 2024-01-30T14:11:43+00:00 | ||
version | 2.4.0b1 | ||
class | fix | ||
edition | cre | ||
component | multisite | ||
level | 1 | ||
compatible | yes | ||
|
||
|
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,17 @@ | ||
[//]: # (werk v2) | ||
# BI configuration: Changed element order of "restrict severity to at worst" | ||
|
||
key | value | ||
---------- | --- | ||
compatible | yes | ||
version | 2.4.0b1 | ||
date | 2024-01-31T09:55:00+00:00 | ||
level | 1 | ||
class | feature | ||
component | bi | ||
edition | cre | ||
|
||
This werk only introduces a visual fix, so no functional changes. | ||
The order of the dropdown choice elements did not reflect the severity of the states. | ||
The correct severity order for the BI is OK->WARN->UNKNOWN->CRIT, which differs | ||
from the order of the monitoring states OK->WARN->CRIT->UNKNOWN. |
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,47 @@ | ||
[//]: # (werk v2) | ||
# Introduced topology visualization | ||
|
||
key | value | ||
---------- | --- | ||
date | 2024-02-25T15:22:55+00:00 | ||
version | 2.4.0b1 | ||
class | feature | ||
edition | cee | ||
component | multisite | ||
level | 2 | ||
compatible | yes | ||
|
||
|
||
The topology visualization is a new feature that allows the visualization of complex interconnected networks. | ||
A simple example for this visualization is the parent/child topology. The new mechanism that comes with this werk allows the linking of external data with the data of the monitoring core. | ||
When it comes to the display, you simply define some starting points via the filter form. | ||
Based on these, the topology visualization then builds a mesh of incoming and outgoing connections. | ||
|
||
The type of external data might be | ||
* Netstat, showing connections between the interfaces/ips/ports | ||
* LLDP/CDP, showing the network neighbors | ||
|
||
|
||
There is a common data format specification for all external data. | ||
So you just can create your own data file which provides information about the relationships between hosts, services or generic objects which are not linked to the core. | ||
If you drop this file into a specific folder, the visualization will handle the rest. There is no need to write python code. | ||
|
||
Right now you can configure | ||
* Objects - either linked to an entity in the core or some standalone object | ||
* Icons/emblems which should be added to the object | ||
* Connections between objects | ||
* Line style/color of specific connections | ||
|
||
Since this is a quite visualization heavy topic and hard to explain only via text, feel free to check out the | ||
[thread](https://forum.checkmk.com/t/network-visualization-now-in-version-2-3/44467) in our checkmk forum | ||
|
||
We will also publish a blog article in the coming weeks | ||
|
||
|
||
``` | ||
Important: | ||
The visualization only works if external data is provided in a special folder. | ||
At the moment these are not created by Checkmk, but come from external MKP developments. | ||
``` | ||
|
||
|
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 @@ | ||
[//]: # (werk v2) | ||
# Frozen BI: Frozen icon now also indicates if the non-frozen version differs from the frozen one | ||
|
||
key | value | ||
---------- | --- | ||
date | 2024-02-27T15:09:59+00:00 | ||
version | 2.4.0b1 | ||
class | feature | ||
edition | cre | ||
component | bi | ||
level | 1 | ||
compatible | yes | ||
|
||
|
Oops, something went wrong.