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

6 lines
97 B
PowerShell
Raw Normal View History

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