Ramdisk Almost Full

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
FCC_Nagios_Support
Posts: 161
Joined: Tue Mar 10, 2020 11:07 am

Ramdisk Almost Full

Post 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
dchurch
Posts: 858
Joined: Wed Oct 07, 2020 12:46 pm
Location: Yo mama

Re: Ramdisk Almost Full

Post 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.
If you didn't get an 8% raise over the course of the pandemic, you took a pay cut.

Discussion of wages is protected speech under the National Labor Relations Act, and no employer can tell you you can't disclose your pay with your fellow employees.
Locked