[Puppet Users] Puppet Dashboard

2016-02-26 Thread moonsun1124
Hi All, I am using puppet 4.3. I think dashboard is not there any more instead of this we have web console. Just want to know whether I am right or not. Thanks, -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group

Re: [Puppet Users] Puppet dashboard Debian Jessie

2015-08-28 Thread marcos.ata1...@gmail.com
I understand, thank you for the answers . I try The Foreman. Em 28-08-2015 09:13, Dirk Heinrichs escreveu: Am 28.08.2015 um 02:42 schrieb Marcos Renato: I try to install puppet-dashboard Puppet Dashboard is also deprecated, I'd recommend you use The Foreman instead.

Re: [Puppet Users] Puppet dashboard Debian Jessie

2015-08-28 Thread Dirk Heinrichs
Am 28.08.2015 um 14:12 schrieb marcos.ata1...@gmail.com: > /etc/apt/sources.list.d/puppetlabs.list > > deb http://apt.puppetlabs.com wheezy main > deb-src http://apt.puppetlabs.com wheezy main > deb http://apt.puppetlabs.com wheezy dependencies > deb-src http://apt.puppetlabs.com wheezy dependencie

Re: [Puppet Users] Puppet dashboard Debian Jessie

2015-08-28 Thread Dirk Heinrichs
Am 28.08.2015 um 02:42 schrieb Marcos Renato: > I try to install puppet-dashboard Puppet Dashboard is also deprecated, I'd recommend you use The Foreman instead. HTH... Dirk -- *Dirk Heinrichs*, Senior Systems Engineer, Engineering Solutions *Recommind GmbH*, Von-L

Re: [Puppet Users] Puppet dashboard Debian Jessie

2015-08-28 Thread marcos.ata1...@gmail.com
sorry, apt-get install puppet-dashboard Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required p

Re: [Puppet Users] Puppet dashboard Debian Jessie

2015-08-28 Thread Dirk Heinrichs
Am 28.08.2015 um 02:42 schrieb Marcos Renato: > I try to install puppet-dashboard from Debian respository, but see the > error : > > puppet-dashboard depends on ruby1.8 (>= 1.8.7); however: Package > ruby1.8 is not installed. > > puppet-dashboard depends on libdbd-mysql-ruby; however: Package > li

Re: [Puppet Users] Puppet dashboard Debian Jessie

2015-08-28 Thread Dirk Heinrichs
Am 28.08.2015 um 13:58 schrieb marcos.ata1...@gmail.com: > apt-get install puppet-dashboard > > Lendo listas de pacotes... Pronto Try again please with LC_ALL=C apt-get install puppet-dashboard so that I can actually understand the language ;) Bye... Dirk -- *Dirk Heinrichs*, Senior Sys

Re: [Puppet Users] Puppet dashboard Debian Jessie

2015-08-28 Thread marcos.ata1...@gmail.com
apt-get install puppet-dashboard Lendo listas de pacotes... Pronto Construindo árvore de dependências Lendo informação de estado... Pronto Alguns pacotes não puderam ser instalados. Isto pode significar que você solicitou uma situação impossível ou, se você está usando a distribuição instável, qu

Re: [Puppet Users] Puppet dashboard Debian Jessie

2015-08-27 Thread Dirk Heinrichs
Am 28.08.2015 um 02:42 schrieb Marcos Renato: > I try to install puppet-dashboard from Debian respository, but see the > error : > puppet-dashboard depends on ruby1.8 (>= 1.8.7); however: > Package ruby1.8 is not installed. > puppet-dashboard depends on libdbd-mysql-ruby; however: > Package li

[Puppet Users] Puppet dashboard Debian Jessie

2015-08-27 Thread Marcos Renato
Hi, I try to install puppet-dashboard from Debian respository, but see the error : puppet-dashboard depends on ruby1.8 (>= 1.8.7); however: Package ruby1.8 is not installed. puppet-dashboard depends on libdbd-mysql-ruby; however: Package libdbd-mysql-ruby is not installed. Thanks. -- Y

Re: [Puppet Users] Puppet Dashboard on Centos 7

2015-05-13 Thread Ramin K
On 5/13/15 10:22 AM, Ramin K wrote: Centos shops 2.0 argh. Centos 7 ships 2.0 -- 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...@googleg

Re: [Puppet Users] Puppet Dashboard on Centos 7

