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
Nagios_log entries table
-
benjaminsmith
- Posts: 5324
- Joined: Wed Aug 22, 2018 4:39 pm
- Location: saint paul
Re: Nagios_log entries table
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.
Let me know if you have further questions or need assistance.
Regards,
Benjamin
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'
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!
Be sure to check out our Knowledgebase for helpful articles and solutions!
Re: Nagios_log entries table
Thanks Benjamin,
No further assistance required. You can mark this as locked/closed
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
Great!nms wrote:Thanks Benjamin,
No further assistance required. You can mark this as locked/closed
Locking thread