Releases: stegenfeldt/Atea.Windows
Releases · stegenfeldt/Atea.Windows
v1.0.3.400 - The one with file share monitoring and more
What's Changed
Added
- Atea.Windows.Installer project Added
- Release folder created
- Automatic builds and MSI-packaging to /Release folder
- Powershell based installation/update scripts
- This changelog!
- File Age Monitor
- MonitoredEvent class, task and discovery
- MonitoredEvent dependency monitor on Microsoft.Windows.Computer
- Missing Service monitor (@svantegraden)
- Basic file share monitoring
- Registry Based event log monitoring
Changed
- Updated documentation design
- Install Script no longer uses the MSI-file, works directly with mp-files
- File Age Monitor has parameter for number of files
Fixed
- Svc Recovery alert has wrong eventlog name #6
- Reconfigured Auto Deploy after extension update
- Adv Service Recovery logging to task output
- Exclusions on AutoService discovery
- Standard Service Restart recovery task now supports services with spaces
- Service displaystring discovery
- File Age monitor truncates description to avoid buffer overflow (@AndreasB-atea)
- Fixed Azure Pipeline for build checking
Removed
- Old Downloads folder
Full Changelog: v1.0.2.0...v1.0.3.400
v1.0.2.0 - The one with service recoveries and powershell
Added in this release
- #1 Proper licensing added
- #2 Service restart recovery task, with optional delay and repeated attempts
- Public Timed Powershell probe module, to make it easier to add scheduled powershell propertybag based rules and monitors
- Automated copys of the generated mp files to /released on build
- Docs (at least a beginning) are now available on http://www.teknoglot.se/Atea.Windows/ with the help of MDWiki and Github Pages
- List Running Services task, to make it easier to find that servicename
Fixed in this release
- #4 Alert when advanced recovery task on services fails, to enable a better escalation workflow
- Bunch of spellchecks
- Remove Monitored Service Task now handles those times when it's the last one remaining.