Skip to content

Commit 16eaa4a

Browse files
authored
Merge pull request #272 from Icinga:fix/check_timesync_file_encoding
Fix: File encoding to UTF8 for TimeSync plugin The plugin `Invoke-IcingaCheckTimeSync` was previously not saved as `UTF8`, causing it to not being loaded properly by the JEA manager of Icinga for Windows.
2 parents 657272e + 0942af0 commit 16eaa4a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

doc/31-Changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Released closed milestones can be found on [GitHub](https://github.com/Icinga/ic
1818
* [#261](https://github.com/Icinga/icinga-powershell-plugins/issues/261) Fixes `Invoke-IcingaCheckCertificate` which always included the CertStore because no option to not check the certificate store was available
1919
* [#262](https://github.com/Icinga/icinga-powershell-plugins/pull/262) Fixes method NULL exception on empty EventLog entries for `Invoke-IcingaCheckEventLog`
2020
* [#271](https://github.com/Icinga/icinga-powershell-plugins/pull/271) Fixes JEA error which detected `ScriptBlocks` in the plugin collection
21+
* [#272](https://github.com/Icinga/icinga-powershell-plugins/pull/272) Fixes file encoding for `Invoke-IcingaCheckTimeSync` which was not UTF8 before, causing the JEA profile writer to ignore the file
2122

2223
## Enhancements
2324

plugins/Invoke-IcingaCheckTimeSync.psm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<#
1+
<#
22
.SYNOPSIS
33
Gets Network Time Protocol time(SMTP/NTP) from a specified server
44
.DESCRIPTION

0 commit comments

Comments
 (0)