Question

Real Time Health Check

  • 19 July 2023
  • 1 reply
  • 73 views

Userlevel 1
Badge +5
  • Sidekick (Customer)
  • 11 replies

Has anyone implemented a way to view the health of IFS FSM in real time? I.E they go to an intranet site and it will display either green for good, or red for bad?


1 reply

Userlevel 6
Badge +23

Hi Quang,

you can use any of the available monitoring solutions on the market to monitor system health metrics such as CPU, Memory, Network etc.

If you want to monitor specific FSM metrics, you would need to implement a solution that is able to retrieve metrics from .NET Applications. In Azure, for example, Azure Application Insights can be used. 
However, you can also monitor some metrics related to IIS with MS standard tools, see here for example:
https://techcommunity.microsoft.com/t5/iis-support-blog/performance-counters-for-monitoring-iis/ba-p/683389

Best regards
Roman

Reply