2015-05-13 Thread Ramin K
On 5/13/15 9:16 AM, Gabriele Angeli wrote: Hi guys, I tried to install puppet dashboard on Centos 7. I installed the right repository for Centos 7 (puppetlabs.repo) but when I launch the command "yum install puppet-dashboard" the result is the following: *No package puppet-dashboard availabl

[Puppet Users] Puppet Dashboard on Centos 7

2015-05-13 Thread Gabriele Angeli
Hi guys, I tried to install puppet dashboard on Centos 7. I installed the right repository for Centos 7 (puppetlabs.repo) but when I launch the command "yum install puppet-dashboard" the result is the following: *No package puppet-dashboard available.* *Error: Nothing to do* Someone can he

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

2015-04-25 Thread Walid
the node usually shows unresponsive if it did not report back within the unresponsive threshold time, how often you are running the agents, and how, what is the frequency of reports already received? On 25 April 2015 at 03:48, wrote: > Hi, > > I am using open source Puppet 3.7.3 with Dashboard.

[Puppet Users] puppet dashboard nodes show as Unresponsive

2015-04-24 Thread staceytian4321
Hi, I am using open source Puppet 3.7.3 with Dashboard. My puppet agent seems working fine, but on Dashboard, most nodes show as Unresponsive. I have restarted puppet-dashboard-workers, but still no help. Any clue? Thanks, Stacey -- You received this message because you are subscribed to

[Puppet Users] Puppet Dashboard/console

2015-01-22 Thread sanjay kumar chahar
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 answer of above question Can I installed it on separate VM/server Pleas

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

