Uploaded image for project: 'Observium'
  1. Observium
  2. OBS-3641

Syslog Alert messages get truncated

    XMLWordPrintable

Details

    • Improvement
    • Resolution: Fixed
    • Minor
    • None
    • Professional Edition
    • Alerting
    • None

    Description

      Syslog Alert messages get truncated because the database field in syslog_alerts is just a varchar(255) while in the syslog table it is a text filed.

      This is easily fixable by:

      alter table syslog_alerts change message message text CHARACTER SET utf8;
      

      Attachments

        Activity

          People

            landy Mike Stupalov
            cramer Matthias Cramer
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: