derek_haneman
2 years agoAdvisor
Convert SMTP uptime to days?
Hey all, messing around with a quick uptime dashboard for a product team. They have a bunch of Linux servers that I can pull SNMP Uptime but it needs to be converted from the whacky format to days. I...
- 2 years ago
The SNMP_Host_Uptime datasource has Uptime datapoint that displays uptime in seconds.
You can check ‘perform an expression on datapoint’ in the table widget column settings to convert the value from seconds to days by dividing the uptime in seconds by 86400, this would display the Uptime value in days in the table widget.
Alternatively, you can create a complex datapoint that converts the Uptime from seconds to days using the same equation.
https://www.logicmonitor.com/support/logicmodules/datasources/datapoints/complex-datapoints