#syslogng — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #syslogng, aggregated by home.social.
-
Why do I continue to maintain #sysklogd on Linux when there's #rsyslog and #syslogng?
I believe what sysklogd has going for it is exactly what the competitors sacrificed: simplicity, a tiny footprint, zero dependencies beyond libc, and a config file a human can read in five minutes. On embedded systems, routers, and appliances that's not a consolation prize — it's the point.
-
Why do I continue to maintain #sysklogd on Linux when there's #rsyslog and #syslogng?
I believe what sysklogd has going for it is exactly what the competitors sacrificed: simplicity, a tiny footprint, zero dependencies beyond libc, and a config file a human can read in five minutes. On embedded systems, routers, and appliances that's not a consolation prize — it's the point.
-
Why do I continue to maintain #sysklogd on Linux when there's #rsyslog and #syslogng?
I believe what sysklogd has going for it is exactly what the competitors sacrificed: simplicity, a tiny footprint, zero dependencies beyond libc, and a config file a human can read in five minutes. On embedded systems, routers, and appliances that's not a consolation prize — it's the point.
-
Why do I continue to maintain #sysklogd on Linux when there's #rsyslog and #syslogng?
I believe what sysklogd has going for it is exactly what the competitors sacrificed: simplicity, a tiny footprint, zero dependencies beyond libc, and a config file a human can read in five minutes. On embedded systems, routers, and appliances that's not a consolation prize — it's the point.
-
Why do I continue to maintain #sysklogd on Linux when there's #rsyslog and #syslogng?
I believe what sysklogd has going for it is exactly what the competitors sacrificed: simplicity, a tiny footprint, zero dependencies beyond libc, and a config file a human can read in five minutes. On embedded systems, routers, and appliances that's not a consolation prize — it's the point.
-
I suppose it's never too late to discover that each reboot of that particular system is sending the “first boot” logs every single time (we switch from persistent to volatile after that).
If I'm reading syslog-ng's source code right, esp. the _journal_open() function in modules/systemd-journal/journal-reader.c, the flags cannot be configured, meaning SD_JOURNAL_LOCAL_ONLY is used, and one cannot add SD_JOURNAL_RUNTIME_ONLY via the configuration.
-
Look what I've found while reading #haproxy docs : #YouPorn is implemented as a LAMP stack and serves 300.000 requests per second !
That's massive.https://www.haproxy.org/they-use-it.html
https://highscalability.com/youporn-targeting-200-million-views-a-day-and-beyond/#performance #scalability #development #Redis #nginx #php #ActiveMQ #varnish #MySQL #symfony2 #syslogng
-
From #syslogng to #OpenTelemetryCollector—Cloudflare shares how their logging pipeline just got a massive upgrade!
Discover the motivations for this change and improvements: https://bit.ly/3Uvcsdo
-
Надоело просто добавлять запись в log-файл. Что еще можно сделать с помощью syslog-ng в Astra Linux SE?
Всем привет! Меня зовут Михаил, и в своей предыдущей статье я кратко осветил цепочку прохождения логов в ОС Astra Linux SE. Продолжаем! Любой человек, который регулярно сталкивается с темой логирования, рано или поздно задаётся вопросом: «А что ещё можно сделать с логами, помимо простого добавления записей в некоторый файл?» Поэтому сейчас поговорим о таком мощном инструменте обработки логов, как syslog-ng . Читать
https://habr.com/ru/companies/astralinux/articles/845936/
#логирование #syslogng #astralinux #linux #макросы #stdout #bashскрипт #парсер #субд #python
-
Надоело просто добавлять запись в log-файл. Что еще можно сделать с помощью syslog-ng в Astra Linux SE?
Всем привет! Меня зовут Михаил, и в своей предыдущей статье я кратко осветил цепочку прохождения логов в ОС Astra Linux SE. Продолжаем! Любой человек, который регулярно сталкивается с темой логирования, рано или поздно задаётся вопросом: «А что ещё можно сделать с логами, помимо простого добавления записей в некоторый файл?» Поэтому сейчас поговорим о таком мощном инструменте обработки логов, как syslog-ng . Читать
https://habr.com/ru/companies/astralinux/articles/845936/
#логирование #syslogng #astralinux #linux #макросы #stdout #bashскрипт #парсер #субд #python
-
Надоело просто добавлять запись в log-файл. Что еще можно сделать с помощью syslog-ng в Astra Linux SE?
Всем привет! Меня зовут Михаил, и в своей предыдущей статье я кратко осветил цепочку прохождения логов в ОС Astra Linux SE. Продолжаем! Любой человек, который регулярно сталкивается с темой логирования, рано или поздно задаётся вопросом: «А что ещё можно сделать с логами, помимо простого добавления записей в некоторый файл?» Поэтому сейчас поговорим о таком мощном инструменте обработки логов, как syslog-ng . Читать
https://habr.com/ru/companies/astralinux/articles/845936/
#логирование #syslogng #astralinux #linux #макросы #stdout #bashскрипт #парсер #субд #python
-
Начинаем утреннюю зарядку для тех, кто смотрит нас вечером, или основы сбора логов в ОС Astra Linux Special Edition
Всем привет! Меня зовут Михаил, я разработчик в команде, которая создает ОС Astra Linux. Тема логирования в дистрибутивах Linux всегда живо обсуждается как среди наших клиентов и партнёров, так и внутри компании. Практика показывает, что начинающие разработчики и инженеры часто не видят цельную картину, по которым в нашей ОС проходят логи. Не всегда есть понимание, какой именно компонент формирует тот или иной лог, какие именно настройки относятся к тому или иному компоненту. Например, под термином «аудит» может пониматься как подсистема аудита Linux, так и другие компоненты ОС, участвующие в формировании и обработке логов. Описанные выше пробелы в знаниях сообщества побудили меня подумать над тем, как помочь коллегам сориентироваться в непростом хитросплетении путей, по которым запись лога проходит от исходной программы до конечного файла. Так мне пришла идея написать цикл статей, посвященный логированию в операционной системе Astra Linux Special Edition.
https://habr.com/ru/companies/astralinux/articles/821877/
#логирование #syslogng #служба_логирования #auditd #сокеты #утилиты #безопасность_системы #системный_вызов