-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #10 from slauger/development
Rewrite and released v1.0.0
- Loading branch information
Showing
5 changed files
with
541 additions
and
759 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
## 1.0.0 (2017-02-01) | ||
- huge rewrite of the Plugin, changed nearly every parameters | ||
- upgrading from versions prior to 1.0.0 require to change your monitoring configuration | ||
- added own nitro implementation and dropped the dependency to Nitro.pm by Citrix | ||
- added check for unsaved configuration changes (changes in nsconfig not written to disk) | ||
- improved check for ssl certificates to only check for a specific certificate | ||
- fixed a bug in check_state to support services and servicegroups again | ||
|
||
## 0.2.0 | ||
- patch for Nitro.pm to support ssl connections | ||
- added check to test the validity and expiry of installed certificates | ||
|
||
## 0.1.2 | ||
- added performance data feature | ||
- updated sub add_arg and added default values for parameters | ||
- Bugfix in vserver checks loop by @macampo | ||
|
||
## 0.1.1 | ||
- documentation fixes by @Velociraptor85 | ||
|
||
## 0.1.0 (2015-12-17) | ||
- First release based on Nitro.pm |
Oops, something went wrong.