Related Articles
SCOM 2012 SP1 – “Unable to Proceed” Troubleshooting Upgrade Error
As I already have learned in many ways – Don’t assume anything, proof it! Another rule is – What you see is not always what you get. With those two quotes in mind we have to start troubleshooting in IT. Today I spent quite some time troubleshooting an SCOM SP1 upgrade installation. I wanted to […]
Azure Stack – Azure Stack Development Kit Meets Terraform
In this post I would like to write about my experiences using Terraform on Azure Stack Development Kit (ASDK). What is Terraform? Terraform is a tool for building, changing, and versioning infrastructure safely and efficiently. Terraform can manage existing and popular service providers as well as custom in-house solutions. Configuration files describe to Terraform the […]
Simple script which checks the modified time (hours) of a log file
Recently I had to monitor a backup log file. If the modification time stamp of the log file was later than at a certain time then SCOM should fire a warning. In my case if the file was modified later than at 05:00 o’clock (24-hour time notation) an alert should occur. There was no characteristic […]