Related Articles
Azure Automation – Twitter + IFTTT + Webhook = Start Runbook
I assume you know Twitter and you probably also know what a webhook is, right? No? Ok, a webhook is just a HTTP POST. In Azure Automation we are able to create a webhook for a runbook. This runbook will “consume” the webhook request (URL) + post data and start the runbook. The cool thing […]
SCOM 2012 – Event ID 7011 Service Control Manager Error
At a customers SCOM infrastructure I faced a very strange problem. The SCOM infrastructure consists of 2 management servers and 1 SQL server. Only one of the management servers stopped in certain time intervals responding to the agents and encountered the following symptoms: All agent computer which had this management server as primary management server […]
SCOM 2012 – Monitor SMA Runbook Instance (VSAE Sample MP)
When you are starting to automate processes in your company you soon will find out, that not all runbooks will run for a short time. There are also cases where you need a runbook, which is using a loop to monitor certain things or trigger other runbooks. In other words, there are cases where you […]