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!
Unable to List Snapshots in Repository on Nagios XI 2024R1.3.5
Re: Unable to List Snapshots in Repository on Nagios XI 2024R1.3.5
Sounds like NLS not NXI...
-
vicentewilson
- Posts: 1
- Joined: Fri Nov 21, 2025 6:15 am
Re: Unable to List Snapshots in Repository on Nagios XI 2024R1.3.5
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?