Places to Store Perf Data

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
wneville
Posts: 113
Joined: Wed Mar 31, 2021 3:35 pm

Places to Store Perf Data

Post by wneville »

I am familiar with the documentation on how to decrease the amount of space the perf data takes up but are you all familiar with relocating it to another disk mount? Our / Disk Usage seems to be filling up quite fast
ssax
Dreams In Code
Posts: 7682
Joined: Wed Feb 11, 2015 12:54 pm

Re: Places to Store Perf Data

Post by ssax »

You can expand the storage:

https://support.nagios.com/kb/article.php?id=814

To make sure we're on the same page, you are referring to the performance data in /usr/local/nagios/share/perfdata, correct?

I don't think we have any guides for doing that currently.

What is the output of these commands:

Code: Select all

uname -a
cat /etc/*release
df -Th
Locked