You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

This article adds further detail to the previous KB article that describes how to suppress agent daemon messages.

\n

 

\n

Use the following steps to reduce the number of messages recorded in var/log/messages files on Red Hat Linux agents:

\n
  • Edit the uptimeagent or uptmagnt file under /etc/xinetd.d and add the following lines between the {} characters:
\n
\n
\n

log_on_success -= PID
log_on_success -= EXIT
log_on_success -= HOST DURATION
log_on_failure -= HOST

\n
  • \n
    Restart the xinetd process.
\n

To test if the agent is still logging messages, run a tail -f on messages and then poll the Agent from the up.time UI to see if this action logs a new message.

  • No labels