xi_meta.MYD

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
jorgeaaq
Posts: 25
Joined: Mon Jul 25, 2016 9:39 pm
Location: Mexico
Contact:

xi_meta.MYD

Post by jorgeaaq »

Hi:

i have a system with around 9,000 hosts and 11,000 monitors

right now i found a file xi_meta.MYD with 88Gb of size

is this normal?

what is stored in this table?

how can I debug this table or reduce his size?

thanks in Advance

Jorge Arenas
dwhitfield
Former Nagios Staff
Posts: 4583
Joined: Wed Sep 21, 2016 10:29 am
Location: NoLo, Minneapolis, MN
Contact:

Re: xi_meta.MYD

Post by dwhitfield »

That particular table, of that size, I would suggest truncating the table.

Code: Select all

mysql -u ndoutils -pn@gweb nagiosxi -e 'TRUNCATE TABLE xi_meta'
Locked