Hmmm...This is wried...It shows nothing is going on
[root@nagiosls ~]# curl -XGET 'http://localhost:9200/_snapshot/Snapsho ... all?pretty'
{
"snapshots" : [ ]
}
Snapshot Repo Reconfig
Re: Snapshot Repo Reconfig
That does seem weird. Try deleting the job it is complaining about:
Code: Select all
curl -XDELETE 'http://localhost:9200/_snapshot/Snapshot%20Repository/curator-20201005133221'As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Re: Snapshot Repo Reconfig
[root@nagiosls ~]# curl -XDELETE 'http://localhost:9200/_snapshot/Snapsho ... 1005133221'
{"error":"RemoteTransportException[[bad2dc30-4cc1-4952-893c-00ea50d25ba7][inet[/140.141.7.101:9300]][cluster:admin/snapshot/delete]]; nested: SnapshotMissingException[[Snapshot Repository:curator-20201005133221] is missing]; nested: FileNotFoundException[/mnt/snapshotrepo/snapshot-curator-20201005133221 (No such file or directory)]; ","status
{"error":"RemoteTransportException[[bad2dc30-4cc1-4952-893c-00ea50d25ba7][inet[/140.141.7.101:9300]][cluster:admin/snapshot/delete]]; nested: SnapshotMissingException[[Snapshot Repository:curator-20201005133221] is missing]; nested: FileNotFoundException[/mnt/snapshotrepo/snapshot-curator-20201005133221 (No such file or directory)]; ","status
Re: Snapshot Repo Reconfig
Please provide a profile from the system. It can be gathered under Admin > System > System Status > Download System Profile or from the command line with:
This will create /tmp/system-profile.tar.gz.
Note that this file can be very large and may not be able to be uploaded through the system. You can split the file into smaller files with the split command on the NLS(or other Linux machine) command line:
The above command will split the system-profile.tar.gz into 5MB segments and save them to files with the naming convention system-profile-nn.
I'd also like to get a copy of the current settings index. This can be gathered by running:
The file it creates and that we'd like to see is /tmp/nagioslogserver.tar.gz.
Please send the files to me in a private message.
Code: Select all
/usr/local/nagioslogserver/scripts/profile.shNote that this file can be very large and may not be able to be uploaded through the system. You can split the file into smaller files with the split command on the NLS(or other Linux machine) command line:
Code: Select all
split -b 5000000 /tmp/system-profile.tar.gz system-profile- -dI'd also like to get a copy of the current settings index. This can be gathered by running:
Code: Select all
curl -XPOST http://localhost:9200/nagioslogserver/_export?path=/tmp/nagioslogserver.tar.gzPlease send the files to me in a private message.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Re: Snapshot Repo Reconfig
After sending the last result to you, apparently, the snapshot starts to working again. I saw the job just successfully finished and will keep monitoring it.
-
benjaminsmith
- Posts: 5324
- Joined: Wed Aug 22, 2018 4:39 pm
- Location: saint paul
Re: Snapshot Repo Reconfig
Good to hear. We can leave this post open for now if you need anything.After sending the last result to you, apparently, the snapshot starts to working again. I saw the job just successfully finished and will keep monitoring it.
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!