[Puppet Users] Re: Puppet Dashboard

2016-02-27 Thread Ryan Anderson
Look at puppetboard and panopuppet instead and see which one fits your needs better. I'm using puppetboard and find it quite useful. On Friday, February 26, 2016 at 8:39:24 AM UTC-6, moons...@gmail.com wrote: > > Hi All, > > I am using puppet 4.3. I think dashboard is not there any more instead o

[Puppet Users] Re: Puppet Dashboard - Directory Index Forbidden

2015-08-20 Thread Kiran Sysadm
Hello all, I also have similar issue with launching the Puppet Dashboard UI, Below is my config file. Please can anyone help me on this issue. Error I am getting : [Thu Aug 20 05:25:09 2015] [error] [client 192.168.XXX.XXX] Directory index forbidden by Options directive: /usr/share/puppet-dash

[Puppet Users] Re: puppet dashboard nodes show as Unresponsive

2015-04-27 Thread staceytian4321
Hi, After many tests, I partially figured it out: We created a "base-group" to include some classes, then created another child/derived "sub-group" to include "base-group" and some classes. Then if a node is added to "sub-group", its status becomes unresponsive. If I add this node to an indepe

Re: [Puppet Users] Re: puppet dashboard with \n\n\n

2015-02-16 Thread Alex Elman
More to Anton's point community Puppet Dashboard has not been developed or tested on anything newer than Ruby 1.8.7. In order for the Dashboard to work as intended you'll need to run it on the recommended version of 1.8.7. If you must use a newer Ruby version then consider Puppet Enterprise since i

[Puppet Users] Re: puppet dashboard with \n\n\n

2015-02-15 Thread Anton Markelov
Sorry for necroposting. If you use mod_passenger, just change PassengerRuby parameter from '/usr/bin/ruby' to '/usr/bin/ruby1.8'. пятница, 4 октября 2013 г., 6:00:26 UTC+10 пользователь Matt Zagrabelny написал: > > Greetings, > > I've setup puppet dashboard 1.2.23 along with puppetmaster 2.7.18

[Puppet Users] Re: Puppet Dashboard/console

2015-02-04 Thread jcbollinger
On Tuesday, February 3, 2015 at 4:23:05 PM UTC-6, PierreR wrote: > > > There's a good roundup of the options here: >> >> http://www.olindata.com/blog/2014/01/puppet-management-gui-comparison >> >> Puppet Enterprise Console is arguably the best, but that's not available >> if you're using the fr

[Puppet Users] Re: Puppet Dashboard/console

2015-02-03 Thread PierreR
> There's a good roundup of the options here: > > http://www.olindata.com/blog/2014/01/puppet-management-gui-comparison > > Puppet Enterprise Console is arguably the best, but that's not available > if you're using the free open source option. If you want something similar > you are probably b

[Puppet Users] Re: Puppet Dashboard/console

2015-01-23 Thread Nick Howes
On Thursday, 22 January 2015 17:23:40 UTC, skc wrote: > > Hi > > I am very new to puppet and I have installed puppet master server and > configure 2 node ( agent ) and its working. > > I want to know how can I manage puppet, > > Is there any management console/ Puppet dashboard ? > > If yes ans

Re: [Puppet Users] Re: puppet-dashboard 2.0.0 (open source) and postgresq 8.4l tuning

2015-01-02 Thread Gav
Thanks chaps. It turns out that an internal process was DOS'ing the dashboard with wget's for nodes.csv. On Friday, 19 December 2014 23:28:21 UTC, Ramin K wrote: > > I would trim down the number of dashboard processes you need to a > max > of 2-4, a min of 1, and recycle every 10k requ

Re: [Puppet Users] Re: puppet-dashboard 2.0.0 (open source) and postgresq 8.4l tuning

2014-12-19 Thread Ramin K
I would trim down the number of dashboard processes you need to a max of 2-4, a min of 1, and recycle every 10k requests. You can set all of that in the vhost IIRC. The Passenger docs are pretty good in the that regard. Ramin On 12/19/2014 12:48 PM, Gav wrote: Pete, what version of Passenge

Re: [Puppet Users] Re: puppet-dashboard 2.0.0 (open source) and postgresq 8.4l tuning

2014-12-19 Thread Pete Hartman
I'm no longer at that position, haven't seen it in 8 months On Dec 19, 2014 3:48 PM, "Gav" wrote: > Pete, what version of Passenger are you running? I have deployed > puppet-dashboard 2.0.0 this week with Passenger 4.0.56 and Ruby 1.9.3, but > Passenger is just eating the memory. > > -- P

[Puppet Users] Re: puppet-dashboard 2.0.0 (open source) and postgresq 8.4l tuning

2014-12-19 Thread Gav
Pete, what version of Passenger are you running? I have deployed puppet-dashboard 2.0.0 this week with Passenger 4.0.56 and Ruby 1.9.3, but Passenger is just eating the memory. -- Passenger processes --- PIDVMSize PrivateName -- 5173 6525.1

[Puppet Users] Re: Puppet-dashboard not importing automatically the reports

