Skip to content

EvotecIT/Statusimo

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Statusimo - PowerShell Module

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.

Links

Changelog

  • 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

Example - Status Page

image