PowerShell, Nagios and NSClient++

Nagios is a very powerful open source tool for monitoring networks and infrastructures.  The number of plugins available on Nagios Exchange and extensions make this tool essential to not just to be reactive but to create workflows and escalations if needed in a matter of minutes.
The installation and configuration of this tool under a major linux distributions is not difficult.

The default tool for monitoring a Windows network are SCCM/SCOM and OMS, but if your environment is a mixed environment I think personally that Nagios can be considered a safe bet!

NSClient++ is the agent needed for performing some interesting checks on windows and you can leverage your powershell scripting ability to perform custom checks on the environment. Continue reading “PowerShell, Nagios and NSClient++”

PowerShell Learning and Security Features

Learning PowerShell is really a fast process (especially if you’re not new to programming) where you can be productive in a matter of days or in a month of lunches as Don Jones and Jeffery Hicks said.

But in my humble opinion, there aren’t many online resources that make you pay enough attention on how to run scripts and configure the environment properly in order to leverage all the technology features that Powershell and Windows environment are capable of.

So I’ve decided to add some articles to conquer this problem and help you on your journey, it’s an interesting subject for students and professional developers/it pros at any level of experience.

Continue reading “PowerShell Learning and Security Features”