Nagios_log entries table

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
nms
Posts: 222
Joined: Wed Sep 28, 2016 9:35 am

Nagios_log entries table

Post by nms »

Hi,

Is there a way to disable the nagfios_logentries table at all?

Or else if we just put a "0" for the MAX time in DAYS to keep in Performance Settings/Database/NDO Database/Max Log Entries Age:, will that suffice?

Rgds,
Matthew
benjaminsmith
Posts: 5324
Joined: Wed Aug 22, 2018 4:39 pm
Location: saint paul

Re: Nagios_log entries table

Post by benjaminsmith »

HI Matthew,

Testing the 0 option on my system, and it looks like it will keep the table empty table.

Also, you can run the following command from the terminal to truncate this table.

Code: Select all

mysql -u ndoutils -pn@gweb nagios -e 'TRUNCATE TABLE nagios_logentries'
Let me know if you have further questions or need assistance.

Regards,
Benjamin
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.

Be sure to check out our Knowledgebase for helpful articles and solutions!
nms
Posts: 222
Joined: Wed Sep 28, 2016 9:35 am

Re: Nagios_log entries table

Post by nms »

Thanks Benjamin,
No further assistance required. You can mark this as locked/closed
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Nagios_log entries table

Post by scottwilkerson »

nms wrote:Thanks Benjamin,
No further assistance required. You can mark this as locked/closed
Great!

Locking thread
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
Locked