Forum Discussion
jotafilms
6 years agoNew Member
MONITOR SERVER STATUS
Hi, I'm new to powerBI and would like some help. where I work I have some servers with internal IP and I would like to make a report in BI with the status of the server. whether it is online or not i...
lbendlin
6 years agoSuper User
Sure. Set up some web calls to your servers and handle the scenario when they don't respond.
Note that these web servers are probably on-premise, so that means you also need to setup a gateway
Then set up scheduled refresh on the service (or API based refresh requests).
And lastly you need to create a dashboard. Reports will not work because they do not auto-update from web data sources.