Statusimo is a PowerShell module that is able to generate a Status Page entirely from PowerShell. There are many solutions on the market that allow you to host and build your own Status Page for services you have but usually, it comes at a cost or it has some special requirements one has to meet. Following module generates a static HTML page that contains JavaScript/CSS and HTML in one single file you can put on a server or publish using any way you want.
- Documentation for Statusimo (module description, installation) - Full project description
- Overview of Statusimo - First version overview and how-to
- 0.6 - 13.04.2020
- Support for new PSWriteHTML
- Default works
offline
. You need to use `Online switch to use Links
- 0.5 - 8.04.2019
- Support for new PSWriteHTML
- 0.2 - 16.03.2019
- Fix for TimeZone issue being UTC (thanks Steve (borough11)
- Updates to support changes in PSWriteHTML (requires newest version of PSWriteHTML 0.0.13+)
- Small visual change to TimeLine (using Roboto font, a bit larger size)
- Cleaner HTML/JS/CSS (update to PSWriteHTML)
- Smaller output size (update to PSWriteHTML)
- 0.1
- First version