Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Doc] Avoid logs to fullfil conga disk #72

Open
1 task
gtrabanco opened this issue May 1, 2023 · 0 comments
Open
1 task

[Doc] Avoid logs to fullfil conga disk #72

gtrabanco opened this issue May 1, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@gtrabanco
Copy link

Describe the bug

Conga tries to send compressed files of logs to Chinese server but by modifying /etc/hosts to install Congatudo it can't send those files so all disk space is fullfilled.

To Solve

Add a crontab that deletes not necessary files periodically.

crontab -e
*/30 * * * * rm -f /mnt/UDISK/log/*_logserver.txt.gz /mnt/UDISK/log/*.tmp

I also delete .tmp which are logs from "Valetudo"/Congatudo. After a year mines got around 2MB each so I decide to add .tmp extension.

Task to solve this

  • Add this to documentation
@gtrabanco gtrabanco added the bug Something isn't working label May 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant