Ignore:
Timestamp:
Aug 21, 2009, 3:43:29 PM (15 years ago)
Author:
geofft
Message:
Don't zephyr -c scripts-spew about sudo from root.

Because we usually use su anyway, and that doesn't zephyr, and because
you can always sudo -i, this isn't particularly useful. It's also
extremely noisy (sufficiently noisy as to make you want to ignore the
rest of -c scripts-spew) when Wizard runs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/server/fedora/config/etc/syslog-ng/d_zroot.pl

    r1272 r1305  
    120120        } elsif ($message =~ m|^Setting tty modes failed: Invalid argument$|) {
    121121        } elsif ($message =~ m|^ *nrpe .* COMMAND=/etc/nagios/check_ldap_mmr.real$|) {
     122        } elsif ($message =~ m|^ *root : TTY=|) {
    122123        } else {
    123124            sendmsg($message, "scripts-spew");
Note: See TracChangeset for help on using the changeset viewer.