Liongard
Create
Log in
Sign up
Roadmap
Feedback
Metrics Library
1000
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
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 (82)
Microsoft 365 (132)
Cisco Meraki (18)
Amazon Web Services (7)
SonicWall (34)
Internet Domain/DNS (26)
Dark Web Monitoring (1)
Google Workspace (8)
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 (106)
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)
Microsoft 365: SSO Certificate Expiring in 30 days
This will find any SSO certificates that are going to expire in 30 days or less. ServicePrincipals[?preferredTokenSigningKeyEndDateTime != null && time_until(preferredTokenSigningKeyEndDateTime, days ) < 30 ].displayName
2
·
submitted
4
AZURE: Reservations List/Expiry
I have an issue when Virtual Machine Reservations expire, I have no idea when they expire. It would be great to be able to pull a list for reporting and managing the expiry. N/A
0
·
submitted
2
Azure: Virtual Machines - Missing Hybrid Benefits
This query is used to find Azure Virtual Machines that are running the Windows operating system, but do not have the Azure Hybrid Benefits license type enabled.The Azure Hybrid Benefits program allows users to save money on Windows licenses by using their existing on-premises licenses for Windows Server. When a Virtual Machine is running Windows, but does not have the Azure Hybrid Benefits license type enabled (i.e., the licenseType property is null), it means that the user is not taking advantage of this cost-saving program.The query returns the names of all Virtual Machines that meet these criteria, allowing users to identify which machines are not using Azure Hybrid Benefits and potentially saving money on Windows licenses.For more information on Azure Hybrid benefits please see this link: https://learn.microsoft.com/en-us/windows-server/get-started/azure-hybrid-benefit VirtualMachines[?properties.licenseType==null && properties.storageProfile.osDisk.osType=='Windows'].name
0
·
submitted
1
Azure: Virtual Machine OS Type
Provides the OS Type of an Azure VM - useful for VM specific asset management or onboarding device discovery (especially devices not connected to AD like Linux boxes!) VirtualMachines[].properties.storageProfile.osDisk.osType
0
·
submitted
2
Azure: Virtual Machine Computer Name
Azure level VM name VirtualMachines[].properties.osProfile.computerName
0
·
submitted
2
Azure: Virtual Machine Image Publisher
Shows the VM image publisher VirtualMachines[].properties.storageProfile.imageReference.publisher
0
·
submitted
2
Azure: Virtual Machine Admin Username
Shows the configured Admin username VirtualMachines[].properties.osProfile.adminUsername
0
·
submitted
3
Azure: Windows servers missing Hybrid Benefits
This metric lists all Windows virtual machines that have a null licenseType property. A null licenseType property indicates that the Hybrid Benefits are not applied to the virtual machine. This presents an opportunity for cost savings by providing license coverage through another means such as CSP (Cloud Solution Provider) or SPLA (Services Provider License Agreement) with software assurance. By identifying such virtual machines, organizations can take steps to optimize licensing costs and ensure compliance.See the following link for restrictions, limitations, and/or more information: https://learn.microsoft.com/en-us/windows-server/get-started/azure-hybrid-benefit VirtualMachines[?properties.licenseType==null && properties.storageProfile.osDisk.osType=='Windows'].name
0
·
submitted
2
Azure: Network Security Group - Open RDP
This query is used to find Azure Network Security Groups that have a rule which allows access to port 3389 (RDP) from any source (*). The query returns the name of any security groups that have this rule.Leaving RDP (Remote Desktop Protocol) exposed to access from any source is generally considered a security risk because it could allow unauthorized individuals or malicious software to gain access to the system. This rule is automatically created by default when provisioning Virtual Machines in Azure and should be removed (or limited) immediately after establishing other remote access mechanisms. Please not that this query does not evaluate for other rules that may supersede and mitigate this risky configuration. NetworkSecurityGroups[?properties.securityRules[?properties.sourceAddressPrefix == '*' && properties.destinationPortRange == '3389' && properties.access == 'Allow']].name
0
·
submitted
2
Azure: Snapshots - List
Lists all snapshots including their:NameTime CreatedTime since createdSize in GB Snapshots[].join('', ['Name: ' , name, ' | Time Created: ', date_format(properties.timeCreated, 'MMM-DD-YYYY @ hh:mm A'), ' | Age: ', to_string(time_since(properties.timeCreated, 'days')), ' days | Size: ', to_string(properties.diskSizeGB), 'GB'])
0
·
submitted
1
Load More
→
Powered by Canny