Related Articles
– Nagios + SCOM – Uninstall Nagios Agent remotely using Powershell
I don’t like to clean up very much, but there are certain cases where it really makes fun to clean up. Especially if there a Non-Microsoft product, Powershell and SCOM involved. In my case a customer decided to replace his Nagios system through SCOM 2012. Cool!!! Because Nagios also uses an agent for monitoring, one […]
SCOM 2012 – JEE Application Availability Monitor Template
In SCOM 2012 you get also new possibilities to monitor your JEE application servers. If you are already monitoring an application server e.g. Tomcat then you will find under the authoring pane new Management Pack Templates. If you deployed BeanSpy and you are doing some deep monitoring with your JEE application servers, the next step […]
Azure Functions – Programmatically List All Subscriptions in Your Tenant Using Resource Graph & C#
Recently I have been working quite a bit with Azure Functions and C#. Therefore it is time to post some interesting code – at least in my opinion. One problem I wanted to solve was to list all subscriptions within your tenant having tag information and if possible the solution should be easy to extend. […]