Disable nagios messages logging: verschil tussen versies

Uit Documents
Ga naar: navigatie, zoeken
Regel 27: Regel 27:
 
svcadm refresh network/nrpe/tcp
 
svcadm refresh network/nrpe/tcp
 
</syntaxhighlight>
 
</syntaxhighlight>
 +
 +
== Remarks ==
 +
 +
It seems that the nrpe [ID 927837 mail.info] messages still appears in local zones. The nrpe [ID 317013 daemon.notice] messages in the local zones can be prevented by setting tcp_wrappers to false in the local zone.
  
 
[[Category:Howto|Nagios - Disable messages logging]]
 
[[Category:Howto|Nagios - Disable messages logging]]

Versie van 16 feb 2011 om 17:22

Disable deamon.notice logging:

Problem

Nagios extensive logging into /var/adm/messages

Symtoms

Logging is found in the /var/adm/messages as follows:

Feb 10 03:12:05 HOST inetd[2755]: [ID 317013 daemon.notice] nrpe[13059] from <ip address> 37236
Feb 10 03:12:05 HOST nrpe[13059]: [ID 927837 mail.info] connect from <client fqdn>

or

Feb 15 14:53:34 HOST inetd[521]: [ID 317013 daemon.notice] nrpe[8461] from <ip address> 42690
Feb 15 14:53:35 HOST inetd[521]: [ID 317013 daemon.notice] nrpe[8472] from <ip address> 42692

Resolution

If nagios is under SMF (Service Management Facility) then disable the logging using:

inetadm -m svc:/network/nrpe/tcp:default tcp_trace=FALSE
svcadm refresh network/nrpe/tcp

Remarks

It seems that the nrpe [ID 927837 mail.info] messages still appears in local zones. The nrpe [ID 317013 daemon.notice] messages in the local zones can be prevented by setting tcp_wrappers to false in the local zone.