2014-10-14 Thread Juan Sierra Pons
More info about this issue: On the working dashboard installation the logs says: Processing ReportsController#upload (for 10.X.X.X at 2014-10-15 03:28:38) [POST] Parameters: {"action"=>"upload", "controller"=>"reports"} Completed in 40ms (View: 0, DB: 13) | 200 OK [https://dashboard.example.org/

[Puppet Users] Re: puppet dashboard not processing reports after https is enabled and shows this error message: Report processor failed: undefined method `+' for nil:NilClass

2014-08-19 Thread Juan Sierra Pons
Hi Finally I've found the bug... between the keyboard and the seat :) A missing ":" between https and // reporturl = https://dashboard.example.org:443/reports/upload Regards -- Juan Sierra Pons

[Puppet Users] Re: puppet dashboard not processing reports after https is enabled and shows this error message: Report processor failed: undefined method `+' for nil:NilClass

2014-08-19 Thread Juan Sierra Pons
2014-08-19 18:40 GMT+02:00 Juan Sierra Pons : > Hi > > I have been using puppet-dashboard for a long time over http without problem > Today I have configured the https creating the ssl certificate, etc. > > puppetmaster, dashboard and workers have been restarted > > Also I have already changed the

[Puppet Users] Re: Puppet Dashboard HTTP Basic Authentication Issues

2014-07-31 Thread Stella
I figured it out. It is due to my settings. In /etc/puppet/puppet.conf, I use "localhost": external_nodes = /usr/bin/env PUPPET_DASHBOARD_URL=http://localhost:3000 /usr/share/puppet-dashboard/bin/external_node But in the dashboard vhost config file, I gave the actual IP address of my pu

[Puppet Users] Re: Puppet Dashboard HTTP Basic Authentication Issues

2014-07-31 Thread Stella
Hi Ellison, Thanks for the reply. Yes, I replaced that IP address with my Puppet Master. So you think that as long as I have those two lines, I don't need to apply those two patches and it should work? But it doesn't work for me. I guess I will try to apply those two patches and see what wil

[Puppet Users] Re: Puppet Dashboard HTTP Basic Authentication Issues

2014-07-31 Thread Ellison Marks
Where it has the IP address 192.168.240.110 and the comment "# your puppet master's IP", you are meant to replace the give IP address with the IP address that your puppet master will be using to submit reports. On Thursday, July 31, 2014 9:28:20 AM UTC-7, Stella wrote: > > Hi, I am trying to con

[Puppet Users] Re: Puppet-dashboard issues

2014-07-30 Thread Benjamin Cayzac
Hi ! Problem fixed ! Syntax wasn't good, i found on old doc but i've search again and i've found another syntaxe to do the same thing : "bundle exec rake db:migrate RAILS_ENV=production" And it works ! the database has been generated. I just want to know how to use the dashboard db with puppe

[Puppet Users] Re: Puppet Dashboard 1.2.23 disable link in Main html page

2014-07-29 Thread GregC
Stephan thank you for the info, that worked much appreciated, On Tuesday, July 29, 2014 2:44:06 AM UTC-4, Stefan Heijmans wrote: > config/initializers/app_version_init.rb > Sets the URL based on VERSION file > > app/views/shared/_global_nav.html.haml > Think that this is the html page > > >

[Puppet Users] Re: Puppet Dashboard 1.2.23 disable link in Main html page

2014-07-28 Thread Stefan Heijmans
config/initializers/app_version_init.rb Sets the URL based on VERSION file app/views/shared/_global_nav.html.haml Think that this is the html page -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop rece

Re: [Puppet Users] Re: Puppet-Dashboard All Nodes "Unresponsive", Background Tasks

2014-07-11 Thread Ximena Cardinali
Hello Ramin, thanks for your answer. I just wanted to say that varchar(65536) is mediumtext. As you can see in the table descriptions: mysql> describe report_logs; +---+--+--+-+-++ | Field | Type | Null | Key | Default | Extra

Re: [Puppet Users] Re: Puppet-Dashboard All Nodes "Unresponsive", Background Tasks

2014-07-09 Thread Ramin K
It looks like you did this command 'alter table report_logs column message mediumtext;' rather than varchar(65536). mediumtext is what it should be changed to. Both BLOB and TEXT are 64kb while MEDIUMTEXT is 16MB. Ramin On 7/9/2014 4:48 AM, Ximena Cardinali wrote: Hello, I had to apply also

[Puppet Users] Re: Puppet-Dashboard All Nodes "Unresponsive", Background Tasks

2014-07-09 Thread Ximena Cardinali
Hello, I had to apply also this other Solution: mysql> describe report_logs; +---+--+--+-+-++ | Field | Type | Null | Key | Default | Extra | +---+--+--+-+-++ | id|

Re: [Puppet Users] Re: Puppet Dashboard port

2014-06-13 Thread Don Dorman
You will find this works great. http://devsops.blogspot.ca/2013/04/installing-puppet-dashboard.html On Thursday, June 5, 2014 2:15:48 PM UTC-4, Don Dorman wrote: > > I almost have it figured out, and of course I will share the information > > On Thursday, June 5, 2014 11:55:35 AM UTC-4, Kwame Bah

