.net - On-premise service health monitoring -
what best way of monitoring health of services/daemons used internally (in local network)? obviously, these cloud services periodically pinging target sites not option.
ideally, need installed on premise, listen periodic http messages coming target services themselves. in case of signals not received prolonged period of time, notifications should sent (e.g. via email).
so far services written in .net , security reasons outbound connections public network allowed.
it seems looking runtime profiler. answer etw tracing.
you should use perfmonitor.
take on these links:
http://bcl.codeplex.com/releases
https://msdn.microsoft.com/en-us/library/ms751538(v=vs.110).aspx
Comments
Post a Comment