You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-9Lines changed: 11 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -4,25 +4,27 @@ Icinga PowerShell Framework
4
4
The Icinga PowerShell Framework provides a wide range of configuration and check possibilities to ensure an easy integration and full monitoring of Windows environments.
5
5
Each single chapter of this documentation will describe parts of the module and the possibilities.
6
6
7
-
Before you continue, please take a look at the [Installation Guide](doc/02-Installation.md)
7
+
Before you continue, please take a look at the [Installation Guide](doc/110-Installation/01-Getting-Started.md)
8
8
9
9
Documentation
10
10
-------------
11
11
12
12
Please take a look at the following content to get to know the possibilities of the module including examples on how to use it.
*[Icinga PowerShell Framework as Service](doc/110-Installation/05-Background-Daemons.md)
21
+
*[Knowledge Base](doc/300-Knowledge-Base.md)
22
+
*[Changelog](doc/100-General/10-Changelog.md)
21
23
22
24
Developer Guide
23
25
------------
24
26
25
-
If you wish to extend the Framework by yourself or write custom plugins for your environment, please have a look at the [Developer Guide](doc/04-Developer-Guide.md) for detailed explanations of functions and code examples.
27
+
If you wish to extend the Framework by yourself or write custom plugins for your environment, please have a look at the [Developer Guide](doc/900-Developer-Guide) for detailed explanations of functions and code examples.
Copy file name to clipboardExpand all lines: doc/100-General/10-Changelog.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
**The latest release announcements are available on [https://icinga.com/blog/](https://icinga.com/blog/).**
4
4
5
-
Please read the [upgrading](https://icinga.com/docs/windows/latest/doc/30-upgrading-framework)
5
+
Please read the [upgrading](01-Upgrading.md)
6
6
documentation before upgrading to a new release.
7
7
8
8
Released closed milestones can be found on [GitHub](https://github.com/Icinga/icinga-powershell-framework/milestones?state=closed).
@@ -75,7 +75,7 @@ You can read more on this on the [Knowledge Base Entry](https://icinga.com/docs/
75
75
### Enhancements
76
76
77
77
*[#228](https://github.com/Icinga/icinga-powershell-framework/issues/228) Adds feature to suppress any kind of console output except for plugin output and performance data
78
-
*[#229](https://github.com/Icinga/icinga-powershell-framework/pull/229) CustomFields defined as `SecureString` are now set to `hidden` within the Icinga Director configuration basket - please read the [upgrading docs](30-upgrading-framework.md) carefully
78
+
*[#229](https://github.com/Icinga/icinga-powershell-framework/pull/229) CustomFields defined as `SecureString` are now set to `hidden` within the Icinga Director configuration basket - please read the [upgrading docs](01-Upgrading.md) carefully
79
79
*[#234](https://github.com/Icinga/icinga-powershell-framework/pull/234) Adds support to allow custom exception lists for Icinga Exceptions, making it easier for different modules to ship their own exception messages
80
80
*[#235](https://github.com/Icinga/icinga-powershell-framework/pull/235) Adds new Cmdlet `Show-IcingaEventLogAnalysis` to get a better overview on how many log entries are present within the EventLog based on hour, minute and day average/maximum for allowing a more dynamic configuration for `Invoke-IcingaCheckEventLog`
81
81
*[#236](https://github.com/Icinga/icinga-powershell-framework/pull/236) Adds feature which stops the Icinga Agent before upgrading the Icinga PowerShell Framework and starting it again afterwards (in case it was running), to resolve some possible file lock issues
@@ -120,7 +120,7 @@ You can read more on this on the [Knowledge Base Entry](https://icinga.com/docs/
120
120
121
121
### Breaking Changes
122
122
123
-
There are changes made to the pre-compiled configuration files and `Get-IcingaCheckCommandConfig.` Please have a look on the [upgrading](30-upgrading-framework.md) before applying the new configuration files.
123
+
There are changes made to the pre-compiled configuration files and `Get-IcingaCheckCommandConfig.` Please have a look on the [upgrading](01-Upgrading.md) before applying the new configuration files.
124
124
125
125
### Enhancements
126
126
@@ -225,7 +225,7 @@ You can read more on this on the [Knowledge Base Entry](https://icinga.com/docs/
225
225
226
226
Check Command configuration generated by Icinga for Windows 1.2.0 require Icinga for Windows 1.2.0 or later deployed on all systems, otherwise you will run into issues with an unknown command `Exit-IcingaPluginNotInstalled` error.
227
227
228
-
* To properly catch errors on check execution you will have to import check commands as Director basket again by using `Get-IcingaCheckCommandConfig`. Further details can be found in the [upgrading docs](30-upgrading-framework.md)
228
+
* To properly catch errors on check execution you will have to import check commands as Director basket again by using `Get-IcingaCheckCommandConfig`. Further details can be found in the [upgrading docs](01-Upgrading.md)
229
229
230
230
### Notes
231
231
@@ -236,7 +236,7 @@ Check Command configuration generated by Icinga for Windows 1.2.0 require Icinga
236
236
237
237
### Enhancements
238
238
239
-
* Adds configuration for [Windows Terminal integration](icingaintegration/50-Windows-Terminal.md)
239
+
* Adds configuration for [Windows Terminal integration](../110-Installation/50-Windows-Terminal.md)
240
240
* Adds new Cmdlet `Show-IcingaPerformanceCounterInstances` to display all available instances for Performance Counters
241
241
*[#76](https://github.com/Icinga/icinga-powershell-framework/issues/76) Adds support to test for required .NET Framework Version 4.6.0 or above before trying to install the Icinga Agent
242
242
*[#87](https://github.com/Icinga/icinga-powershell-framework/issues/87) Adds wrapper command to test new code or functionality of Framework and/or plugins
Copy file name to clipboardExpand all lines: doc/100-General/20-Eventlog.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# Framework Eventlog Documentation
1
+
# Icinga for Windows Eventlog Documentation
2
2
3
3
Below you will find a list of EventId's which are exported by this module. The short and detailed message are both written directly into the eventlog. This documentation shall simply provide a summary of available EventId's
0 commit comments