Issue with New-LMWebsite not creating checkpoints #54
-
When using New-LMWebSite -WebCheck -name $web.name -WebsiteDomain $web.name -HttpType "https" -GroupId "4" -OverallAlertLevel "warn" -IndividualAlertLevel "warn" -IsInternal $true -TestLocationCollectorIds @(1, 15, 18) -WebsiteSteps $stepJson - -Verbose id name description type isInternal status 286 mysite.domain.com webcheck True dead-collector |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
Let me take a look at the cmdlet and see what's going on with the payload. |
Beta Was this translation helpful? Give feedback.
-
it looks like you need to specify |
Beta Was this translation helpful? Give feedback.
-
I will also be updating the behavior in v7.4.1 that will automatically set that parameter to $false if a testLocation parameter is set to avoid confusion in the future. |
Beta Was this translation helpful? Give feedback.
it looks like you need to specify
-UseDefaultLocationSetting $false
to create the website using the specified testLocationsCollectorIds, otherwise its defaulting to using the website defaults.