[chef] RE: Question on community rsyslog cookbook


Chronological Thread 
  • From: "THARP, JOSHUA L" < >
  • To: " " < >
  • Subject: [chef] RE: Question on community rsyslog cookbook
  • Date: Wed, 6 Nov 2013 17:27:57 +0000
  • Accept-language: en-US

Are you sure you have the Vagrant box configured to allow for remote connections?

 

From: Eric Feldhusen [mailto:
Sent: Wednesday, November 06, 2013 8:29 AM
To:
Subject: [chef] Question on community rsyslog cookbook

 

I'm testing out the community rsyslog cookbook on a Vagrant box and I'm sure I'm making some simple mistake somewhere, but I can't seem to get the rsyslog recipe to make the rsyslog daemon listen to remote connections.

 

I'm using the stock rsyslog recipe and below are my attributes I'm passing to the vagrant box.

 

       "rsyslog" => {

         "server" => "true",

         "server_ip" => "0.0.0.0",

         "protocol" => "udp",

         "port" => "514",

         "log_dir" => "/var/log",

         "remote_logs" => "true",

         "user" => "root",

         "group" => "root",

         "high_precision_timestamps" => "true"

       }

 

Any suggestions?




Archive powered by MHonArc 2.6.16.

§