Re: [Puppet Users] Re: Puppet Dashboard port

2014-06-05 Thread Don Dorman
I almost have it figured out, and of course I will share the information On Thursday, June 5, 2014 11:55:35 AM UTC-4, Kwame Bahena wrote: > > Ah, > > Can you please then share your config and the steps you are following? > > > Cheers! > > > On Thu, Jun 5, 2014 at 10:15 AM, Don Dorman > wrote: > >

Re: [Puppet Users] Re: Puppet Dashboard port

2014-06-05 Thread Kwame Bahena
Ah, Can you please then share your config and the steps you are following? Cheers! On Thu, Jun 5, 2014 at 10:15 AM, Don Dorman wrote: > Thanks so much for the link, but I am testing the opensource version of > Puppet. A lot of the directory structure is much different. > > > > On Thursday, J

[Puppet Users] Re: Puppet Dashboard port

2014-06-05 Thread Don Dorman
Thanks so much for the link, but I am testing the opensource version of Puppet. A lot of the directory structure is much different. On Thursday, June 5, 2014 10:27:56 AM UTC-4, Don Dorman wrote: > > Good morning Everyone. > > I have been struggling to change the default port for Dashboard access

[Puppet Users] Re: Puppet Dashboard installation on Debian Wheezy

2014-05-27 Thread Walter Heck
I realise it's slightly off-topic, but please be aware the puppet dashboard is deprecated and won't be developed further. In case you are just starting now, it might be better to look for something else. I have created an overview here: http://www.olindata.com/blog/2014/01/puppet-management-gui

Re: [Puppet Users] Re: Puppet Dashboard installation on Debian Wheezy

2014-05-26 Thread Felix Frank
On 05/25/2014 12:44 PM, Ghaith wrote: > Hi , > > After installing the script and while starting the service i obtain the > error message bellow > > /etc/init.d/puppet-dashboard start > [] Starting Puppet Dashboard:/usr/bin/ruby: No such file or > directory -- /usr/share/puppet-dashboard/scrip

[Puppet Users] Re: Puppet Dashboard installation on Debian Wheezy

2014-05-25 Thread Ghaith
Hi , After installing the script and while starting the service i obtain the error message bellow /etc/init.d/puppet-dashboard start [] Starting Puppet Dashboard:/usr/bin/ruby: No such file or directory -- /usr/share/puppet-dashboard/script/server (LoadError) [FAIL] Puppet Dashboard is not

Re: [Puppet Users] Re: Puppet Dashboard Broken on Debian Jesse

2014-03-18 Thread William Van Hevelingen
Hi Geoff, I would advise switching from Puppet Dashboard to something that is still actively maintained. Puppetboard and theforeman are both well maintained alternatives. https://github.com/nedap/puppetboard http://theforeman.org/ If you still want to stick with puppet-dashboard, you will want t

[Puppet Users] Re: puppet-dashboard 2.0.0 (open source) and postgresq 8.4l tuning

2014-03-17 Thread Pete Hartman
I also increased bgwriter_lru_maxpages to 500 from the default 100. -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to puppet-users+unsubscr...@googlegroups.com. To

[Puppet Users] Re: Puppet Dashboard Broken on Debian Jesse

2014-03-17 Thread Geoff Goehle
I should have also mentioned that puppet-dashboard is not available at all when using the main Debian repositories. As of right now I can't think of a way to get puppet-dasboard running on Debian jessie at all without bypassing the package managers. Geoff. On Monday, March 17, 2014 10:12:38

[Puppet Users] Re: puppet dashboard group and class

2014-03-14 Thread Stefan Heijmans
this one? http://docs.puppetlabs.com/dashboard/manual/1.2/bootstrapping.html#using-dashboard-for-node-classification -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an emai

[Puppet Users] Re: puppet dashboard group and class

2014-03-13 Thread Suresh P
Hi Nicolas, I too have the same issue. Do you have doc to enable external_node feature. Thanks, Suresh On Wednesday, 15 December 2010 06:47:24 UTC+5:30, Nicolas Aizier wrote: > > Hi everyone, > > I'm actually kind of new in puppet but I'm doing good in progressing. > I have read lot of docs

[Puppet Users] Re: Puppet Dashboard believes a node is unresponsive

2014-03-03 Thread Robert Rothenberg
Could this be due to this bug? http://projects.puppetlabs.com/issues/8603 On Monday, March 3, 2014 4:04:56 PM UTC, Robert Rothenberg wrote: > > Puppet Dashboard is listing a node as unresponsive for several days. But > the agent has been running twice an hour with no errors, and a manual run > o

Re: [Puppet Users] Re: Puppet Dashboard Radiator view thru iframe

2014-02-27 Thread Brett Swift
Well that's the obvious part .. which I tried from the start. Brett On Thu, Feb 27, 2014 at 5:40 AM, Félix Barbeira wrote: > Try http://puppet-dashboard-url.tld/radiator > > El lunes, 14 de octubre de 2013 20:20:26 UTC+2, Matt Shields escribió: > >> Is it possible to create an iframe in an ht

