-
My telegraf instace is reporting the following error:
telegraf[22896]: 2018-09-03T12:57:20Z E! [outputs.influxdb]: when writing to [http://localhost:8086]: Post http://localhost:8086/write?db=telegra…
darox updated
6 years ago
-
After chatting with @yomimono, this is an overall tracking issue to follow the progress to 3.0. Also see https://github.com/mirage/mirage/issues/571
### MirageOS Libs
- [x] Expose new targets `vir…
-
When logging to syslog-ng over a UNIX socket, logger used to replace the \n at the end of each line with \0 (rather than just stripping the \n)
you can see this in logger.c (2.22) where it says:
if (w…
-
I've configured syslog-ng to send logs to graylog2 over TCP as follows:
```
destination dst_graylog2
{
syslog("127.0.0.1" port(9514));
}
```
The syslog() destination primitive means that RFC5424 for…