Grafana seperate RootFS and NSM stats #9674
Replies: 1 comment 1 reply
-
It should exclude that by default, if you're using a separate disk partition for /nsm. Can you share the output from "df -h" and "lsblk"? Also, what version of Security Onion are you using (/etc/soversion) and is it running on CentOS or Ubuntu? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In Grafana, there's a dashboard for my standalone machine. It contains all the various graphs/dials/etc for hardware usage. The two that I'm looking at are labeled "RootFS used" and "NSM used". Apparently this was configured for people such as myself who have a seperate /NSM to store data. However, the RootFS is looking at "/", which of course will INCLUDE the /NSM folder (where my data partition is mounted). Therefore, it always shows that my RootFS is nearly full (which in fact it's only about 45% full).
How can I change this so RootFS EXCLUDES the /NSM folder? Thanks.
Beta Was this translation helpful? Give feedback.
All reactions