I'm trying to find a way in Azure to setup some service to be able to do ping check on remote host not hosted in Azure and alert when it is not reachable. For example On-Premises server with PIP.
Asked
Active
Viewed 65 times
1 Answers
1
You can onboard on-prem machines using the log analytics agent, which will then send heatbeat messages to log analytics, which you can alert on.

Sam Cogan
- 38,736
- 6
- 78
- 114
-
Hey, thnx for quick response. Actually I'm looking for agent-less solution. The only check I want to have is: ping. – Vardges Stepanyan Apr 15 '19 at 12:03
-
There isn't really a service that will do this. App Insights has availiblity checks, but these focus on http. – Sam Cogan Apr 19 '19 at 20:14