Hey Enrique,
this is not as easy as it looks like. It is possible to do it, on a own server. This server has to be in PRTG monitoring and of course, there has to be an Syslog sensor.
In the sensor, you can set up the "port" what he is listening to and here is an example how to do it :).
The receiver isn't necessary but useful. With it you can handle it easier.
- Install an syslog receiver (like Kiwi) on a server, should also work on PRTG server, but with performance issues
- set up syslog receiver for syslog port (standard 514) and filter the messages to them you wanted to display in PRTG
- send them to another port on your localhost, ex. 1514 and activate the rule
- Set up an syslog sensor and write down the chosen port
Now you have to send some messages, by example with logger on a unix system.
A few moments later you should be able to see your messages.
This is a use case what worked a long time.
If not be sure to check this:
- The server/switch/hardware is sending to your server with receiver
- All settings are right
- Test sending a syslog with logger to another server or directly to the server with PRTG Syslog sensor.
Maybe this will fix your question.
Best
Sascha
Add comment