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)
Ubiquiti UniFi: Version
This is helpful to someone who's trying to obtain/maintain visibility into the version of an organization's Ubiquiti UniFi instance. This is a good Metric for QBRs, recurring site reviews, and an onboarding report. This Metric could also be used to create a pointed Actionable Alert that ensures that Ubiquiti UniFi instances are setup as the prefered version. SystemInfo[].version
0
·
submitted
2
CVE-2021-44228 | Ubiquiti UniFi: Version (Log4J)
Ubiquiti Cloud should be patched to 6.5.54 or higher. SystemInfo[].version
0
·
submitted
1
CVE-2021-44228 | Ubiquiti Unifi: Hardware type and version
For latest product firmware go to https://www.ui.com/download/unifi Devices[].join( : , [name,type,model,version])
0
·
submitted
1
Unifi: Access Points
Returns the number of access points on the inspector.Useful if you are billing per managed device. length(Devices[?type == 'uap'])
0
·
submitted
1
Unifi: Switches
Returns the number of switches on the inspector.Useful if billing per managed device. length(Devices[?type == 'usw'])
0
·
submitted
1
Unifi: Cloud Key Type
Returns the type of cloud key used.When the site is using a Software Application, the ubnt_device_type object is not returned in the data print, so the second condition of the metric outputs Software as the result.Useful if you are billing based on the type of cloud key in use by the customer, or if you need to track how many of each kind are in use. SystemInfo[?ubnt_device_type != ''].ubnt_device_type || 'Software'
0
·
submitted
1
Ubiquiti Unifi: Auto Backup Enabled
Determines if automatic backups are enabled in Unifi. SystemInfo[0].autobackup
0
·
submitted
3
Ubiquiti Unifi: Updates Pending for Devices
Finds Unifi devices with pending firmware upgrades. Devices[?upgradable== true ].['Name:', name, '|', 'Model:',model, '|', 'IP:',ip]
0
·
submitted
1
Ubiquiti Unifi: Device Offline
This metric will discover offline devices within your Unifi environments. The query results aren't formatted well, if anyone is better at shaping results this could use some changes. Devices[?state== 0 ].[ip,model,name]
2
·
submitted
7
Ubiquiti Unifi: AP Offline >3 days
Use this to alert on APs that have been offline for more than 3 days. Devices[?state == 0 && time_since(Last_Seen, days ) > 3 ].name
1
·
submitted
1
Powered by Canny