performance logging - how to make cyclic

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
gmills
Posts: 114
Joined: Wed Jun 12, 2019 2:08 pm

performance logging - how to make cyclic

Post by gmills »

Hello,

I'm trying to find out if it is possible to have the performance logging be cyclic when it reaches a certain size ?

so that if the service-perfdata reaches say 1Gb, then rollover to write over the existing file? Not sure exactly how this logging mechanism works.

this is for
host-perfdata
host-perfdata.out
service-perfdata
service-perfdata.out

thank you
gmills
Posts: 114
Joined: Wed Jun 12, 2019 2:08 pm

Re: performance logging - how to make cyclic

Post by gmills »

am I on the right site for this question ?
benjaminsmith
Posts: 5324
Joined: Wed Aug 22, 2018 4:39 pm
Location: saint paul

Re: performance logging - how to make cyclic

Post by benjaminsmith »

Hi @gmills

The performance graphs are store time-series RRD files so they always stay the same size. This keeps the disks space requirements for XI in check.

If you have a bunch of older hosts and services that you no longer use using up disk space, you can set up the Deadpool processor to remove those along with the perf data if desired.

How To Use Deadpool In Nagios XI

Let me know if that answers your question or not.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.

Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked