Nagios algorithms and architecture

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
elif
Posts: 1
Joined: Sun Aug 30, 2015 1:39 am

Nagios algorithms and architecture

Post by elif »

I am looking for documents describing the core of Nagios.

I mean architecture and algorithms of the Nagios "Event" module.

1. How does the nagios mechanism checking the service?
2. to make the the change from Soft-State to Hard-State how Nagios check it? I can't believe that nagios reads the all table of nagios.servicestatus by SQL query(select * from) every time..
3. It supposed to be "real time" event, so the time the event occurs and shows should be as fast as possible to notify - how this works on noagios?
If you can give me documents that describe all that I will be grateful.

Thank!
Eli
User avatar
Box293
Too Basu
Posts: 5126
Joined: Sun Feb 07, 2010 10:55 pm
Location: Deniliquin, Australia
Contact:

Re: Nagios algorithms and architecture

Post by Box293 »

elif wrote:1. How does the nagios mechanism checking the service?
This might help: https://assets.nagios.com/downloads/nag ... ios-XI.pdf
elif wrote:2. to make the the change from Soft-State to Hard-State how Nagios check it? I can't believe that nagios reads the all table of nagios.servicestatus by SQL query(select * from) every time..
/usr/local/nagios/var/status.dat and /usr/local/nagios/var/retention.dat
elif wrote:3. It supposed to be "real time" event, so the time the event occurs and shows should be as fast as possible to notify - how this works on noagios?
If you can give me documents that describe all that I will be grateful.
https://assets.nagios.com/downloads/nag ... tions.html
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Locked