Liongard
Create
Log in
Sign up
Home
Feedback
Metrics Library
1004
Boards
Feature Requests
Metrics Library
Powered by Canny
Metrics Library
This is a community-led space where Liongard users can come to teach and learn from one another. Share custom Metrics, get inspired and see what’s trending in the Pride.
Details
Category
Select a category
Showing
Trending
Sort
Trending
Top
New
Filter
Under Review
Planned
In Progress
Blocked
Submitted
Reviewed
Complete
posts in
All Categories
All Categories
Veeam Service Provider Console (3)
Windows Server (83)
Microsoft 365 (135)
Cisco Meraki (18)
Amazon Web Services (7)
SonicWall (33)
Internet Domain/DNS (27)
Dark Web Monitoring (1)
Google Workspace (9)
N-able RMM (5)
Hyper-V (8)
Sophos XG (4)
VMware ESXi (3)
Azure Active Directory (29)
SentinelOne (10)
Huntress (12)
Fortinet FortiGate (21)
Azure (12)
Duo Security (23)
Roar (185)
Windows Workstation (54)
Active Directory (107)
N-able Backup (9)
Auvik (10)
Datto RMM (11)
WatchGuard (3)
Ubiquiti UniFi (10)
macOS (2)
ConnectWise Manage (3)
Continuum RMM (10)
TLS/SSL Certificates (8)
ESET Licensing (3)
JumpCloud (2)
Sophos Central (9)
GoDaddy (3)
IT Glue (10)
KnowBe4 (6)
ConnectWise Automate (5)
Cisco Small Business Solution (SBS) (4)
Network Discovery (9)
OneLogin (3)
SQL Server (4)
Kaseya BMS (1)
NinjaRMM (1)
Cisco Umbrella (8)
Acronis Cyber Cloud (2)
Cisco ASA (8)
Palo Alto (1)
N-able N-central (7)
Autotask (2)
Bitdefender (1)
Managed Printer (6)
Microsoft OneDrive (2)
Microsoft Teams (3)
VMware vCenter (2)
Linux (2)
Webroot Secure Anywhere GSM (11)
Syncro (1)
3CX (1)
StorageCraft SPX (1)
Cisco IOS (7)
BCDR data (15)
Cloudflare (1)
Veeam Availability Console (2)
Kaseya VSA (3)
Domotz (1)
Adigy (1)
Datto Networking (2)
Duo Security: Disabled Users
Grab all users who are showing as disabled. Users[?status == disabled ]. username
0
·
Duo Security
·
submitted
4
Duo Security: Bypass Users List
list any users with a bypass status Users[?status == bypass ]. username | join( , , @)
1
·
Duo Security
·
submitted
4
DUO: List of Billable Users
Per ( https://help.duo.com/s/article/3670?language=en_US ) duo support users are billed unless they are in the Trash or a Pending Delation Status. The above metric will return a list of users excluding those with the pending deletion status.If you are looking to display the count versus the list you can use this metric:Users[?!contains(status, pending deletion )] | length(@) Users[?!contains(status, pending deletion )].join( : , [username,status]) | sort(@)
0
·
Duo Security
·
submitted
3
Duo Security: Mobile User Summary
Useful for getting a summary of users and their Duo connected Mobile Devices Phones[].join( ', ' , [join( : , [ Name , to_string(userStr)]), join( : , [ Platform ,to_string(platform), join( : , [ Model ,to_string(model)])])]) | sort(@)
0
·
Duo Security
·
submitted
2
Duo: Endpoints list [Power BI]
Returns a list of endpoints in Duo Endpoints[]
0
·
Duo Security
·
submitted
2
Duo Security: Admin Count
Admin count. SystemInfo.admin_count
0
·
Duo Security
·
submitted
2
Duo Security: User Count
User count SystemInfo.user_count
3
·
Duo Security
·
submitted
2
Duo Security: User not enrolled count
Count of Duo users not enrolled. Users[?is_enrolled == false ] | length(@)
0
·
Duo Security
·
submitted
2
Duo: Active Admin User List
This is helpful to someone who's trying to obtain/maintain visibility into the active admin users in an organization's Duo instance. This is a good Metric for QBRs or recurring site reviews. Also, this Metric could be used to build a user audit with the intention of an end customer confirming that all looks as expected. Admins[].name
2
·
Duo Security
·
submitted
2
Duo: List of Users Locked Out
Grab a list of users that have been locked out of Duo. Users[?lockout_reason != `null`].realname
0
·
Duo Security
·
submitted
1
Load More
→
Powered by Canny