[Puppet Users] Re: Puppet Dashboard Radiator view thru iframe

2014-02-27 Thread Félix Barbeira
Try http://puppet-dashboard-url.tld/radiator El lunes, 14 de octubre de 2013 20:20:26 UTC+2, Matt Shields escribió: > > Is it possible to create an iframe in an html page and display the > Radiator view in the Puppet Dashboard? For some reason all my other NOC > iframe's are displaying with the

Re: [Puppet Users] Re: Puppet Dashboard Radiator view thru iframe

2014-02-26 Thread brettsw...@gmail.com
Got an answer directly as google showed this/my message as deleted. Firefox extension to show websites in a grid was the solution. Or stagger two Firefox browsers lol High tech! :) Brett Sent from my iPhone > On Feb 26, 2014, at 14:19, Brett Swift wrote: > > did you ever solve th

[Puppet Users] Re: Puppet Dashboard Radiator view thru iframe

2014-02-26 Thread Brett Swift
did you ever solve this? I just tried the same setup - no luck. On Monday, 14 October 2013 12:20:26 UTC-6, Matt Shields wrote: > > Is it possible to create an iframe in an html page and display the > Radiator view in the Puppet Dashboard? For some reason all my other NOC > iframe's are displ

[Puppet Users] Re: Puppet Dashboard Groups

2014-01-30 Thread kaustubh chaudhari
Hi, Thanks for the reply Richard, I will try this and share the details! -Kaustubh On Wednesday, January 29, 2014 2:13:13 PM UTC-5, Richard Berwald wrote: > > I recently faced the same challenge. I did not want to group by osfamily > but by another fact. > I came up with this solution: > 1) re

[Puppet Users] Re: Puppet Dashboard Groups

2014-01-29 Thread Richard Berwald
I recently faced the same challenge. I did not want to group by osfamily but by another fact. I came up with this solution: 1) retrieve a list from PuppetDB in format 'nodename:factvalue' for all nodes using puppetdbquery on a puppetmaster (sudo puppet query facts --facts= "") 2) retrieve the gr

Re: [Puppet Users] Re: Puppet Dashboard Groups

2014-01-28 Thread Jose Luis Ledesma
What about storing the facts in yaml format in the puppetmaster and just doing a grep there? -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to puppet-users+unsubs

Re: [Puppet Users] Re: Puppet Dashboard Groups

2014-01-28 Thread Stefan Heijmans
>>it will export all the node list That's not nice :( So that will really be by hand; copy/paste & strip hostnames. Stefan Op dinsdag 28 januari 2014 13:36:11 UTC+1 schreef kaustubh chaudhari: > Hi Stefan, > > I am in process of setting up MCollective! > > In the mean while i can do the sear

Re: [Puppet Users] Re: Puppet Dashboard Groups

2014-01-28 Thread kaustubh chaudhari
Hi Stefan, I am in process of setting up MCollective! In the mean while i can do the search using inventory search in Dashboard, i do get the list, but when i try ti export the details in the cvs format, it wont export only filtered, it will export all the node list ie: all linux windows etc. wh

[Puppet Users] Re: Puppet Dashboard Groups

2014-01-28 Thread Stefan Heijmans
Do you have MCollective running? You could use this to generate a list based on specified facts (mco find --wf ) to use in those rake tasks. Or create them by hand from the Inventory Search in the Dashboard, maybe even a custom rake task. Stefan Op dinsdag 28 januari 2014 11:24:08 UTC+1 sch

[Puppet Users] Re: Puppet Dashboard Groups

2014-01-28 Thread kaustubh chaudhari
Thanks for the Reply Stefan! I did looked into these options, but i dint find a way to add only windows systems to windows group and linux system to linux group. -Kaustubh On Tuesday, January 28, 2014 4:15:39 AM UTC-5, Stefan Heijmans wrote: > > >>I was looking for a way to group the servers dy

[Puppet Users] Re: Puppet Dashboard Groups

2014-01-28 Thread Stefan Heijmans
>>I was looking for a way to group the servers dynamically Don't know about this but how about making use of the provided rake tasks, like; rake nodegroup:add # Add a new node group rake nodegroup:add_all_nodes # Automatically adds all nodes to a gr

Re: [Puppet Users] Re: puppet-dashboard status report and bottleneck

2013-12-16 Thread Ramin K
No Ruby Mysql bindings aka the mysql gem. http://docs.puppetlabs.com/dashboard/manual/1.2/bootstrapping.html#installing-dependencies Ramin On 12/16/2013 12:37 PM, Stuart Cracraft wrote: And the installed gems and ruby version. [root@ca-sna-pm01 puppet-dashboard]# gem list *** LOCAL GEMS ***

[Puppet Users] Re: puppet-dashboard status report and bottleneck

