Top 10 NagiosxiDB

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
FCC_Nagios_Support
Posts: 161
Joined: Tue Mar 10, 2020 11:07 am

Top 10 NagiosxiDB

Post by FCC_Nagios_Support »

Hello,

Are there any website place with the top 10 Queries to NagiosxiDB

Thks .
KR
ssax
Dreams In Code
Posts: 7682
Joined: Wed Feb 11, 2015 12:54 pm

Re: Top 10 NagiosxiDB

Post by ssax »

I have split your other topic into two separate topics, please create new topics for unrelated issues/questions.

I was unable to find a check that does this specifically.

You can connect with mysq and see what's occurring:

Code: Select all

mysql -uroot -pnagiosxi nagiosxi
show full processlist;
Are you having any issues with the Nagios XI DB?
Locked