{"id":12,"date":"2009-07-02T07:56:07","date_gmt":"2009-07-02T12:56:07","guid":{"rendered":"http:\/\/www.thedarktimes.us\/wordpress\/?p=12"},"modified":"2009-07-02T07:56:07","modified_gmt":"2009-07-02T12:56:07","slug":"syslog-ng","status":"publish","type":"post","link":"https:\/\/www.thedarktimes.us\/wordpress\/uncategorized\/syslog-ng\/%20","title":{"rendered":"Syslog-NG"},"content":{"rendered":"<p>Remote Logging<br \/>\nOn the client, put the following in \/etc\/syslog-ng\/syslog-ng.conf.in:<br \/>\ndestination tologhost { udp(10.0.0.254 port(514)); };<br \/>\nlog { source(src); destination(tologhost); };<br \/>\nNext run SuSEconfig \u2013module syslog-ng to activate the changes<br \/>\nOn the Log server, add the following:<br \/>\nsource network { udp(ip(\u201d10.0.0.254F) port(514));};<br \/>\ndestination digitalair { file(\u201d\/var\/log\/$HOST\u201d); };<br \/>\nlog { source(network); destination(digitalair); };<br \/>\nrun SuSEconfig \u2013module syslog-ng to activate the changes<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Remote Logging On the client, put the following in \/etc\/syslog-ng\/syslog-ng.conf.in: destination tologhost { udp(10.0.0.254 port(514)); }; log { source(src); destination(tologhost); }; Next run SuSEconfig \u2013module syslog-ng to activate the changes On the Log server, add the following: source network { udp(ip(\u201d10.0.0.254F) port(514));}; destination digitalair { file(\u201d\/var\/log\/$HOST\u201d); }; log { source(network); destination(digitalair); }; run SuSEconfig \u2013module [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-12","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"_links":{"self":[{"href":"https:\/\/www.thedarktimes.us\/wordpress\/wp-json\/wp\/v2\/posts\/12","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.thedarktimes.us\/wordpress\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.thedarktimes.us\/wordpress\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.thedarktimes.us\/wordpress\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.thedarktimes.us\/wordpress\/wp-json\/wp\/v2\/comments?post=12"}],"version-history":[{"count":1,"href":"https:\/\/www.thedarktimes.us\/wordpress\/wp-json\/wp\/v2\/posts\/12\/revisions"}],"predecessor-version":[{"id":13,"href":"https:\/\/www.thedarktimes.us\/wordpress\/wp-json\/wp\/v2\/posts\/12\/revisions\/13"}],"wp:attachment":[{"href":"https:\/\/www.thedarktimes.us\/wordpress\/wp-json\/wp\/v2\/media?parent=12"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.thedarktimes.us\/wordpress\/wp-json\/wp\/v2\/categories?post=12"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.thedarktimes.us\/wordpress\/wp-json\/wp\/v2\/tags?post=12"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}