Open melbruki opened 1 year ago
Any luck here? I've having the same issue.
ya eventually they showed up, give it some time. did you add the syslog server to librenms?
Did not eventually show up here. I presume you mean this by saying 'add the syslog sever:
- "SIDECAR_SYSLOGNG=1"
This has been set since I started the installation.
Any other thoughts here?
Support guidelines
I've found a bug and checked that ...
Description
I set up a syslog server using the Docker Compose file provided in the project's GitHub repository. I followed the instructions precisely, but the server isn't receiving any syslog messages. To test the setup, I even tried sending a syslog message from the Docker host, but nothing comes through.
Expected behaviour
The test syslog message should be received and logged by the server.
Actual behaviour
No syslog messages are appearing in librenms syslog tab, including the test message sent from the Docker host.
Steps to reproduce
Steps to reproduce:
Clone the repository and navigate to the appropriate directory. Use the provided Docker Compose file to set up the syslog server. Verify the server is listening on 127.0.0.1:514 using netstat or similar tool. Send a test syslog message from the Docker host: echo "<14>1 date +'%Y-%m-%dT%H:%M:%S' hostname TEST - - - This is a test syslog message" | nc -u -w1 127.0.0.1 514. Check the syslog messages. Expected behavior: The test syslog message should be received and logged by the server.
Docker info
Docker Compose config
Logs
Additional info
validation results from librenms gui
ConfigurationOk DatabaseOk DependenciesOk DiskOk DistributedpollerOk MailOk PhpOk PollerOk ProgramsWarning WARN: IPv6 is disabled on your server, you will not be able to add IPv6 devices. PythonOk RrdOk RrdcheckOk SchedulerOk SystemOk UpdatesWarning WARN: Non-git install, updates are manual or from package UserOk WebserverFailure FAIL: ServerName is set incorrectly for your webserver, update your webserver config. 52.25.143.176 parse failure (/validate/results) Fix: ServerName 52.25.143.176