Page 1 of 1

Unable to List Snapshots in Repository on Nagios XI 2024R1.3.5

Posted: Wed Nov 19, 2025 9:30 pm
by helen9c
Hi all,
I'm running Nagios XI 2024R1Speed Stars.3.5 on a 3-node cluster (8 vCPU, 32 GB RAM each). I'm using an NFS share as our repository, mapped and accessible to Nagios XI.
When I try to list snapshots, the web interface keeps spinning and shows no data. I've tried adjusting dates, and even running curl -XPOST 'http://localhost:9200/_export/state'returns {"count":0,"states":[]}. Curator also reports No snapshots found in Elasticsearch.
I can't access Admin > Snapshots & Maintenance from the web interface. How to manually sync the repository from CLI or any documentation I might have missed?

Thanks in advance for any guidance!

Re: Unable to List Snapshots in Repository on Nagios XI 2024R1.3.5

Posted: Wed Nov 19, 2025 10:36 pm
by kg2857
Sounds like NLS not NXI...

Re: Unable to List Snapshots in Repository on Nagios XI 2024R1.3.5

Posted: Fri Nov 21, 2025 6:18 am
by vicentewilson
Check your Elasticsearch repo config with GET _snapshot/_all via API. If it's missing, you'll need to re-register the NFS repo from the CLI. So, how exactly do you re-register the NFS repository from the CLI in Nagios XI to fix this snapshot issue?