icinga-powershell-framework/lib/core/windows/Restart-Icinga.psm1

5 lines
106 B
PowerShell

function Restart-Icinga()
{
Restart-IcingaService -Service 'icinga2';
Restart-IcingaForWindows;
}