Für die kurze Analyse im phpmyadmin, falls die Incoming-DB (oder andere Tabellen gut gefüllt sind):
SELECT FromHost,COUNT(*) FROM `SystemEventsNagios` GROUP BY `FromHost` -- oder SELECT FromHost, COUNT( * ) FROM `SystemEvents` GROUP BY `FromHost` ORDER BY COUNT( * ) DESC