Where is size of 'free storage' in instance status coming?

This support forum board is for support questions relating to Nagios Log Server, our solution for managing and monitoring critical log data.
Locked
User avatar
jjeremydiaz
Posts: 11
Joined: Thu Apr 06, 2017 4:32 am

Where is size of 'free storage' in instance status coming?

Post by jjeremydiaz »

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
User avatar
cdienger
Support Tech
Posts: 5045
Joined: Tue Feb 07, 2017 11:26 am

Re: Where is size of 'free storage' in instance status comin

Post by cdienger »

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.
User avatar
cdienger
Support Tech
Posts: 5045
Joined: Tue Feb 07, 2017 11:26 am

Re: Where is size of 'free storage' in instance status comin

Post by cdienger »

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:

Code: Select all

curl -XGET "http://localhost:9200/_cat/shards?v"
while I look into this.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
User avatar
jjeremydiaz
Posts: 11
Joined: Thu Apr 06, 2017 4:32 am

Re: Where is size of 'free storage' in instance status comin

Post by jjeremydiaz »

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.
User avatar
cdienger
Support Tech
Posts: 5045
Joined: Tue Feb 07, 2017 11:26 am

Re: Where is size of 'free storage' in instance status comin

Post by cdienger »

Hey Jeremy, this fell from the radar a bit but I was able to confirm the same behavior on my machine. If you run:

Code: Select all

curl -XGET 'http://localhost:9200/_nodes/stats?pretty'
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.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
User avatar
cdienger
Support Tech
Posts: 5045
Joined: Tue Feb 07, 2017 11:26 am

Re: Where is size of 'free storage' in instance status comin

Post by cdienger »

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.
Locked