Created
February 14, 2020 23:04
-
-
Save jbickar/47d6ab8de21c0531cd7b51816db83c9a to your computer and use it in GitHub Desktop.
Hostnames in watchdog, sorted by count
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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