0

I have Nagios setup for Passive monitoring and we don't use RRD data for any purpose. Is there a way to stop data storage and calculation at RRD. (intent here is to save system resource by stopping RRD calculation)

Avijit
  • 1
  • 1

1 Answers1

1

There's a setting in the main nagios.cfg for process_performance_data, set that to 0 and restart Nagios. https://assets.nagios.com/downloads/nagioscore/docs/nagioscore/3/en/configmain.html

Michael Guthrie
  • 512
  • 1
  • 4
  • 11