Home Directory Patches Nagios Core Use Shared Memory instead of the Text File - Nagios 2.x

Search Exchange

Search All Sites

Nagios Live Webinars

Let our experts show you how Nagios can help your organization.

Contact Us

Phone: 1-888-NAGIOS-1
Email: sales@nagios.com

Login

Remember Me

Directory Tree

Use Shared Memory instead of the Text File - Nagios 2.x

Rating
0 votes
Favoured:
1
Compatible With
  • Nagios 2.x
Hits
165381
Nagios CSP

Meet The New Nagios Core Services Platform

Built on over 25 years of monitoring experience, the Nagios Core Services Platform provides insightful monitoring dashboards, time-saving monitoring wizards, and unmatched ease of use. Use it for free indefinitely.

Monitoring Made Magically Better

  • Nagios Core on Overdrive
  • Powerful Monitoring Dashboards
  • Time-Saving Configuration Wizards
  • Open Source Powered Monitoring On Steroids
  • And So Much More!
Increase of monitoring system operating speed due to use Shared Memory for interprocessor communications between Nagios process and cgi modules instead of the Text file status.dat.
Warm hello!

I'm working for Yandex company. My immediate task is monitoring of hosts and services. We use Nagios (version 2.6) on one computer for monitoring more than 1500 hosts and more than 20000 services.
For increase of monitoring system operating speed I changed some sources of Nagios. For interprocessor communications between Nagios process and cgi modules I use Shared Memory (shmget, shmat, shmctl functions) instead of the Text File status.dat.
In total operating speed of the monitoring of our large system increased greatly.

With this letter I have attached sources of modify Nagios (version 2.61) with blocks "rnov addition" and "rnov addition end" around my code to you could find it easy.

May be you will make new version of Nagios with this modifications.

Best regards!