Page MenuHomeDevCentral

Disable xconsole pipeline in rsyslog
ClosedPublic

Authored by dereckson on Sep 11 2016, 02:13.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Apr 23, 15:30
Unknown Object (File)
Mon, Apr 22, 20:31
Unknown Object (File)
Fri, Apr 19, 00:43
Unknown Object (File)
Thu, Apr 18, 14:13
Unknown Object (File)
Thu, Apr 18, 13:14
Unknown Object (File)
Tue, Apr 16, 23:46
Unknown Object (File)
Sun, Apr 14, 22:04
Unknown Object (File)
Sat, Apr 13, 08:05
Subscribers
None

Details

Summary

On Debian arm, rsyslog offers a default configuration file
defining a xconsole pipeline. But xconsole isn't installed
on some servers. We so disable it.

This suppresses the following log flood:

Sep 11 01:25:01 eglide rsyslogd-2007: action 'action 9' suspended, next retry is Sun Sep 11 01:26:31 2016 [v8.16.0 try http://www.rsyslog.com/e/2007 ]

Reference: http://kb.monitorware.com/kbeventdb-detail-id-6925.html

Fixes T806.

Test Plan

Tested on Eglide, message disappeared from the log.

Diff Detail

Repository
rOPS Nasqueron Operations
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

dereckson retitled this revision from to Disable xconsole pipeline in rsyslog.
dereckson updated this object.
dereckson edited the test plan for this revision. (Show Details)
dereckson added a reviewer: Sandlayth.
$ salt eglide state.apply roles/core/rsyslog
eglide:
----------
          ID: rc
    Function: file.managed
        Name: /etc/rsyslog.d/50-default.conf
      Result: True
     Comment: File /etc/rsyslog.d/50-default.conf is in the correct state
     Started: 02:15:49.961729
    Duration: 1402.618 ms
     Changes:   

Summary for eglide
------------
Succeeded: 1
Failed:    0
------------
Total states run:     1
Total run time:   1.403 s
Sandlayth edited edge metadata.
This revision is now accepted and ready to land.Sep 11 2016, 18:59
This revision was automatically updated to reflect the committed changes.