Lee,

Thanks for your help.

Yes, I set "report = true" on clients, and they all worked well with
webrick ( dashboard can see the reports in the resport tab). My gem
version is 1.3.7.

Here is mty dashboard-vhost.conf:

# cat dashboard-vhost.conf | grep -v \# | grep -v ^$
   LoadModule passenger_module
/usr/lib/ruby/gems/1.8/gems/passenger-3.0.13/ext/apache2/mod_passenger.so
   PassengerRoot /usr/lib/ruby/gems/1.8/gems/passenger-3.0.13
   PassengerRuby /usr/bin/ruby
PassengerHighPerformance on
PassengerMaxPoolSize 12
PassengerPoolIdleTime 1500
PassengerMaxRequests 1000
PassengerStatThrottleRate 120
RailsAutoDetect On
Listen 3000
<VirtualHost *:3000>
        ServerName ***.***.com (this is my server's fqdn)
        DocumentRoot /usr/share/puppet-dashboard/public/
        <Directory /usr/share/puppet-dashboard/public/>
                Options None
                Order allow,deny
                allow from all
        </Directory>
  ErrorLog /var/log/httpd/dashboard_error.log
  LogLevel warn
  CustomLog /var/log/httpd/dashboard_access.log combined
  ServerSignature On
</VirtualHost>

do we need a file, config.ru like what we have in /etc/puppet/rack ?

On Wed, Jul 11, 2012 at 9:47 AM, llow...@oreillyauto.com
<llow...@oreillyauto.com> wrote:
> Comments inline.
>
>
> On Tuesday, July 10, 2012 10:48:41 PM UTC-5, Hai wrote:
>>
>> Can someone help on this?
>>
>> Thanks.
>>
>
> <snip>
>
>>
>> >
>> >
>> > why there is no reports folder?
>> >
>
>
>
> Do you have your agents set to report, and have you ran 'puppet agent
> --test' on them?
>
> Are you using port 80 (default) or 3000 (recommended) for the vhost?
>
> If you changed it, did you remember to add the Listen 3000 line? It tripped
> me up for a moment when I set this up earlier today.
>
> Which version of ruby gems do you have?
>
> Does the dashboard work if you start it using webrick?
>
>  <snip>
>
>> >>> but /usr/share/puppet-dashboard/public/ seems does not have my
>> >>> dashboard content:
>
>
> This is a rails app, so it doesn't need to have the "real" files in there,
> as long as everything else is setup correctly.
>
>
> Lee
>
> --
> You received this message because you are subscribed to the Google Groups
> "Puppet Users" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/puppet-users/-/j-fUFzUY9cIJ.
>
> To post to this group, send email to puppet-users@googlegroups.com.
> To unsubscribe from this group, send email to
> puppet-users+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/puppet-users?hl=en.



-- 
Hai Tao

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To post to this group, send email to puppet-users@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.

Reply via email to