I'd like to have a dashboard item that calculates uptime in percentage. Say something that could output "Server uptime is: 99.95 %"
Anyone have any thoughts on how to do this?
Hi!
You can create a calculated DCI which will calculate uptime in transformation script, and then add it to dashboard using "gauge" type element. Alternatively, you can create business service and appropriate checks.
Best regards,
Victor