I am currently running an instance with a store size of 48 GB and my free disk space using df is 64GiB (68GB). Why is the size of the 'free storage' in the instance status page 72.4GB when i only have 68GB actually free? Where is the extra 4GB coming from? Is the 'free storage' in the instance status page in GiB instead of GB?
Thanks
Where is size of 'free storage' in instance status coming?
- jjeremydiaz
- Posts: 11
- Joined: Thu Apr 06, 2017 4:32 am
Re: Where is size of 'free storage' in instance status comin
Thanks for pointing this out. It does appear to be labeled incorrectly. I'll ping dev.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Re: Where is size of 'free storage' in instance status comin
I'd like to get a copy of the df output as well a screenshot of the full Instance Status screen and the output of:
while I look into this.
Code: Select all
curl -XGET "http://localhost:9200/_cat/shards?v"As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
- jjeremydiaz
- Posts: 11
- Joined: Thu Apr 06, 2017 4:32 am
Re: Where is size of 'free storage' in instance status comin
Sorry for the late response. Were you able to find anything? Attached are the outputs your requested.
You do not have the required permissions to view the files attached to this post.
Re: Where is size of 'free storage' in instance status comin
Hey Jeremy, this fell from the radar a bit but I was able to confirm the same behavior on my machine. If you run:
you see the free_in_bytes field returned. NLS converts that to GiB but tacks on a GB in the UI. I've pinged dev regarding this.
Code: Select all
curl -XGET 'http://localhost:9200/_nodes/stats?pretty'
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Re: Where is size of 'free storage' in instance status comin
The UI will be updated to show GiB in 2.0. The roadmap can be found at https://www.nagios.com/roadmaps .
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.