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
Nagios algorithms and architecture
- Box293
- Too Basu
- Posts: 5126
- Joined: Sun Feb 07, 2010 10:55 pm
- Location: Deniliquin, Australia
- Contact:
Re: Nagios algorithms and architecture
This might help: https://assets.nagios.com/downloads/nag ... ios-XI.pdfelif wrote:1. How does the nagios mechanism checking the service?
/usr/local/nagios/var/status.dat and /usr/local/nagios/var/retention.datelif 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..
https://assets.nagios.com/downloads/nag ... tions.htmlelif 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.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.