2013-12-16 Thread Stuart Cracraft
And the installed gems and ruby version. [root@ca-sna-pm01 puppet-dashboard]# gem list *** LOCAL GEMS *** actionmailer (3.2.13) actionpack (3.2.13) activemodel (3.2.13) activerecord (3.2.13) activeresource (3.2.13) activesupport (3.2.13) archive-tar-minitar (0.5.2) arel (3.0.2) bui

[Puppet Users] Re: puppet-dashboard status report and bottleneck

2013-12-16 Thread Stuart Cracraft
Here is the rake trace: [root@ca-sna-pm01 puppet-dashboard]# !1154 rake RAILS_ENV=production db:migrate rake aborted! undefined method `source_index' for Gem:Module (See full trace by running task with --trace) [root@ca-sna-pm01 puppet-dashboard]# !! --trace rake RAILS_ENV=production db:m

[Puppet Users] Re: puppet-dashboard status report and bottleneck

2013-12-16 Thread Stuart Cracraft
Here's a little more detail if we try to start the production dashboard server prior to having the previous rake runnable error-free... [root@ca-sna-pm01 puppet-dashboard]# sudo -u puppet-dashboard ./script/server -e production ./script/../config/../vendor/rails/railties/lib/rails/gem_dependenc

Re: [Puppet Users] Re: Puppet Dashboard: how to connect?

2013-12-13 Thread Dan White
http://docs.puppetlabs.com/dashboard/manual/1.2/using.html On Dec 13, 2013, at 5:18 PM, Stuart Cracraft wrote: > Okay, now puppet-dashboard is installed on my Puppet Master and I am ready > and ripe. > > How do I access the dashboard? “Sometimes I think the surest sign that intelligent life e

[Puppet Users] Re: Puppet Dashboard: how to connect?

2013-12-13 Thread Stuart Cracraft
Okay, now puppet-dashboard is installed on my Puppet Master and I am ready and ripe. How do I access the dashboard? -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an emai

Re: [Puppet Users] Re: Puppet Dashboard: how to connect?

2013-12-13 Thread Stuart Cracraft
Hey Ygor and Jeff. I went to www.redhat.com, logged in, accessed the customer portal, went into the packages and then searched for and found my rubygem-rake-0.8.7-2.1.el6.noarch.rpm, then rpm -i'd then did a yum install puppet-dashboard and voila!!! YEAH Stuart On Friday, December 13, 201

Re: [Puppet Users] Re: Puppet Dashboard: how to connect?

2013-12-13 Thread Jeff Bachtel
yum-config-manager --enable rhel-6-server-optional-rpms Has worked on some RHEL machines, for me. It depends on how your system is subscribed whether that will work or whether you'll need to use another command. Jeff On 12/13/2013 04:50 PM, Stuart Cracraft wrote: Great! What is the .repo f

Re: [Puppet Users] Re: Puppet Dashboard: how to connect?

2013-12-13 Thread ygor
Check with your local admin with access to Red Hat Network. That is their job. "Sometimes I think the surest sign that intelligent life exists elsewhere in the universe is that none of it has tried to contact us."Bill Waterson (Calvin & Hobbes) -- You received this message because you are subsc

Re: [Puppet Users] Re: Puppet Dashboard: how to connect?

2013-12-13 Thread Stuart Cracraft
Great! What is the .repo file format for the optional channel for rhel 6. I would like to install puppet-dashboard using the above as soon as possible. Stuart On Friday, December 13, 2013 11:27:41 AM UTC-8, Matthaus Litteken wrote: > Stuart, > rubygem(rake) is provided by the rubygem-rake pa

Re: [Puppet Users] Re: Puppet Dashboard: how to connect?

2013-12-13 Thread Dan White
sage - From: "Stuart Cracraft" To: puppet-users@googlegroups.com Sent: Friday, December 13, 2013 12:44:58 PM Subject: [Puppet Users] Re: Puppet Dashboard: how to connect? yum install puppet-dashboard gives a requirement for dependency resolution: Error: Package: puppet-dashboar

Re: [Puppet Users] Re: Puppet Dashboard: how to connect?

2013-12-13 Thread Matthaus Owens
Stuart, rubygem(rake) is provided by the rubygem-rake package, available in centos 6 or in the optional channel for rhel 6. On Fri, Dec 13, 2013 at 9:44 AM, Stuart Cracraft wrote: > yum install puppet-dashboard gives a requirement for dependency resolution: > > Error: Package: puppet-dashboard-

[Puppet Users] Re: Puppet Dashboard: how to connect?

2013-12-13 Thread Stuart Cracraft
yum install puppet-dashboard gives a requirement for dependency resolution: Error: Package: puppet-dashboard-1.2.23-1.el6.noarch (puppetlabs) Requires: rubygem(rake) My question is, how to install rubygem so that puppet-dashboard installs? Stuart On Friday, December 13, 2013 9:25:55 AM U

[Puppet Users] Re: puppet-dashboard cert::create_key_pair and cert::request fails

2013-12-04 Thread Jeremy Anderson
Thanks for the email, Robert -- after I replied to you, I realized I hadn't reply-all'd, so anyone on the list searching for this issue wouldn't see how I got it working. I worked around this by moving to the sodabrew version of puppet-dashboard, and also flailing around a bit with the config.

