#Reporting systems and Used capacity

1 messages · Page 1 of 1 (latest)

sour nebula
#

Hey!
Like in the attached image I noticed in NAbox "Home" it says 10/9 reporting systems for me.
There are 9 Ontap systems reporting to it and one StorageGrid grid.
Bug or intended?

Also, what is the "Used capacity" next to it supposed to tell me?

Also #2, the "Feedback" menu option on nabox.org seems to be broken.

Using NAbox v4.0.11.

sonic estuary
#

@humble plover

humble plover
#

Let's say it's not implemented 🙂

#

But yes that needs a fix to add SG and Switches properly

#

Used capacity is NAbox /data disk capacity

#

you should do something about it 😄 Grow vmdk and reboot

#

feedback up and running

sour nebula
#

Great, thanks! 🙂

humble plover
#

weird, storagegrid should be counted in the total systems, as well as csico switches

sonic estuary
#

I think you're using count(cluster_new_status) which will only include ONTAP clusters. Maybe counting pollers would be better? count(poller_status)

humble plover
#

That's the thing, for the total I'm relying on harvest.yaml basically

#

@sour nebula What is NAbox version ?

sonic estuary
#

Ah, I thought it was this query that was handling the "Reporting systems"

humble plover
#

reporting systems (top number) is count(cluster_new_status)+count(group by(cluster) (storagegrid_storage_utilization_data_bytes))+count(group by(switch) (cisco_environment_power_mode))

sour nebula
#

NAbox version is 4.0.11

humble plover
sour nebula
#

Sorry, I can't share log bundles because of security restrictions.
Are there specific logs you wanted to look at?

sour nebula
#

Adding to this since it's also from the Home page, I think the graph for IOPS/Latency has the wrong unit for Latency.
The axis probably has the correct unit though, like in the picture it says 1000 ms on the axis but 0.99 ms on the graph.

#

Oh and the latency box above the graph is using the unit from the graph, ie. incorrect unit. 🙂
Same unit is used as well on each Ontap system.

humble plover
#

From the log I wanted to see the harvest.yaml file /etc/nabox/harvest/harvest.yml and the exact amount of pollers in there alongside their associated collectors: entry

sour nebula
#

A redacted version is in there now.

humble plover
#

The way it is implemented, it queries the /systems endpoint and sums up ONTAP, StorageGRID, CiscoSwitch systemTypes

#

Oh.... ok...
StorageGRID !== StorageGrid....

#

That was it, sorry for the waste of time, will be fixed in 4.1.1

humble plover
sour nebula