Re: [Puppet Users] Re: Couldn't see RRDReport in foreman

2010-01-25 Thread Ohad Levy
On Tue, Jan 26, 2010 at 5:30 AM, koliama wrote: > > > Second - I use last "Daily snapshot", from 25 Jan., in it generation > of graphs with the help foreman is realised? > If yes - that how to configure? > Its currently available only under the git edge branch - you can use plain git or download

Re: [Puppet Users] Re: Couldn't see RRDReport in foreman

2010-01-17 Thread Ohad Levy
Hi, Latest edge branch of foreman generates the graph in foreman (no need to rrd reports anymore). neverthelss the problem you indicated seems to be related to the fact the host never sent its reports to foreman (see http://theforeman.org/wiki/foreman/Puppet_Reports). cheers, Ohad On Sun, Jan 17

[Puppet Users] Re: Couldn't see RRDReport in foreman

2010-01-17 Thread koliama
http://srv2-puppet:3000/hosts/rrdreport/2?_method=get - it's link on which I try to go to RRDReport. In firebug I see next: Close Sorry, no graphs for this host wrote: > On 25.12.2009 13:11, koliama wrote:> I wished to allocate with tag  change > in URL. Probably it does not > >

Re: [Puppet Users] Re: Couldn't see RRDReport in foreman

2009-12-26 Thread Silviu Paragina
On 25.12.2009 13:11, koliama wrote: > I wished to allocate with tag change in URL. Probably it does not > work in google groups. > In a reality I certainly do not use this tag in URL. Use firefox + firebug, inspect element there and check the output, it will probably point you in the right direct

[Puppet Users] Re: Couldn't see RRDReport in foreman

2009-12-25 Thread koliama
I wished to allocate with tag change in URL. Probably it does not work in google groups. In a reality I certainly do not use this tag in URL. On 24 дек, 15:11, Frank Sweetser wrote: > On 12/24/2009 5:16 AM, koliama wrote: > > > I try to edit file app/views/hosts/_rrdreport.rhtml > > > <%= host.n

[Puppet Users] Re: Couldn't see RRDReport in foreman

2009-12-25 Thread koliama
I wished to allocate with tag change in URL. Probably it does not work in google groups. In a reality I certainly do not use this tag in URL. On 24 дек, 15:11, Frank Sweetser wrote: > On 12/24/2009 5:16 AM, koliama wrote: > > > I try to edit file app/views/hosts/_rrdreport.rhtml > > > <%= host.n

[Puppet Users] Re: Couldn't see RRDReport in foreman

2009-12-25 Thread koliama
I wished to allocate with tag change in URL. Probably it does not work in google groups. In a reality I certainly do not use this tag in URL. On 24 дек, 15:11, Frank Sweetser wrote: > On 12/24/2009 5:16 AM, koliama wrote: > > > I try to edit file app/views/hosts/_rrdreport.rhtml > > > <%= host.n

Re: [Puppet Users] Re: Couldn't see RRDReport in foreman

2009-12-24 Thread Frank Sweetser
On 12/24/2009 5:16 AM, koliama wrote: > I try to edit file app/views/hosts/_rrdreport.rhtml > > <%= host.name %> Last puppet report on<%= > host.last_report.getlocal %>, which is<%= time_ago_in_words > (host.last_report) %> ago > ><% url = "http://srv2-puppet:3000/#{SETTINGS > [:rrd_report_u

[Puppet Users] Re: Couldn't see RRDReport in foreman

2009-12-24 Thread koliama
I try to edit file app/views/hosts/_rrdreport.rhtml <%= host.name %> Last puppet report on <%= host.last_report.getlocal %>, which is <%= time_ago_in_words (host.last_report) %> ago <% url = "http://srv2-puppet:3000/#{SETTINGS [:rrd_report_url]}/#{host.name}" -%> Daily > > weekly >

[Puppet Users] Re: Couldn't see RRDReport in foreman

2009-12-21 Thread koliama
Q1: Ohad, I has not understood your assumption. You consider that in my options there is an error? Just in case I have edited options ServerName: ServerName puppet -> ServerName puppet:3000 And I see that Foreman listen only 3000 port. [u...@puppet foreman]$ netstat -an | grep 80 udp0

Re: [Puppet Users] Re: Couldn't see RRDReport in foreman

2009-12-20 Thread Ohad Levy
reading your apache configs, i guess that foreman links to port 80 (and you are using 3000). you may switch to 80 or reformat the url statement yourself in app/views/hosts/_rrdreport.rhtml. cheers, Ohad On Sun, Dec 20, 2009 at 8:38 PM, koliama wrote: > Yes, I configured reporting in Foreman: >

[Puppet Users] Re: Couldn't see RRDReport in foreman

2009-12-20 Thread koliama
Yes, I configured reporting in Foreman: puppet.conf report = log,store,tagmail,rrdgraph,foreman Copy file foreman-report.rb into dir /usr/lib/ruby/site_ruby/1.8/ puppet/reports/foreman.rb and as edited $foreman_url = "http://mypuppethost"; After this restart Apache - is the same result. RRDReport