Git Product home page Git Product logo

Comments (5)

g23guy avatar g23guy commented on July 20, 2024

syslog-ng was the default for SLES11, but rsyslog is for SLES12 and SLES15. Is there a comparable command for rsyslog?

from supportutils.

jirib avatar jirib commented on July 20, 2024
man rsyslogd | col -b | sed -nr '/^[[:blank:]]+\-N +level/,/^$/p' | fmt -w 80
       -N  level
              Do a config check. Do NOT run in regular mode, just check
              configuration file correctness.  This option is meant to verify a
              config file. To do so, run rsyslogd interactively in foreground,
              specifying  -f  <config-file> and -N level.  The level
              argument modifies behaviour. Currently, 0 is the same as not
              specifying the -N option at all (so this makes limited sense)
              and 1 actually activates the code. Later, higher levels will
              mean more verbosity (this is a forward-compatibility option).

from supportutils.

Thr3d avatar Thr3d commented on July 20, 2024

Thats probably the most complex copy/paste/rtfm I've ever seen.... In less time then putting that string together I was able to play with the flags and provide a useful example.

Looks like this would need to be run individually for the rsyslog.conf file, and then each file under rsyslog.d/. Without specifying -f <file> it only verifies the rsyslog.conf.

rsyslogd -N 1 -f /etc/rsyslog.d/remote.conf
rsyslogd: version 8.39.0, config validation run (level 1), master config /etc/rsyslog.d/remote.conf
rsyslogd: there are no active actions configured. Inputs would run, but no output whatsoever were created. [v8.39.0 try http://www.rsyslog.com/e/2103 ]
rsyslogd: run failed with error -2103 (see rsyslog.h or try http://www.rsyslog.com/e/2103 to learn what that number means)

from supportutils.

g23guy avatar g23guy commented on July 20, 2024

Supportconfig does not collect any system logger information directly. There is the *.conf in etc.txt and systemd.txt shows the service. I'm having a hard time justifying adding more system log data when the need has been very minimal. We don't often get support calls related to system logging. Do you have a use case that prompted this request?

from supportutils.

g23guy avatar g23guy commented on July 20, 2024

commit 104e0e8 (HEAD -> 3121, origin/3121)
Author: Jason Record [email protected]
Date: Fri Oct 7 14:07:34 2022 -0600

Added system logging configuration and checking in messages_config.txt issue#103

from supportutils.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.