Bql query to show fail times of devices

Readme

LastOkTime

Bql query to show fail times of devices

BQL Query


bql:select parent.name as 'Device', down as 'Down', lastOkTime as 'Last Ok Time', lastFailTime as 'Last Fail Time' from driver:PingHealth order by down DESC

Usage

This query shows the Device Name, Down Status , Last Ok Time, Last Fail time.

it is automatically Ordered with down devices shown up top, ( to remove the auto ordering delete 'order by down DESC' and to order with up devices change DESC to ASC)

Copyright 2022 Jordan Jennings

Comment on this Package

Bql query to show fail times of devices

Watchers
1
Stars
3
2,024 views
Package Details

Direct Link

Category

Last Updated

Jul 26, 2022

Downloads

No files available

You may also like...