[Puppet Users] Re: puppet-dashboard cert::create_key_pair and cert::request fails

2013-12-03 Thread Jeremy Anderson
Did you ever get this resolved? I'm running into the same thing. If/when I get it figured out, I'll post what it was, but I'm hoping that maybe you've solved it in the meantime. On Monday, October 14, 2013 5:28:54 AM UTC-5, Robert Schaffar-Taurok wrote: > > Hi! > > I am already successfully us

[Puppet Users] Re: Puppet dashboard data internally inconsistent

2013-11-26 Thread Sam Tresler
I should add, nothing in logs of puppet master or dashboard. On Tuesday, November 26, 2013 11:39:34 AM UTC-5, Sam Tresler wrote: > > > https://www.dropbox.com/s/0vao04js5v7edga/Screenshot%20-%2011262013%20-%2011%3A31%3A35%20AM.png

[Puppet Users] Re: Puppet dashboard config for node request

2013-11-22 Thread kaustubh chaudhari
Thanks for sharing!! :) On Thursday, November 21, 2013 11:00:24 AM UTC-5, kaustubh chaudhari wrote: > > Sorry if this is a duplicate request. Unable to see my previous post, > hence resending! > > > I am trying to have a node request tab in puppet-dashboard in the open > source version, In PE we

[Puppet Users] Re: Puppet dashboard config for node request

2013-11-22 Thread Walter Heck
It's not available in the dashboard, only in PE. That said, you're free to implement it, shouldn't be too difficult considering the commands to be executed are fairly easy. cheers, Walter On Thursday, 21 November 2013 17:00:24 UTC+1, kaustubh chaudhari wrote: > > Sorry if this is a duplicate r

[Puppet Users] Re: Puppet dashboard stuck pending jobs - MySql Error: Incorrect string value

2013-10-21 Thread Julien Nephtali
I found the solution to my problem here: http://projects.puppetlabs.com/issues/18411 ALTER TABLE delayed_job_failures MODIFY details BLOB; that resolved the error for me. On Friday, October 4, 2013 7:46:03 AM UTC-4, Julien Nephtali wrote: > > > Hi have add issues with stuck pending jobs on my pu

Re: [Puppet Users] Re: Puppet dashboard stuck pending jobs

2013-10-21 Thread Julien Nephtali
I found the solution to my problem here: http://projects.puppetlabs.com/issues/18411 ALTER TABLE delayed_job_failures MODIFY details BLOB; that resolved the error. On Friday, October 11, 2013 7:07:02 AM UTC-4, cko wrote: > > That fixed the problem for me. Thanks. > > On Friday, September 6, 2013

Re: [Puppet Users] Re: Puppet dashboard stuck pending jobs

2013-10-11 Thread cko
That fixed the problem for me. Thanks. On Friday, September 6, 2013 10:21:12 PM UTC+2, Psyber wrote: > > I ran into this as a result of the output of failed deps on a yum > install and had a couple jobs that just wouldn't go away. After fixing > the condition creating the error I used /usr/bin/

[Puppet Users] Re: puppet dashboard certificate request fails

2013-10-07 Thread Bernhard Efler
Hi! I got the same problem. Has someone a solution for this? thanks Am Freitag, 2. August 2013 22:37:36 UTC+2 schrieb espe: > > Hi, > if I send the certificate request from puppet dashboard to the puppet > master, I get the error > > SSL_connect returned=1 errno=0 state=SSLv3 read server certif

[Puppet Users] Re: Puppet dashboard stuck pending jobs - MySql Error: Incorrect string value

2013-10-06 Thread Klavs Klavsen
I've seen similar errors, and I found it easier to simply delete the reports where this happened.. unfortunately puppet-dashboard is not entirely bugfree, and unmaintained.. :( I'm hoping to replace puppet dashboard with https://github.com/nedap/puppetboard - but haven't had time to work on tha

Re: [Puppet Users] Re: Puppet dashboard stuck pending jobs

2013-09-06 Thread Sean Penticoff
I ran into this as a result of the output of failed deps on a yum install and had a couple jobs that just wouldn't go away. After fixing the condition creating the error I used /usr/bin/rake jobs:clear to clear out the delayed_job queue and everything was back to normal. -- You received this

[Puppet Users] Re: puppet-dashboard problem, report from node fails

2013-06-05 Thread zgrega
I will answer to myself. There is an option in /usr/share/puppet-dashboard/config/settings.yml which in my case has to b e set to true disable_legacy_report_upload_url: true On Wednesday, June 5, 2013 8:23:00 AM UTC+2, zgrega wrote: > > Hello, > > I am having a problem with reports from a puppe

[Puppet Users] Re: puppet-dashboard problem, report from node fails

2013-06-05 Thread zgrega
I will answer to myself. There is an option in /usr/share/puppet-dashboard/config/settings.yml which in my case has to b e set to true disable_legacy_report_upload_url: true On Wednesday, June 5, 2013 8:23:00 AM UTC+2, zgrega wrote: > > Hello, > > I am having a problem with reports from a pupp

