I am very new to Icinga2. Currently, I have Icinga server running (ubuntu) and client (Windows Server 2012) connected with hostalive check command. The client that is Window server has the Icinga agent installed.
We have few services we want to monitor on Windows server 2012 for specific software. What is best way to monitor status of these services without a lot of coding (run, stop, restart)?
If anyone can give a specific example of code or steps that would be great.
Icinga Web 2 version
Web browser used: chrome
Icinga 2 version: r2.11.2-1
Server operating system and version : Ubuntu 20.04.4 LTS
Update Icinga2 !!
update powershell to the newest available version for W2012
read tutorials on how to use icigna director.
install icinga director, and import the powershell plugins conf into icinga director
Create service and host templates
add services= checks to your host.
install the powershell frameork and powershell plugins on win2012
read about the powershell plugins, there are a lot of check commands (Invoke-Icinga*) which will provide a lot of checks