Liongard
Create
Log in
Sign up
Roadmap
Feedback
Metrics Library
970
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
Veeam Service Provider Console
Windows Server
Microsoft 365
Cisco Meraki
Amazon Web Services
SonicWall
Internet Domain/DNS
Dark Web Monitoring
Google Workspace
N-able RMM
Hyper-V
Sophos XG
VMware ESXi
Azure Active Directory
SentinelOne
Huntress
Fortinet FortiGate
Azure
Duo Security
Roar
Windows Workstation
Active Directory
N-able Backup
Auvik
Datto RMM
WatchGuard
Ubiquiti UniFi
macOS
ConnectWise Manage
Continuum RMM
TLS/SSL Certificates
ESET Licensing
JumpCloud
Sophos Central
GoDaddy
IT Glue
KnowBe4
ConnectWise Automate
Cisco Small Business Solution (SBS)
Network Discovery
OneLogin
SQL Server
Kaseya BMS
NinjaRMM
Cisco Umbrella
Acronis Cyber Cloud
Cisco ASA
Palo Alto
N-able N-central
Autotask
Bitdefender
Managed Printer
Microsoft OneDrive
Microsoft Teams
VMware vCenter
Linux
Webroot Secure Anywhere GSM
Syncro
3CX
StorageCraft SPX
Cisco IOS
BCDR data
Cloudflare
Veeam Availability Console
Kaseya VSA
Domotz
Adigy
Datto Networking
Uncategorized
Showing
Trending
Sort
Trending
Top
New
Filter
Under Review
Planned
In Progress
Future Consideration
Candidate For Implementing
Under Consideration
Needs Review
Blocked
Under Development
Submitted
Reviewed
Complete
posts in
All Categories
All Categories
Veeam Service Provider Console (3)
Windows Server (80)
Microsoft 365 (127)
Cisco Meraki (18)
Amazon Web Services (7)
SonicWall (31)
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 (9)
Fortinet FortiGate (20)
Azure (12)
Duo Security (23)
Roar (185)
Windows Workstation (51)
Active Directory (104)
N-able Backup (7)
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 (5)
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 (4)
BCDR data (15)
Cloudflare (1)
Veeam Availability Console (2)
Kaseya VSA (3)
Domotz (1)
Adigy (1)
Datto Networking (2)
Cisco Meraki: Wan1 and Wan2 Summary Status
The metric shows WAN uplink status, like:ActiveReadyDisconnectednull Networks[].Devices[?wan1Ip || wan2Ip].join(' | ', [ join(': ', ['Network', to_string(NetworkName)]), join(': ', ['WAN1', to_string(wan1Ip)]), join(': ', ['WAN1 Status', to_string(wan1Ip)]), join(': ', ['WAN2', to_string(wan2Ip)]), join(': ', ['WAN2 Status', to_string(wan2Ip)]) ])
0
·
submitted
2
Cisco Meraki: Site-to-Site VPN mode (hub/spoke/off) Status
Which networks are acting as VPN hubs, spokes, or are not configuredHelps identify how your AutoVPN topology is structured Networks[].join(' | ', [ join(': ', ['Network', to_string(name)]), join(': ', ['VPN Mode', to_string(VPNs.mode)]) ])
0
·
submitted
2
Cisco Meraki: WAN IP Summary
Which WAN IPs are assigned to each device (WAN1 and/or WAN2)Whether the device is dual-WAN capable/configuredWhich networks have missing or misconfigured WAN IPs Networks[].Devices[?wan1Ip || wan2Ip].join(' | ', [ join(': ', ['Network', to_string(NetworkName)]), join(': ', ['WAN1', to_string(wan1Ip)]), join(': ', ['WAN2', to_string(wan2Ip)]) ])
0
·
submitted
2
Cisco Meraki: Network Name
This is helpful to someone who's trying to obtain/maintain visibility into the list of networks in an organization's Meraki instance. This is a good Metric for QBRs or recurring site reviews. Networks[].name
0
·
submitted
2
Cisco Meraki: Device Firmware
This is helpful to someone who's trying to obtain/maintain visibility into the list of devices in an organization's Meraki instance, with their associated firmwares. This is a good Metric for QBRs or recurring site reviews. Networks[].Devices[]. join( , [join( , [` , to_string(name)]), join( : , [ `, to_string(firmware)])]) | sort(@)
0
·
submitted
2
Cisco Meraki: Inverse Country Blocking List
List based metric of all whitelisted networks and names of those networks to appear as well Networks[? L7FirewallRules[?type == 'whitelistedCountries']]. [Name,'|', L7FirewallRules[?type == 'whitelistedCountries'].join( '-',[type,Value_r])]
0
·
submitted
1
Cisco Meraki: Inverse Country Blocking Count
metric of all whitelisted networks Networks[? L7FirewallRules[?type == 'whitelistedCountries']]. [Name,'|', L7FirewallRules[?type == 'whitelistedCountries'].join( '-',[type,Value_r])] | length(@)
0
·
submitted
1
Cisco Meraki: Network Count
This is helpful to someone who's trying to obtain/maintain visibility into the count of networks in an organization's Meraki instance. This is a good Metric for QBRs or recurring site reviews. Networks[].name | length(@)
1
·
submitted
3
Cisco Meraki: 3389 Enabled Externally
Does not look pretty, but gives you an idea of where Meraki has 3389 open to the outside world and what IPs are allow. If somone have a better looking metric, I would like to see it. Networks[?State == 'Active'][].PortForwardingRules[].rules[?publicPort == '3389'].join( , , [join( : , [ Name , to_string(name), Allowed IPs ,to_string(allowedIps)])])
0
·
submitted
3
Cisco Meraki: Port translated to local 3389 port
Does not look pretty, but gives you an idea of where Meraki is translating a port to a local 3389. Networks[?State == 'Active'][].PortForwardingRules[].rules[?localPort == '3389'].join( , , [join( : , [ Name , to_string(name), Allowed IPs ,to_string(allowedIps)])])
0
·
submitted
3
Load More
→
Powered by Canny