picoroma
(PiCo)
1
I’m trying to monitor a WINDOWS Server where I have installed Icinga for Windows 1.11:
This is the CLIENT - SATELLITE component overview:
The OUTPUT of ALL che check from MASTER SIDE is:
But the PowerShell Framework is installed on SATELLITE…
What could be the problem?
picoroma
(PiCo)
2
SOLVED with this:
Agent installed with wrong POWERSHELL:
RUN:
Install-IcingaComponent -Name agent -Force -Confirm;
SOLVED