This website requires JavaScript.
Explore
Help
Register
Sign In
upstream
/
icinga-powershell-framework
Watch
1
Star
0
Fork
You've already forked icinga-powershell-framework
0
mirror of
https://github.com/Icinga/icinga-powershell-framework.git
synced
2026-02-03 20:29:32 -05:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
d8767bb2fa
icinga-powershell-framework
/
lib
/
core
/
windows
/
Restart-Icinga.psm1
6 lines
65 B
PowerShell
Raw
Normal View
History
Unescape
Escape
Adds new command `Restart-Icinga` to restart both, the Icinga Agent and Icinga for Windows
2024-03-13 11:56:56 -04:00
function
Restart-Icinga
(
)
{
Adds new start and stop Cmdlets for Icinga
2024-09-19 06:27:06 -04:00
Stop-Icinga
;
Start-Icinga
;
Adds new command `Restart-Icinga` to restart both, the Icinga Agent and Icinga for Windows
2024-03-13 11:56:56 -04:00
}
Reference in a new issue
Copy permalink