Skip to content

Commit

Permalink
Fixes non-public service check name func
Browse files Browse the repository at this point in the history
  • Loading branch information
LordHepipud committed Jul 14, 2022
1 parent c000249 commit 84b97fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions icinga-powershell-plugins.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
'Get-IcingaMemoryPerformanceCounter',
'Get-IcingaMemory',
'Get-IcingaProcessData',
'Get-IcingaServiceCheckName',
'Get-IcingaUpdatesHotfix',
'Get-IcingaUpdatesInstalled',
'Get-IcingaWindowsUpdatesPending',
Expand Down
2 changes: 1 addition & 1 deletion provider/private/services/Get-IcingaServiceCheckName.psm1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
function Get-IcingaServiceCheckName()
function Global:Get-IcingaServiceCheckName()
{
param (
[string]$ServiceInput,
Expand Down

0 comments on commit 84b97fe

Please sign in to comment.