+ Responder ao Tópico



  1. #1
    guardian_metal
    Visitante

    Padrão -- MARK -- nos Logs

    root@server:/root# tail -f /var/log/messages
    Mar 16 07:45:45 server -- MARK --
    Mar 16 08:05:45 server -- MARK --
    Mar 16 08:25:45 server -- MARK --
    Mar 16 08:45:45 server -- MARK --
    Mar 16 09:05:45 server -- MARK --

    Este "-- MARK --" fica aparecendo a cada 20 minutos, alguém sabe o que é?

  2. #2

    Padrão -- MARK -- nos Logs

    The sysklogd script invokes the syslogd program with the -m 0 option. This option turns off the periodic timestamp mark that syslogd writes to the log files every 20 minutes by default. To turn on this periodic timestamp mark, edit the sysklogd script and make the changes accordingly. See man syslogd for more information.

    Ou seja edita o script q sobre o syslog e coloca a opcao -m 0