Windows Server Monitoring

Hello all,

I am reasonably new to Icinga2, I got it setups and running as per this post - Web Setup - URL and access

I am digging through the documentation and getting a little overwhelmed as to where I need to Monitor a Windows Server Disk.

The Master is running on CentOS 8 Stream and the host I am looking to first test is windows server 2012 R2 based.

I have installed Icinga2 agent successfully on this Windows Server.

My next query is what’s the best way to monitor a disk space usage from this server?

  • Do I need to edit /etc/icinga2/conf.d with some sort of configuration files?
  • I have a default file atm with the basic config.

Many thanks for the help with this!

Hello @ic_user4456,
Did you add the conf file for your Windows host yet?

Did you add the conf file for the service disk check yet? Since you installed the Icinga2 agent for Windows the disk-windows check command is included. You can setup a service using this check command. The best way to setup the check command is by setting up a apply rule where for variable OS=Windows. Add the OS=Windows variable to your template for you Windows conf files.

I hope this gets you started.
Alex

Hi,

Don’t know if this will help you but on my side I installed a nrpe client on the windows server and wrote a few powershell scripts to check this kind of things (raid status, disk usage). Icinga will query then the server for this or that script and receive the answer from nrpe.

I wrote my own disk check scripts as it’s not logical for me to check the % filled of your disk. 5% free on a 40Tb volume is still 2Tb which is fine. I combine then the % free with the physical free space available and issue alerts based on that.