SCOM Power BI Templates
This is the SCOM management pack I created to monitor Netapp volumes. This is the first version with basic volume discovery and used space monitor. I plan to add additional monitors and discoveries as time permits.
Generate SCOM events that can be turned into alerts This post contains the details about the application I wrote to generate events in SCOM. This allows SCOM to receive events via the SDK and associate them with an object in SCOM. The supported object types are Node, Windows, and Unix. Node refers to a network node type, not a cluster node. The command line parameters allow you to specify the event message along with other details.
To build my blog I decided to use Hugo and Github. This was after looking at different options and talking to my friend Dale @ vCROCS.info. This was his recommendation and how he built his blog site. Check out his post about Hugo
To begin with I downloaded the Hugo product and installed it on my Windows 10 laptop. I wanted to learn Hugo and build a web site before tackling Github.
This is some mardown examples I wanted to test. I really wanted to find a way to place code in an html page. below ares some samples, including a table of contents. Take a look at the RAM markdown file to see the code that makes this page.