Skip to main content
Question

centengine.log callbacks verbosity

  • August 7, 2024
  • 4 replies
  • 104 views

Forum|alt.badge.img+4

hello,

 

In the centengine.log i have to many message like these :

[2024-08-07T11:09:59.664+02:00] [neb] [info] [1105] callbacks: generating host check event
[2024-08-07T11:09:59.664+02:00] [neb] [info] [1105] callbacks: generating host check event
[2024-08-07T11:09:59.668+02:00] [neb] [info] [1105] callbacks: generating host check event
[2024-08-07T11:09:59.668+02:00] [neb] [info] [1105] callbacks: generating host check event
[2024-08-07T11:09:59.669+02:00] [neb] [info] [1105] callbacks: generating host check event
[2024-08-07T11:09:59.671+02:00] [neb] [info] [1105] callbacks: generating host check event
[2024-08-07T11:09:59.673+02:00] [neb] [info] [1105] callbacks: generating host check event
[2024-08-07T11:09:59.674+02:00] [neb] [info] [1105] callbacks: generating host check event

How could i decrease its verbosity.

I try to play with engine configuration without sucess :

 

Have you any idea?

Thanks,

Mathias

4 replies

Forum|alt.badge.img+17

Hello

I compared the logging option with what I have on multiple pollers, none of my pollers or the central have these log entries, and I don’t really see the difference here

the thing I find strange is the tag “[neb]’ which does not appear as an thing in this list ([comments] [events] [notification], etc… I have that and they match what you have on this page)

I looked at the code, but it’s in C and I’m not too sure where this “neb” tag is coming from, there are lots of neb reference but for the broker code source in the engine...(n???? event broker, neb? no idea, i’m a bit lost here)

 

can you send a screen of the part of the engine config above that debugging part, where there is the logging configuration?

 

and also the part from the “broker configuration” there are also log option in the general page, but it is strange it would be in the centengine.log

(mine are all set to error, except core on “info”)


Forum|alt.badge.img+4
  • Author
  • Steward **
  • 17 replies
  • September 11, 2024

Thanks for the answer.

 

It s come from centengine :

[2024-09-11T12:52:44.465+02:00] [neb] [info] [4024318] callbacks: generating service check event

[root@centreon centreon-engine]# ps -edf |grep 4024318
centreo+ 4024318       1  1 12:51 ?        00:00:01 /usr/sbin/centengine /etc/centreon-engine/centengine.cfg

 

Is happend at server startup for several hours …

 

 


Forum|alt.badge.img+4
  • Author
  • Steward **
  • 17 replies
  • September 11, 2024

/usr/share/centreon/lib/centreon-broker/10-neb.so

I guess that s a module that transfert informations to the broker.

But i don t know why it s talking so much nor how to decrease its verbosity  ...


Forum|alt.badge.img+4
  • Author
  • Steward **
  • 17 replies
  • October 23, 2024

This only happend after massive changes in the database.

Not a real problem after a while.