7 Dec 2023 |
bazsi77 | https://gitlab.gnome.org/GNOME/glib/-/issues/3193#note_1935964 | 11:19:53 |
bazsi77 | that's the cruft of it. the other is related to how we do 'extern "C"' in the codebase | 11:20:17 |
bazsi77 | https://github.com/syslog-ng/syslog-ng/pull/4739 | 11:20:32 |
HoFi | that was the main part, where i stopped investigating first time 😄 | 11:40:19 |
bazsi77 | I am fighting with CentOS 7 | 11:40:41 |
bazsi77 | 😦 | 11:40:45 |
9 Dec 2023 |
bazsi77 | The biggest hurdle to get to glib 2.68 is finally green! | 15:53:05 |
bazsi77 | https://github.com/syslog-ng/syslog-ng/pull/4741 | 15:53:34 |
11 Dec 2023 |
| zipzad changed their display name from zadkiel to zipzad. | 01:53:42 |
| bhaskarreddybyreddy_13121 joined the room. | 13:33:47 |
| matrix-t2bot joined the room. | 15:59:00 |
| nickr_89835 joined the room. | 17:53:37 |
| _exseven joined the room. | 17:56:53 |
_exseven | Hi, if i have a new cisco syslog line for the parser whats the best way to provide it? or should i just make a pull request? | 17:56:54 |
| _exseven changed their profile picture. | 17:56:57 |
bazsi77 | The pull request would be great but if you post the line here that helps too | 17:58:35 |
_exseven | "RAWMSG": "<187>138076: RP/0/RP0/CPU0:Dec 11 12:43:29.227 EST: snmpd[1002]: %SNMP-SNMP-3-AUTH_FAIL : Received snmp request on unknown community from 0.0.0.0", | 17:59:32 |
_exseven | i think its the RP bits its not liking, other systems where "CLC 3/0" is sent after the sequence is fine | 18:00:32 |
bazsi77 | wow, that's again a strange one | 18:01:06 |
bazsi77 | this is the usual format: <pri>(sequence: )?(origin: )?(timestamp? timezone?: )?%msg | 18:01:42 |
bazsi77 | what is "RP/0/RP0/CPU0" | 18:02:22 |
_exseven | no space after origin | 18:02:25 |
_exseven | in this case | 18:02:33 |
_exseven | essentially its the routeing processor/the card you login in | 18:03:28 |
bazsi77 | normallly we extract $HOST from there, does that string qualify? | 18:03:48 |
_exseven | so RP/0/RP1/CPU0 is RP1 | 18:03:58 |
_exseven | * so RP/0/RP1/CPU0 is the "backup" | 18:04:05 |
_exseven | not in this case? i dont see any of my cisco devices actually sending the $HOST in the message | 18:05:09 |
bazsi77 | where would you put RP/0/RP0/CPU0 ? | 18:05:50 |
_exseven | probably into some other metadata, | 18:06:33 |