Page 1 of 1

Ramdisk Almost Full

Posted: Sat May 22, 2021 10:08 pm
by FCC_Nagios_Support
Hello,
The FS Ramdisk is almost full
tmpfs 500M 474M 27M 95% /var/nagiosramdisk
What can i Do?​​
Can y clear something?
Kind Regards

Re: Ramdisk Almost Full

Posted: Mon May 24, 2021 9:28 am
by dchurch
What's the output from the following command?

Code: Select all

ls -la -R /var/nagiosramdisk
The data in that directory is used to buffer performance data as it's received but before it's inserted into the .RRD performance database files for long term storage. It's not meant to store things for long periods of time. Files there can fill up as you expand your monitoring and run into an issue where there's too much incoming performance data from your devices for the Nagios monitoring engine to process, and so it gets backed up.

If you PM me a system profile I can diagnose further. Get one by going to Admin (top menu) => System Profile (in the left menu), then clicking the blue button.

If you're unable to generate the the profile through the web interface, please try generating it from the command line by running these commands as root:

Code: Select all

rm -rf /usr/local/nagiosxi/var/components/profile*
/usr/local/nagiosxi/scripts/components/getprofile.sh SUPPORT
Then send me the resulting /usr/local/nagiosxi/var/components/profile.zip file.
If the profile script fails, please include the ENTIRE output.