Re: [Puppet Users] Re: Puppet dashboard stuck pending jobs

2013-06-05 Thread Jesse Martinich
Your 'alter table' fix worked for me too. Thanks! -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to puppet-users+unsubscr...@googlegroups.com. To post to this grou

Re: [Puppet Users] Re: Puppet Dashboard 1.2.23 issue deleting node

2013-05-09 Thread Aaron Stone
Please apply the diff from https://github.com/puppetlabs/puppet-dashboard/pull/226 to resolve the issue. On Tue, May 7, 2013 at 6:12 AM, Klavs Klavsen wrote: > Found out anything about why this is ? Any fix ? > > deleting a node hangs puppet-dashboard here :( - I have to restart to get > it up

[Puppet Users] Re: Puppet Dashboard 1.2.23 issue deleting node

2013-05-07 Thread Klavs Klavsen
Found out anything about why this is ? Any fix ? deleting a node hangs puppet-dashboard here :( - I have to restart to get it up again. -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails fr

[Puppet Users] Re: Puppet Dashboard 1.2.23 issue deleting node

2013-04-23 Thread David Bell
I am also experiencing this error with Puppet Dashboard 1.2.23. On Friday, 5 April 2013 08:58:53 UTC+1, Stefan Heijmans wrote: > > Hello, > > we run Puppet Dashboard 1.2.23 in our sandbox and get an error deleting a > node. > - first time we press the delete button nothing happens > - second ti

[Puppet Users] Re: puppet dashboard enc default group

2013-04-04 Thread vioilly
I found another way of doing this. A workaround but I found that I could add all the nodes to a default group via a rake task as follows: *sudo -u puppet-dashboard RAILS_ENV=production rake -f /usr/share/puppet-dashboard/Rakefile nodegroup:add_all_nodes group=default * I am running that rake ta

[Puppet Users] Re: puppet dashboard enc default group

2013-04-04 Thread vioilly
Does anyone know if this works? I have tested it and it is not working for me but I see this: http://projects.puppetlabs.com/issues/4412 Cheers, Oli -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop rece

[Puppet Users] Re: puppet dashboard stopped updating

2013-03-29 Thread Gregory Damiani
Looks like I sussed it on my own. This had nothing to do with environments. In the process of updating my puppet.conf file, I fat fingered the master's reporturl ... simple as that. Nothing to see here. Thanks /Greg On Friday, March 29, 2013 3:08:26 PM UTC-4, Gregory Damiani wrote: > > I w

[Puppet Users] Re: Puppet Dashboard

2013-03-01 Thread siva kumar
Dear Niraj, Could you please share the steps to configure the puppet dashboard... pre/post configuration details. Did we need to setup new web/mysql servers? On Wednesday, April 4, 2012 5:57:00 PM UTC+5:30, niraj wrote: > > Hi All, > I have somehow managed to configure the puppet dashbo

[Puppet Users] Re: Puppet-dashboard(open source)

2013-03-01 Thread siva kumar
Dear Garg, Could you pleas share steps to install and configure Puppet-dashboard(open source). Thanks & Regards, Shivs On Tuesday, February 19, 2013 2:45:48 PM UTC+5:30, Mamta Garg wrote: > > Hi , > > I am working with puppet open source.I have setup puppet dashboard. > But its is not show

[Puppet Users] Re: Puppet-dashboard(open source)

2013-02-19 Thread Mamta Garg
It resolved.don't reply :) On Tue, Feb 19, 2013 at 4:15 AM, Mamta Garg wrote: > Hi , > > I am working with puppet open source.I have setup puppet dashboard. > But its is not showing any agent node there.Anyone guide me for the same? > > -- > Thanks and Regards, > Mamta Garg > -- Thanks and R

[Puppet Users] Re: Puppet dashboard stuck pending jobs

2013-02-10 Thread Jagga Soorma
Looks like that was actually the problem. Searched google and came across the fix. Had to change the type of the messages column to mediumtext and the pending jobs started finishing. Did this by: alter table report_logs change column message message VARCHAR(65536); Just in case someone runs

[Puppet Users] Re: Puppet dashboard stuck pending jobs

2013-02-10 Thread Jagga Soorma
Thanks for pointing me to the log location. Looks like this might be the cause of the problem: -- ..snip 2013-02-10T10:40:35-0800: [Worker(delayed_job.3 host:ssfpcond01 pid:25048)] Report.create_from_yaml_file failed with ActiveRecord::StatementInvalid: *Mysql::Error: Data too long for column

Re: [Puppet Users] Re: Puppet Dashboard and Ruby 1.8.7 for EL5 systems HOWTO (draft)

2013-01-20 Thread Andrew Melo
Hello, On Fri, Jan 18, 2013 at 4:32 PM, Jascha Lee wrote: > > > On Wednesday, January 4, 2012 5:04:34 PM UTC-8, Jo wrote: >> >> >> Step 1: Upgrade Ruby >> > > The puppetlabs-deps repo ( > http://yum.puppetlabs.com/el/5/products/x86_64/puppetlabs-release-5-6.noarch.rpm) > has ruby 1.8.7 RPMs > F

[Puppet Users] Re: Puppet Dashboard and Ruby 1.8.7 for EL5 systems HOWTO (draft)

2013-01-18 Thread Jascha Lee
On Wednesday, January 4, 2012 5:04:34 PM UTC-8, Jo wrote: > > > Step 1: Upgrade Ruby > The puppetlabs-deps repo (http://yum.puppetlabs.com/el/5/products/x86_64/puppetlabs-release-5-6.noarch.rpm) has ruby 1.8.7 RPMs > For the passenger server, you'll need to get the source RPM from stealth

[Puppet Users] Re: puppet dashboard run time problems

2013-01-17 Thread Matt John
+1 On Thursday, December 20, 2012 10:23:25 AM UTC, Jacob wrote: > > Hello all, > > I just noticed that in my dashboard the "Run Time" graph shows really > weird output. It seems like it is different for different nodes. For some > nodes, it doesn't seem to be updating, and for others it graphs

Re: [Puppet Users] Re: Puppet dashboard not enabling inventory

2013-01-14 Thread Ohad Levy
On Mon, Jan 14, 2013 at 3:28 PM, GRANIER Bernard (MORPHO) < bernard.gran...@morpho.com> wrote: > I think that a dashboard is a great things, I will look to foreman even > if inventory seems missing in foreman. > > Not sure what you mean by that - we get plenty of inventory in foreman :) Ohad

RE: [Puppet Users] Re: Puppet dashboard not enabling inventory

2013-01-14 Thread GRANIER Bernard (MORPHO)
ps.com [mailto:puppet-users@googlegroups.com] On Behalf Of Erik Dalén Sent: Monday, January 14, 2013 1:35 PM To: puppet-users@googlegroups.com Subject: Re: [Puppet Users] Re: Puppet dashboard not enabling inventory This mail should explain it: https://groups.google.com/d/msg/puppet-announce/j44Eb

Re: [Puppet Users] Re: Puppet dashboard not enabling inventory

2013-01-14 Thread Erik Dalén
..@morpho.com > > 01 58 11 32 51 > > ** ** > > *From:* puppet-users@googlegroups.com [mailto: > puppet-users@googlegroups.com] *On Behalf Of *Luke > *Sent:* Friday, January 11, 2013 8:55 PM > *To:* puppet-users@googlegroups.com > *Subject:* Re: [Puppet Users] Re: P

RE: [Puppet Users] Re: Puppet dashboard not enabling inventory

2013-01-14 Thread GRANIER Bernard (MORPHO)
32 51 From: puppet-users@googlegroups.com [mailto:puppet-users@googlegroups.com] On Behalf Of Luke Sent: Friday, January 11, 2013 8:55 PM To: puppet-users@googlegroups.com Subject: Re: [Puppet Users] Re: Puppet dashboard not enabling inventory Ah figured out the problem. Not sure why this caused the

Re: [Puppet Users] Re: Puppet dashboard not enabling inventory

2013-01-11 Thread Luke
Ah figured out the problem. Not sure why this caused the issue but I had copied my http conf stuff out of a template and forgot to update the ServerName with the correct name after correcting this and restarting httpd and the dashboard it corrected the issue. Thanks for the help guys! On Frida

Re: [Puppet Users] Re: Puppet dashboard not enabling inventory

2013-01-11 Thread Stefan Heijmans
And if you create new settings.yml from settings.yml.example. Seems like like settings_reader.rb falls back to setings.yml.example if parameters are not correct in settings.yml. http://projects.puppetlabs.com/issues/14371 Or enable inventory in settings.yml.example? -- You received this message

Re: [Puppet Users] Re: Puppet dashboard not enabling inventory

2013-01-11 Thread Luke
Should point out that SELinux, firewall etc is all turned off. On Friday, January 11, 2013 1:02:41 PM UTC-4, Luke wrote: > > Centos 6.3 > > On Friday, January 11, 2013 12:08:47 PM UTC-4, Stefan Heijmans wrote: >> >> on what OS are you, read that for instance debian uses a different >> location fo

Re: [Puppet Users] Re: Puppet dashboard not enabling inventory

2013-01-11 Thread Luke
Centos 6.3 On Friday, January 11, 2013 12:08:47 PM UTC-4, Stefan Heijmans wrote: > > on what OS are you, read that for instance debian uses a different > location for config files -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To view this di

Re: [Puppet Users] Re: Puppet dashboard not enabling inventory

2013-01-11 Thread Stefan Heijmans
on what OS are you, read that for instance debian uses a different location for config files -- 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/-/RRZ1lRxtVuIJ.

Re: [Puppet Users] Re: Puppet dashboard not enabling inventory

2013-01-11 Thread Luke
I think I found the problem: ** SettingsReader - Loading settings from file config/settings.yml. Using default values for unspecified settings "ca_certificate_path", "ca_crl_path", "ca_port", "ca_server", "certificate_path", "classes_per_page", "cn_name", "custom_logo_alt_text", "custom_logo_h

  1   2   3   >