https://github.com/osquery/osquery logo
Title
s

Steve L

12/02/2022, 10:09 PM
Hi everyone, quick question, can I use Fleet to ship syslogs to my PRTG syslog server? I would like to make a use case for my new company.
k

Kathy Satterlee

12/05/2022, 5:35 PM
Hey @Steve L! Looking at PRTG, this seems like It should be possible. My initial thought is that you could set up a script that would query the
syslog
table on Linux or
unified_log
on Mac, then convert the result into
xml
and pipe that in to PRTG.
s

Steve L

12/05/2022, 6:13 PM
Ah! Going to look into doing this. Thanks for the input.