2014-10-14 Thread Juan Sierra Pons
Hi, I have 3 puppet-masters/puppet-dashboards "supposedly" configured equally but in one of them the reports are not being imported on the dashboard. The other two work ok. If in the failing one I run the RAILS_ENV=production rake reports:import then the reports are imported on the dashboard [ro

[Puppet Users] Puppet Dashboard showed "changed" when there is error in exec

2014-09-17 Thread Peiven Cheng
When there is error occurred during executing the "exec" command in puppet script, the dashboard will show "changed" or "unchanged" instead of "failed" as its result. Is there any configuration that can make dashboard shows "failed" when there is execution error? -- You received this message

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

2014-08-24 Thread Nick Triantafillou
Thanks for this solution Ximena, Debian 7.6 had the same issue. Swapping from Ruby 1.9.1 to 1.8.7 also fixed my dashboard. On Tuesday, 24 June 2014 00:43:53 UTC+10, Ximena Cardinali wrote: > > Me again, I've changed the link of /etc/alternatives/ruby (Debian) to > point to ruby1.8 and everythi

[Puppet Users] 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 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 reporturl to https on the puppet.conf reporturl = https//da

[Puppet Users] Puppet Dashboard HTTP Basic Authentication Issues

2014-07-31 Thread Stella
Hi, I am trying to configure Puppet (3.6.2) Dashboard (1.2.23) with HTTP Basic Authentication. I followed this document's "Security" section: http://docs.puppetlabs.com/dashboard/manual/1.2/configuring.html Basically, in Dashboard’s vhost configuration, I added those lines: Order allow,deny

[Puppet Users] Puppet Dashboard

2014-07-31 Thread Stella
Hi, I am trying to configure Puppet (3.6.2) Dashboard (1.2.23) with HTTP Basic Authentication. I followed this document's "Security" section: http://docs.puppetlabs.com/dashboard/manual/1.2/configuring.html Basically, in Dashboard’s vhost configuration, I added those lines: Order allow,deny

[Puppet Users] Puppet-dashboard issues

2014-07-29 Thread Bouny
Hi ! (sorry for my poor english) My puppetmaster 3.4.3 run on Ubuntu 14.04 LTS I've just manage to replace WEBrick, Puppet use Apache/Passenger to work now. I'm a newbie on this, so i've setup Puppet with different docs found on internet. I've started with "apt-get" for the basic install.

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

2014-07-28 Thread GregC
Can someone point me to a way to disable the Puppet Dashboard Version link in the top left corner of the main page? Is there a possible way to do this through settings.yml file? The reason I need to do this is that we have no internet access and clicking on the link attempts to connect to git

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

2014-06-23 Thread Ximena Cardinali
Me again, I've changed the link of /etc/alternatives/ruby (Debian) to point to ruby1.8 and everything looks good now on the Dashboard! Thanks! :) On Monday, 23 June 2014 15:37:59 UTC+2, Ximena Cardinali wrote: > > Hello, sorry to bring this back. > > I just have a question, did you just changed

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

2014-06-23 Thread Ximena Cardinali
Hello, sorry to bring this back. I just have a question, did you just changed the path of /usr/bin/ruby or did you did something else to make it work? Thanks in advance, X. On Friday, 4 October 2013 01:04:22 UTC+2, Matt Zagrabelny wrote: > > On Thu, Oct 3, 2013 at 5:45 PM, Juan Sierra Pons > w

Re: [Puppet Users] Puppet Dashboard behind HTTPS

2014-06-20 Thread Andreas Zuber
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello I just came across the same problem and did some reading of the code of the http report plugin and the classes it uses to understand what the problem is. It seams that (at least in the puppet version I use here) it uses the same classes to get

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

2014-06-16 Thread Ximena Cardinali
Hello There, I've been struggling the last days with this issue. The situation is happening since I've upgrade Puppet to 3.6.0. *- Problem:* On Puppet-Dashboard all Hosts are shown as *Unresponsive* and thousand of tasks are queued as *Failed*. *- Environment:* OS: Debian Wheezy Puppet-Dashboa

Re: [Puppet Users] Puppet Dashboard port

2014-06-05 Thread Kwame Bahena
Hi Don, You might want to take a look at this url http://docs.puppetlabs.com/pe/latest/console_config.html#changing-the-consoles-port Cheers! On Thu, Jun 5, 2014 at 9:27 AM, Don Dorman wrote: > Good morning Everyone. > > I have been struggling to change the default port for Dashboard access

[Puppet Users] Puppet Dashboard port

2014-06-05 Thread Don Dorman
Good morning Everyone. I have been struggling to change the default port for Dashboard access from port 3000 to use SSL port 443. My Dashboard version is 1.2.34 if I am not mistaken. My OS is RHEL 6.4, Puppet Master 3.42-1 Any directions would be great. -- You received this message becau

[Puppet Users] puppet dashboard Pending statistics always 0

2014-05-21 Thread Rudy Gevaert
Hi, I've set up puppet dashboard and my puppet master 3.6.0 is sending its reports. However, when i run an agent in noop mode, the Pending column on the dashboard for that node remains 0. While it should not be 0. The nodes pending stats on the left side are always 0 too. Any ideas how t

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

2014-03-17 Thread Pete Hartman
I deployed the open source puppet-dashboard 2.0.0 this past weekend for our production environment. I did a fair amount of testing in the lab to ensure I had the deployment down, and I deployed as a passenger service knowing that we have a large environment and that webrick wasn't likely to cu

[Puppet Users] Puppet Dashboard Broken on Debian Jesse

2014-03-17 Thread Geoff Goehle
The latest round of updates to Debian Jesse (testing) has really broken puppet-dashboard when using the puppetlabs repo. I currently have my apt sources list set up to use the "unstable" repo (since there isn't a "jessie" or "testing" repo). When I try to install puppet-dashboard I get puppe

[Puppet Users] Puppet Dashboard believes a node is unresponsive

2014-03-03 Thread Robert Rothenberg
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 of the agent shows it runs fine. I cannot ping it with mcollective, and a query for disabled agents doesn't list it. I looked in the logs on the no

[Puppet Users] Puppet Dashboard behind HTTPS

2014-02-28 Thread henriquerodrigues
Hi, Can Puppet Master send the reports to Puppet Dashboard via HTTPS? My Puppet Dashboard is protected with a certificate signed by another CA and this seems to break the sending of reports because Puppet doesn't have the necessary certificate to connect securely and I can't seem to make it wo

[Puppet Users] Puppet Dashboard Groups

2014-01-27 Thread kaustubh chaudhari
Hi, I was looking for a way to group the servers dynamically. Eg: create a "Windows" Group and all the existing nodes and new nodes should be part of "Windows" group. I edit a group and then add each server, but practically its not possible with 2k servers in all!! Is there a way to do that?

Re: [Puppet Users] Puppet Dashboard with Passenger - 500 Internal Server Error (Mysql::Error: Can't create/write to file Errcode: 13)

2013-12-20 Thread Matheus Santos
Hi folks, I am having the exact same problem. The Webrick works fine but the apache/passenger server does not. What would I need to have installed in ruby in order to ensure the connection between dashboard-passenger and the mysql that I don't need with the webrick? The /tmp (or do you mean th

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

2013-12-17 Thread Stuart Cracraft
All to nought. No change alas. Confirmation of version: [root@ca-sna-pm01 puppet-dashboard]# gem list | grep rubygem rubygems-update (1.8.25) [root@ca-sna-pm01 puppet-dashboard]# Retry of Schematization: [root@ca-sna-pm01 puppet-dashboard]# !1441 rake RAILS_ENV=producti

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

2013-12-17 Thread Matthaus Owens
Stuart, googling the rake error you were getting resulted in the following hit: http://stackoverflow.com/questions/15349869/undefined-method-source-index-for-gemmodule-nomethoderror Which indicated the version of rubygems is not compatible with the rails application. On Mon, Dec 16, 2013 at 10:3

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

2013-12-16 Thread Stuart Cracraft
Thanks Ramin. A good tip. Thank-you. On Dec 16, 2013, at 1:49 PM, Ramin K wrote: > 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

[Puppet Users] puppet-dashboard status report and bottleneck

2013-12-16 Thread Stuart Cracraft
I followed: http://docs.puppetlabs.com/dashboard/manual/1.2/bootstrapping.html and have reached the point after puppet dashboard install/configuration MySQL server and MySQL client installation/configuration/startup at Preparing Schema and now receive the error: rake RAILS_ENV=prod

[Puppet Users] Puppet Dashboard: how to connect?

2013-12-13 Thread Stuart Cracraft
Hi - I run puppet 3.3.2 currently of Open Source Puppet. I am looking for anyone who has run Puppet Dashboard. How do I connect to the dashboard? Stuart -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop r

[Puppet Users] puppet dashboard & ssl database connection

2013-12-13 Thread Juan Sierra Pons
Hi, I am configuring my puppet-dasbboard to connect to a ssl encrypted mysql DB server The mysql server is configured OK as using the mysql client with the --ssl-ca works ok mysql -u dashboard -p -h mysql.example.org --ssl-ca=/etc/mysql/ca.pem Enter password: Welcome to the MySQL monitor. Comma

[Puppet Users] Puppet dashboard data internally inconsistent

2013-11-26 Thread Sam Tresler
https://www.dropbox.com/s/0vao04js5v7edga/Screenshot%20-%2011262013%20-%2011%3A31%3A35%20AM.png In the attached screenshot you can see that the last report was 10:07. The graph definitely shows an 11:36 run, and the dashboard activity shows that the nod was updated at 11:05. Puppet dashboard i

Re: [Puppet Users] Puppet Dashboard with Passenger - 500 Internal Server Error (Mysql::Error: Can't create/write to file Errcode: 13)

2013-11-25 Thread Felix Frank
Hi, my guess would be that this error is handed through from MySQL itself. Are there perhaps problems with the permissions on your /tmp? It is indeed strange that Webrick behaves different from passenger for this use case, though. Can you somehow make absolutely certain that ruby is contacting t

[Puppet Users] Puppet Dashboard 1.2.1

2013-11-21 Thread GregC
Anyone know where I can find rake node commands for Dashboard 1.2.1? I know this is an older release of the dashboard but the only documents I can find are for 1.24 and higher. I would like to be able to remove a node from Puppet Dashboard The doc says the following but this does not work in d

[Puppet Users] Puppet Dashboard with Passenger - 500 Internal Server Error (Mysql::Error: Can't create/write to file Errcode: 13)

2013-11-21 Thread Jason Friedrich
Distribution: Ubuntu 12.04.3 Ruby version: ruby 1.8.7 (2011-06-30 patchlevel 352) [x86_64-linux] Gem version: 1.8.15 Puppet version: 3.3.2-1puppetlabs1 (Puppetlabs apt repo) Puppet Dashboard: 1.2.23-1puppetlabs1 (Puppetlabs apt repo) I have successfully set up a puppet master, with two agents an

[Puppet Users] Puppet dashboard config for node request

2013-11-21 Thread kaustubh chaudhari
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 have this tab to accept / reject node request. Can we configure the same in open source puppet dashboard ? Kau

[Puppet Users] Puppet Dashboard Question

2013-11-13 Thread GregC
I am trying to pull information down to my dashboard server one of my Puppet master. I can do the following and retrieve inventory information without any issue using API curl -k -H "Accept: yaml" https://puppet:8140/production/facts/node But when I try to retrive the same facts from Puppet Das

Re: [Puppet Users] Puppet dashboard web interface

2013-11-13 Thread Jason Antman
Oh wow. I shouldn't comment before I have my coffee. Yes you have it exactly right, if you call the parameter "env", it will show up as "$::env". I've fixed the example below. -jantman On 11/13/2013 08:50 AM, Thomas RICOU wrote: > Hi, I think you understood quite well my question even if I was n

Re: [Puppet Users] Puppet dashboard web interface

2013-11-13 Thread Thomas RICOU
Well, I tried, and (even in default.pp) i can access the var with $::env. Thanks anyway. Le mercredi 13 novembre 2013 14:50:56 UTC+1, Thomas RICOU a écrit : > > Hi, I think you understood quite well my question even if I was not so > clear... ;) > > Anyway, according to what you say, let's say

Re: [Puppet Users] Puppet dashboard web interface

2013-11-13 Thread Thomas RICOU
Hi, I think you understood quite well my question even if I was not so clear... ;) Anyway, according to what you say, let's say that my (ENC) group is named 'DEVEL' and the var named 'env' is set to 'devel'. I add the node 'foo.example.com' to the 'DEVEL' group. Shouldn't the var be named '::e

Re: [Puppet Users] Puppet dashboard web interface

2013-11-13 Thread Jason Antman
Tom, I'm not sure I totally understand your question; I've also never used an ENC (like dashboard) with default.pp, only with modules. If you set a parameter called "env" on a group in Dashboard, and then add node "foo.example.com" to that group, the parameter will available in puppet as a top-sc

[Puppet Users] Puppet dashboard web interface

2013-11-13 Thread Thomas RICOU
Hi I'm kinda noobish to puppet and I can't find an answer to my question. What can I can do with the dashboard groups ? In fact I'm interested in setting a var "env" to a value in ['devel','valid','prod']. this value should be set only once when I create a new virtual machine using a puppet age

Re: [Puppet Users] Puppet Dashboard Error 400 Invalid Parameter at passenger pp:48

2013-11-02 Thread lkorcutt
I'm running into this with the current forge modules from puppetlabs for apache (0.9.0 )and puppet-dashboard (0.0.4). Do you know when an update will be published on the forge? Thanks On Sunday, September 8, 2013 12:19:35 PM UTC-6, blkperl wrote: > > The bug is fixed in the master branch on Gi

[Puppet Users] Puppet dashboard blank stylesheet

2013-10-28 Thread Fine, Thomas
Hi, I'm trying to switch my working puppet-dashboard installation over from the test server that it comes with to an Apache/Passenger setup. Puppet seems to be humming along just fine under this setup, but dashboard is unhappy. The web interface comes up with no style. I've taken a look with Saf

[Puppet Users] Puppet Dashboard Radiator view thru iframe

2013-10-14 Thread Matt Shields
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 exception of the Radiator view Matt -- You received this message because you are subscribed to the Google Groups "Puppet U

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

2013-10-14 Thread Robert Schaffar-Taurok
Hi! I am already successfully using puppet with puppet-dashboard in my environment and would like to extend this to display the facts in puppet-dashboard. I understand that I need a puppetdb for that. Which I installed and I already get successfull log messages there that facts are stored. So u

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

2013-10-04 Thread Julien Nephtali
Hi have add issues with stuck pending jobs on my puppet dashboard. Here is the error message from my delayed_job.log file in /usr/share/puppet-dashboard/log directory. Report.create_from_yaml_file failed with ActiveRecord::StatementInvalid: Mysql::Error: Incorrect string value: '\x96 $bas...'

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

2013-10-03 Thread Matt Zagrabelny
On Thu, Oct 3, 2013 at 5:45 PM, Juan Sierra Pons wrote: > > El 03/10/2013 14:00, "Matt Zagrabelny" escribió: > > >> >> Greetings, >> >> I've setup puppet dashboard 1.2.23 along with puppetmaster 2.7.18. >> >> I am seeing many \n strings all over the place when looking at >> reports. Specifically

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

2013-10-03 Thread Juan Sierra Pons
El 03/10/2013 14:00, "Matt Zagrabelny" escribió: > > Greetings, > > I've setup puppet dashboard 1.2.23 along with puppetmaster 2.7.18. > > I am seeing many \n strings all over the place when looking at > reports. Specifically the \n's are in the Metrics, Log, Events links. > > My nodes are showing

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

2013-10-03 Thread Matt Zagrabelny
Greetings, I've setup puppet dashboard 1.2.23 along with puppetmaster 2.7.18. I am seeing many \n strings all over the place when looking at reports. Specifically the \n's are in the Metrics, Log, Events links. My nodes are showing up okay, and it seems just to be a problem with the reports. For

Re: [Puppet Users] Puppet Dashboard Error 400 Invalid Parameter at passenger pp:48

2013-09-08 Thread William Van Hevelingen
The bug is fixed in the master branch on Github. I'll see about getting a new release on the forge. Cheers, William On Wed, Sep 4, 2013 at 5:31 PM, Cory Stoker wrote: > Look at the apache::vhost definition. It looks to me that "template" > is no longer a parameter to the defined type. Since

[Puppet Users] puppet dashboard

2013-09-05 Thread Ankit Mittal
Dear All, Please help to find the latest version of puppet Dashboard in which i can use postgre database. -- 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 puppe

Re: [Puppet Users] puppet dashboard

2013-09-05 Thread Peter Bukowinski
Postgres will be supported in Dashboard 2.0, but it has not been released yet. When it is released, you will find it here: https://github.com/sodabrew/puppet-dashboard While you're waiting, you can watch the talk that Dashboard's new lead developer gave at PuppetConf last month: http://www.youtu

Re: [Puppet Users] Puppet Dashboard Error 400 Invalid Parameter at passenger pp:48

2013-09-04 Thread Cory Stoker
Look at the apache::vhost definition. It looks to me that "template" is no longer a parameter to the defined type. Since this looks like puppetlabs-dashboard I would check out the puppetlabs-apache module to find the apache::vhost defined type in puppetlabs-apache/manifest/vhost.pp. If the param

[Puppet Users] Puppet Dashboard Error 400 Invalid Parameter at passenger pp:48

2013-09-04 Thread Mr. Vitriol
Hi, I am new to the job and forum. I installed puppet and puppetmaster and set up my first dependencies acording to a manual that we have here in our company. Everything works fine and I can set up new nodes with several modules to choose from. Unfortunatley the Dashboard

Re: [Puppet Users] puppet dashboard database options

2013-08-28 Thread Peter Bukowinski
Postgres is an option in Puppet Dashboard 2.0, which is due to be released *very soon* (according to the session I attended at Puppet Conf last week). https://github.com/sodabrew/puppet-dashboard -- Peter On Aug 28, 2013, at 9:15 AM, Ankit Mittal wrote: > Dear All, > > Please help to find o

[Puppet Users] puppet dashboard database options

2013-08-28 Thread Ankit Mittal
Dear All, Please help to find other database option in puppet dashboard , other that MySql. -- 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] puppet dashboard failed tasks every night

2013-08-27 Thread ureal frank
On Tuesday, August 27, 2013, Felipe Salum wrote: > I checked that, nothing that could impact this. But I'm probably missing > something since it is every night no exception. > > > i've debugged some problems with strace -p 'pidof ruby' and lsof -p 'pidof ruby' when applying the catalog. (timeout.r

Re: [Puppet Users] puppet dashboard failed tasks every night

2013-08-27 Thread Felipe Salum
I checked that, nothing that could impact this. But I'm probably missing something since it is every night no exception. On Tue, Aug 27, 2013 at 10:15 AM, Peter Bukowinski wrote: > Do you have any daily cron jobs that occur overnight? > > -- > Peter > > On Aug 27, 2013, at 1:08 PM, Felipe Salum

Re: [Puppet Users] puppet dashboard failed tasks every night

2013-08-27 Thread Peter Bukowinski
Do you have any daily cron jobs that occur overnight? -- Peter On Aug 27, 2013, at 1:08 PM, Felipe Salum wrote: > Hi guys. > > I'm trying to find the root cause of my puppet dashboard report failed tasks > that happen every night. It works without any error all day long but when I > connect

[Puppet Users] puppet dashboard failed tasks every night

2013-08-27 Thread Felipe Salum
Hi guys. I'm trying to find the root cause of my puppet dashboard report failed tasks that happen every night. It works without any error all day long but when I connect in the morning to check it has around 3000 failed tasks from the night before. Any advice what could be impacting puppet das

[Puppet Users] Puppet dashboard - having cached catalog runs show up as warnings

2013-08-23 Thread oogs
Hi, I have noticed that when a typo is introduced or a module is plain broken, puppet will run using a cached catalog. This is logged as an error on the local client, however, it is not logged as an error on Puppet Dashboard. How can I change this behavior, so that using the cached catalog wi

[Puppet Users] puppet dashboard certificate request fails

2013-08-02 Thread 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 certificate B: certificate verify failed The master log gives me this message: [2013-08-02 22:28:22] ERROR OpenSSL::SSL::SSLError: SSL_accept

[Puppet Users] puppet-dashboard can't read files in /var/lib/puppet/reports

2013-07-29 Thread Joe VanAndel
On CentOS 6.4, with puppet-3.2.3-1 and puppet-dashboard-1.2.23-1, installed from the puppetlabs repo, I found that puppet-dashboard couldn't read the reports in /var/lib/puppet/reports (permissions drwxr-x--- puppet puppet,) so the dashboard was always out of date. My solution was to add the

[Puppet Users] Puppet Dashboard View Production Reports

2013-07-02 Thread GregC
I have an issue where I have one Puppet Dashboard in Development. I am not allowed to install a dashboard in my Production environment, but I would like to : * Pull reports. I currently can do this through an elaborate rsync through some host and then import the reports into Dashboard. * Also gr

[Puppet Users] puppet-dashboard in PE3.0

2013-06-27 Thread jdt
Hello, I read the PE3.0 announcement and it states the the dashboard in there uses PostgreSQL as backend. Will this version be released as open-source too? Or are there other options available to use PostgresQL with puppet-dashboard? Best Regards, Jo -- You received this message because you

Re: [Puppet Users] Puppet-dashboard work well but can't see any node

2013-06-18 Thread Konrad Scherer
On 13-06-17 04:04 AM, Rajat Patel wrote: Hi Guys, We have Cent OS 6.4 server which is puppet master server, its take all mix environment(fedora/redhat/centos/windows). Right now we have add 2 node one from ubuntu 12.10 and fedora 18. If the dashboard is using ruby 1.8.x, it cannot process rep

[Puppet Users] Puppet dashboard on FreeBSD 9

2013-06-17 Thread Ivailo Tanusheff
Hi, I am trying to install puppet-dashboard on FreeBSD 9, but with no success. The link on their site: http://docs.puppetlabs.com/dashboard/manual/1.2/bootstrapping.html make me no good and is almost useless. Can someone provide some knowledge or how to do this? Or I have to give up on that? R

[Puppet Users] Puppet-dashboard work well but can't see any node

2013-06-17 Thread Rajat Patel
Hi Guys, We have Cent OS 6.4 server which is puppet master server, its take all mix environment(fedora/redhat/centos/windows). Right now we have add 2 node one

[Puppet Users] puppet-dashboard not linking both filebucket md5 links

2013-06-15 Thread cko
Hi everyone, I have the following problem with the puppet-dashboard / filebucket "diff" functionality: It doesnt show the content of the "new / changed" file. I configured the cl

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

2013-06-05 Thread zgrega
Hello, I am having a problem with reports from a puppet node. After report is sent the following error occurs on my puppet master: *localhost puppet-master[31237]: Report processor failed: Connection timed out - connect(2)* i really don't know what is a problem. I have the following configura

[Puppet Users] Puppet Dashboard Issues

2013-04-25 Thread Jithin Xavier
Hi, I am using Puppet enterprise free 10 node version, getting one error while loading this page in "/baseline/compliance" " Puppet Dashboard encountered an error. Something went wrong, and Puppet Dashboard was unable to render the requested page. Please contact your site’s help desk or sys

[Puppet Users] Puppet Dashboard errror

2013-04-16 Thread Jithin Xavier
Hi All, For some reason my puppet dashborad is not starting and new node requests are not displaying in dashboard. I am getting following error while restarting Puppet dashboard. root@PuppetMaster:/etc/puppetlabs/puppet/modules# /etc/init.d/pe-puppet-dashboard-workers start * Starting PE Pupp

[Puppet Users] Puppet Dashboard 1.2.23 issue deleting node

2013-04-05 Thread Stefan Heijmans
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 time we press the delete button we get the following error; ActiveRecord::StatementInvalid in NodesController#destroy Mysql::Error: Lock wai

[Puppet Users] puppet dashboard enc default group

2013-04-02 Thread vioilly
Hi, Is there such a thing in puppet dashboard as a default group that new nodes automatically get adding to, similar to the site.pp default classification? -oli -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group an

[Puppet Users] puppet dashboard stopped updating

2013-03-29 Thread Gregory Damiani
I was in the process of setting up puppet environments. I pulled code from my main modules and manifests directories into the prod environment folder, deployed a newer branch of that code to a 'stg' environment folder, updated puppet.conf on the master, and reconfigured puppet.conf on my agents

[Puppet Users] Puppet Dashboard changed reports view error

2013-03-07 Thread DjE
Hello Puppet Users ! We encounter a problem with the dashboard on this URI : /reports/changed The /reports works fine with ~13 reports (up to 3 months and auto-cleaning with rake reports:prune job) I make a reports:prune:orphaned, juste in case, but without any success. The most recent ch

[Puppet Users] Puppet Dashboard changed reports view error

2013-03-07 Thread DjE
Hello Puppet Users ! We encounter a problem with the dashboard on this URI : /reports/changed The /reports works fine with ~13 reports (up to 3 months and auto-cleaning with rake reports:prune job) I make a reports:prune:orphaned, juste in case, but without any success. The most recent c

Re: [Puppet Users] puppet-dashboard-1.2.22 - unable to get it running under Apache/Passenger

2013-02-26 Thread Ti Leggett
The issue is that on RHEL/CentOS 6, the mod_passenger RPM requires the rubygems-rack RPM which is at 1.2.5. The Puppet Dashboard RPM requires explicitly rack version 1.1.0 - from vendor/rails/actionpack/lib/action_controller.rb: gem 'rack', '~> 1.1.0' require 'rack' require 'action_controller/c

Re: [Puppet Users] puppet-dashboard-1.2.22 - unable to get it running under Apache/Passenger

2013-02-26 Thread Ramin K
~> 1.1.0 matches 1.1.x Dashboard 1.2.22 is responding to these CVEs from http://rack.github.com/ and 1.1.6 is the one that has the fix. Ramin On 2/26/2013 9:55 AM, Tom Blich wrote: Well, based on the error, wouldn't I need to install rack 1.1.0? I don't understand ruby all that well yet.

Re: [Puppet Users] puppet-dashboard-1.2.22 - unable to get it running under Apache/Passenger

2013-02-26 Thread Tom Blich
Well, based on the error, wouldn't I need to install rack 1.1.0? I don't understand ruby all that well yet. My confusion is why 1.2.21 is working just fine, but 1.2.22 is not. On Tuesday, February 26, 2013 9:47:17 AM UTC-8, Ramin K wrote: > > I'm guessing you're installing gems since eve

Re: [Puppet Users] puppet-dashboard-1.2.22 - unable to get it running under Apache/Passenger

2013-02-26 Thread Ramin K
I'm guessing you're installing gems since everything looks very up to date. Try the following. sudo gem install rack --version 1.1.6 Then restart Apache. If you still have problems you can try removing all versions of Rack that are not 1.1.6, assuming that Puppet and Puppet dashboard are the

Re: [Puppet Users] puppet-dashboard-1.2.22 - unable to get it running under Apache/Passenger

2013-02-26 Thread Tom Blich
Do you know where I might be able to change where it's looking for the specific rack version for 1.1.0? Thanks, Tom On Friday, February 22, 2013 5:29:59 PM UTC-8, Matt wrote: > > It looks like its trying to use a specific rack gem version but you do > not have that version installed or you hav

Re: [Puppet Users] puppet-dashboard-1.2.22 - unable to get it running under Apache/Passenger

2013-02-22 Thread Matthew Black
It looks like its trying to use a specific rack gem version but you do not have that version installed or you have two versions installed and its picking up the latest. It could be that you also have another passenger application where the versions conflict? (can't activate rack (~> 1.1.0, runtime

[Puppet Users] puppet-dashboard-1.2.22 - unable to get it running under Apache/Passenger

2013-02-22 Thread Tom Blich
Had puppet-dashboard-1.2.21 running via instructions provided here: http://docs.puppetlabs.com/dashboard/passenger.html Upgraded to puppet-dashboard-1.2.22 and now get the following error: [ pid=8729 thr=70328297972140 file=utils.rb:176 time=2013-02-22 19:12:17.188 ]: *** Exception RuntimeEr

[Puppet Users] Puppet-dashboard(open source)

2013-02-19 Thread Mamta Garg
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 -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscrib

[Puppet Users] puppet dashboard(open source)

2013-02-11 Thread Mamta Garg
I am setting up puppet opensource ,I am not able to lauch puppet dashboard. Can anyone please tell me if puppet opensource dashbord setting is same as in puppet dashboard or i need to do some different setting for this? -- Thanks and Regards, Mamta Garg -- You received this message because you

Re: [Puppet Users] Puppet dashboard stuck pending jobs

2013-02-10 Thread Felipe Salum
Are you having the problem after running 'puppet agent --test' a few times or it just happens without any manual run ? I was having the same problem some days ago, in my case because I was running 'puppet agent --test', more specifically the --show_diff that is used in --test was automatically

  1   2   3   4   >