Re: [Nagios-devel] Extremely bad performance when

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
Guest

Re: [Nagios-devel] Extremely bad performance when

Post by Guest »

Steffen Poulsen wrote:
> Hi,
>
> These are very interesting suggestions, thanks all - I will give them a try asap.
>
> It worries me that we are not able to use the process_performance_data parameter at all, though - but perhaps that's just how it is on !linux :-)
>
> Best regards,
> Steffen
>
[snip]

As others have already mentioned, try writing the perfdata to a file,
rather than executing a command. There are a few addons that will grab
performance data directly from the perfdata files.

Executing a system command to process perf data for every single
service/host check is rather resource-intensive. This is especially
true if you have thousands of things you're monitoring or the perfdata
commands take more than a few milliseconds to complete.


Ethan Galstad,
Nagios Developer
---
Email: [email protected]
Website: http://www.nagios.org





This post was automatically imported from historical nagios-devel mailing list archives
Original poster: [email protected]
Locked