Page 1 of 1
Nagios Log
Posted: Fri Aug 09, 2019 9:04 am
by patalenszki.zoltan
Dear Support,
Suddenly Nagios Log automatic backup stopped. Could you please help me where to start investigate on it?
Please find screenshot attached.
Thanks in advance!
Regards,
Zoli
Re: Nagios Log
Posted: Fri Aug 09, 2019 9:15 am
by scottwilkerson
If you log into the server can you run the following from the CLI on each of the Log Server instances to make sure they all can connect to mounted path:
Code: Select all
ls -ld /mnt/logstore
ll /mnt/logstore
Re: Nagios Log
Posted: Sat Aug 10, 2019 1:52 am
by patalenszki.zoltan
Please find them attached.
Thanks&Regards,
Zoli
Re: Nagios Log
Posted: Mon Aug 12, 2019 9:21 am
by cdienger
There is a corrupt snapshot that will prevent the backups from appearing. You can delete this and the tests-* files which are 0 bytes in size:
Code: Select all
rm /mnt/logstore/snapshot-curator-20181014001125
rm /mnt/logstore/tests-*
Re: Nagios Log
Posted: Mon Aug 12, 2019 9:32 am
by patalenszki.zoltan
Thanks!
It solves our problem. Backup are available.
Best Regards,
Zoltan
Re: Nagios Log
Posted: Mon Aug 12, 2019 9:39 am
by mbellerue
Excellent, glad to hear it's working! Closing thread.