Lab 2.1: Standardizing on Timezone

RW01

Testing date and logging on rw01. Sometimes a system won't forward date/time information to the logs, and the events won't have timing information, which can be crucial information.

  • If it is not already go to:

    • sudo nano /etc/rsyslog.conf

    • comment out$ActionFileDefaultTemplate RYSYLOG_TraditionalFileFormat

Deliverable 1. Provide a screenshot similar to the one below that shows increased fidelity as well as timezone/offset information on rw01.

Apply change to web01 and log01

Repeat the steps on rw01 on web01. If it is not already go to:

  • sudo nano /etc/rsyslog.conf

  • comment out$module(load="builtin:omfile" Template=RSYSLOG_TranditionalFileFormat")

Deliverable 2. Provide a screenshot similar to the one below that shows increased fidelity as well as timezone/offset information for web01. The rsyslog.conf line to comment might look slightly different than rw01.

Deliverable 3. Provide a screenshot similar to the one below that shows increased fidelity as well as timezone/offset information for log01.

Repeat the steps on log01 If it is not already go to:

  • sudo nano /etc/rsyslog.conf

  • comment out$ActionFileDefaultTemplate RYSYLOG_TraditionalFileFormat

Success

Last updated