Nagios Log

This support forum board is for support questions relating to Nagios Log Server, our solution for managing and monitoring critical log data.
Locked
patalenszki.zoltan
Posts: 40
Joined: Tue Sep 13, 2016 9:16 am

Nagios Log

Post 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
You do not have the required permissions to view the files attached to this post.
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Nagios Log

Post 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
Former Nagios employee
Creator:
ahumandesign.com
enneagrams.com
patalenszki.zoltan
Posts: 40
Joined: Tue Sep 13, 2016 9:16 am

Re: Nagios Log

Post by patalenszki.zoltan »

Please find them attached.

Thanks&Regards,
Zoli
You do not have the required permissions to view the files attached to this post.
User avatar
cdienger
Support Tech
Posts: 5045
Joined: Tue Feb 07, 2017 11:26 am

Re: Nagios Log

Post 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-*
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
patalenszki.zoltan
Posts: 40
Joined: Tue Sep 13, 2016 9:16 am

Re: Nagios Log

Post by patalenszki.zoltan »

Thanks!

It solves our problem. Backup are available.

Best Regards,
Zoltan
User avatar
mbellerue
Posts: 1403
Joined: Fri Jul 12, 2019 11:10 am

Re: Nagios Log

Post by mbellerue »

Excellent, glad to hear it's working! Closing thread.
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!
Locked