Commit bc6443f 1 parent e4bf0a5 commit bc6443f Copy full SHA for bc6443f
File tree 2 files changed +10
-2
lines changed
lib/sensu-plugins-windows
2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ This CHANGELOG follows the format listed at [Our CHANGELOG Guidelines ](https://
5
5
Which is based on [ Keep A Changelog] ( http://keepachangelog.com/ )
6
6
7
7
## [ Unreleased]
8
+
9
+ ## [ 2.7.0] - 2018-05-09
10
+ ### Changed
11
+ - check-windows-event-log.ps1, added plugin to check for pattern and returns the number criticals and warnings that match that pattern (@patricewhite )
12
+
13
+ ## [ 2.6.0] - 2018-05-09
8
14
### Added
9
15
- check-windows-log.ps1, added plugin to check for pattern in log file (@patricewhite ).
10
16
@@ -155,7 +161,9 @@ Which is based on [Keep A Changelog](http://keepachangelog.com/)
155
161
### Added
156
162
- Initial release
157
163
158
- [ Unreleased ] : https://github.com/sensu-plugins/sensu-plugins-Windows/compare/2.5.0...HEAD
164
+ [ Unreleased ] : https://github.com/sensu-plugins/sensu-plugins-Windows/compare/2.7.0...HEAD
165
+ [ 2.7.0 ] : https://github.com/sensu-plugins/sensu-plugins-Windows/compare/2.6.0...2.7.0
166
+ [ 2.6.0 ] : https://github.com/sensu-plugins/sensu-plugins-Windows/compare/2.5.0...2.6.0
159
167
[ 2.5.0 ] : https://github.com/sensu-plugins/sensu-plugins-Windows/compare/2.4.1...2.5.0
160
168
[ 2.4.1 ] : https://github.com/sensu-plugins/sensu-plugins-Windows/compare/2.4.0...2.4.1
161
169
[ 2.4.0 ] : https://github.com/sensu-plugins/sensu-plugins-Windows/compare/2.3.0...2.4.0
Original file line number Diff line number Diff line change 1
1
module SensuPluginsWindows
2
2
module Version
3
3
MAJOR = 2
4
- MINOR = 6
4
+ MINOR = 7
5
5
PATCH = 0
6
6
7
7
VER_STRING = [ MAJOR , MINOR , PATCH ] . compact . join ( '.' )
You can’t perform that action at this time.
0 commit comments