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: doc/90-Roadmap.md
+5-2Lines changed: 5 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,8 @@ Below is a schedule of milestones for new releases and components. The dates are
22
22
| 2020-06-26 |[1.1.2-framework] in Icinga for Windows ||
23
23
| 2020-08-31 |[1.2.0-framework] in Icinga for Windows<br>[1.2.0-plugins] in Icinga PowerShell Plugins |[Icinga for Windows 1.2.0 Release](https://icinga.com/2020/08/31/releasing-icinga-for-windows-v1-2-0/)|
| 2020-12-02 |[1.3.0-framework] in Icinga for Windows<br>[1.3.0-plugins] in Icinga PowerShell Plugins<br>[1.0.0-hyperv] in Icinga PowerShell Hyper-V | tbd |
25
+
| 2020-12-01 |[1.3.0-framework] in Icinga for Windows<br>[1.3.0-plugins] in Icinga PowerShell Plugins<br>[1.2.0-kickstart] in Icinga PowerShell Kickstart | tbd |
26
+
| 2021-01-12 |[1.0.0-hyperv] in Icinga PowerShell Hyper-V<br>[1.0.0-cluster] in Icinga PowerShell Cluster | tbd |
26
27
| 2021-03-02 |[1.4.0-framework] in Icinga for Windows | tbd |
27
28
28
29
## Issue Triage & Prioritization
@@ -41,13 +42,14 @@ The following list contains a bunch of features we are planning to implement int
41
42
| Priority\*| Scenario | Description/Notes |
42
43
| ---------- | -------- | ----------------- |
43
44
| 1 | Performance Improvement | Reduce the impact of loading the entire Framework to a minimum.<br><br>Issue: [#106]|
44
-
| 1 | Proxy Support | For all kind of web requests we are currently dealing with we will require the support for proxy servers, ensuring connections are possible in more complex environments<br><br>Issue: [#19]
45
45
| 2 | Icinga API Integration | An easy way to communicate directly with the Icinga 2 API over Cmdlets for easier access. Authorization should be handled by certificates or user/password auth.<br><br>Issue: [#105]|
46
46
| 2 | Improve module caching | While running the Icinga for Windows solution as background daemon we should make sure that recurring tasks/events are properly cached. For this we will need to cache objects recursively, including arrays and hashtables<br><br>Issue: [#5]
47
47
| 2 | Improve Performance Counter Cache | We should improve the Performance Counter cache to be able to recognize if certain counter/instances are no longer present or have been added. This will resolve an issue while using the background daemon for regular tasks<br><br>Issue: [#11]
48
+
| 2 | Plugin Re-Write | We should rewrite some of current implemented plugins to use new Framework features and improve usability |
48
49
| 3 | Icinga Service Recovery | By default the Icinga Agent installer is not shipping with a service recovery solution in case the service crashes. We should allow the user to configure a custom rule set on what happens if Icinga crashes and how often a restart attempt is done for example<br><br>Issue: [#40]
49
50
| 4 | Windows Update Installation | The idea behind this is for smaller customer environments to allow the installation of certain Windows updates by using Icinga for Windows. This was an initial requests and should be taken into consideration when nothing else is to do<br><br>Issue: [#7]
50
51
| 4 | Hyper-V Monitoring | Add plugins for Hyper-V monitoring in an own separate module to cover this platform |
52
+
| 4 | Cluster Monitoring | Add plugins for certain Cluster systems for monitoring |
51
53
| 4 | Exchange Server Monitoring | Add plugins for Exchange Server monitoring in an own separate module to cover this platform |
52
54
| 4 | Active Directory Monitoring | Add plugins for Active Directory Server monitoring in an own separate module to cover this platform |
0 commit comments