Skip to content

Instantly share code, notes, and snippets.

@jbickar
Created February 14, 2020 23:04
Show Gist options
  • Save jbickar/47d6ab8de21c0531cd7b51816db83c9a to your computer and use it in GitHub Desktop.
Save jbickar/47d6ab8de21c0531cd7b51816db83c9a to your computer and use it in GitHub Desktop.
Hostnames in watchdog, sorted by count
select hostname,COUNT(*) from watchdog group by hostname order by COUNT(*) asc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment