diff options
| author | Rainer Gerhards <rgerhards@adiscon.com> | 2010-07-13 16:15:02 +0200 |
|---|---|---|
| committer | Rainer Gerhards <rgerhards@adiscon.com> | 2010-07-13 16:15:02 +0200 |
| commit | 73ebadd5980f91079416a14ba6463d576ecb6207 (patch) | |
| tree | 09d1b1a5aff124d037468295fdacb2214c007547 /tests/testsuites/master.pmlastmsg | |
| parent | 824a4b98d5fd96183aa2c0961df604fd5ef48915 (diff) | |
| download | rsyslog-73ebadd5980f91079416a14ba6463d576ecb6207.tar.gz rsyslog-73ebadd5980f91079416a14ba6463d576ecb6207.tar.xz rsyslog-73ebadd5980f91079416a14ba6463d576ecb6207.zip | |
added new parser modules
most importantly pmlastmsg, which handles the pathetic "last message
repeated n times" messages that some syslogd's emit.
Also some minor fixes, like wrong files names in make dist (for new
files introduced after last release)
Diffstat (limited to 'tests/testsuites/master.pmlastmsg')
| -rw-r--r-- | tests/testsuites/master.pmlastmsg | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/tests/testsuites/master.pmlastmsg b/tests/testsuites/master.pmlastmsg new file mode 100644 index 00000000..170538b0 --- /dev/null +++ b/tests/testsuites/master.pmlastmsg @@ -0,0 +1,28 @@ +# the following messages should be processed by pmlastmsg: +<13>last message repeated 5 times +last message repeated 5 times +# +<13>last message repeated 0090909787348927349875 times +last message repeated 0090909787348927349875 times +# now slightly malformed formats that should NOT be processed +# by pmlasmsg: +<13>last message repeated 5 times + repeated 5 times +# +<13>last message repeated 5 times -- more data + repeated 5 times -- more data +# message count invalid: +<13>last message repeated 5.2 times + repeated 5.2 times +# +# +# now follow samples of non-pmlastmsg messages: +# +<167>Mar 6 16:57:54 172.20.245.8 TAG: Rest of message... + Rest of message... +# Now exactly with 32 characters +<167>Mar 6 16:57:54 172.20.245.8 TAG long message ================================================================================ + long message ================================================================================ +# RFC5424 messages +<34>1 2003-11-11T22:14:15.003Z mymachine.example.com su - ID47 last message repeated 5 times +last message repeated 5 times |
