Displaying 20 results from an estimated 667 matches for "dashboard".
2012 Dec 17
0
puppet-dashboard install not generating 'dashboard' cert
Hello,
I''m trying to get puppet-dashboard installed on a CentOS 6.3 machine
running puppet v3.0.1.
I''m following the puppet-dashboard documentation here:
http://docs.puppetlabs.com/dashboard/manual/1.2/configuring.html
In the documentation page linked above, it says:
Puppet uses SSL certificates to control who can make reques...
2012 Jul 06
3
Access denied for user 'dashboard'@'localhost' to database 'dashboard_production'
followed the instruction for installing dashboard, and created user
mysql -pmy_password -e "CREATE DATABASE dashboard CHARACTER SET utf8;CREATE
USER ''dashboard''@''localhost'' IDENTIFIED BY ''my_password''; GRANT ALL
PRIVILEGES ON dashboard.* TO ''dashboard''@''localh...
2013 Jan 08
4
puppetdb dashboard
Hello,
I am currently trying to get the puppetdb dashboard and the puppet
dashboard working on the same system. Puppet dashboard is working great but
after "successfully" installing puppetdb following puppet''s opensource
instructions the puppetdb dashboard just doesn''t seem to exist (according
to some sites I should be able...
2011 Nov 04
2
ANNOUNCE: Puppet-Dashboard 1.2.3rc1 available
This is a maintenance release of Puppet Dashboard. This release
resolves issues #10198, #10270, and #10543. More details below.
This release is available for download at:
http://downloads.puppetlabs.com/dashboard/
We have included Debian and RPM packages as well as a tarball.
See the Verifying Puppet Download section at:
http://projects.puppetl...
2013 Feb 05
3
dashboard permission issue
I''m having trouble getting puppet dashboard (1.2.21) to run on apache.
i installed puppetmaster-passenger and puppet-dashboard package. It didn''t
create user puppet-dashboard automatically as stated in the installation
guide,
so i created one manually and chowned all files under /puppet-dashboard.
when testing with webrick every...
2011 Dec 01
5
Validation failed: Host already has a report for time and kind
Howdy,
I''ve been getting this issue for about a month in dashboard. All our
nodes poll on a cronjob between 00:00 and 01:00 daily, but one node
has been getting this as a failed task for a while, with the yaml
files building up on the server. Outside of this one cronjob, other
puppet runs on the same node are running just fine. The backtrace on
dashboard is:
Impo...
2012 Nov 05
3
Announce: Puppet Dashboard 1.2.13 Available
Puppet Dashboard 1.2.13 is a maintenance and bugfix release of Puppet Dashboard.
This release is available for download at:
https://downloads.puppetlabs.com/dashboard/puppet-dashboard-1.2.13.tar.gz
Debian packages are available at
https://apt.puppetlabs.com
RPM packages are available at
https://yum.puppetlabs.co...
2011 Jun 14
5
puppet dashboard
I am using Ubuntu 10.04 and ruby-enterprise (not ubuntu ruby) and installed puppet via gem.
How can I install puppet-dashboard if I don''t see a gem available and if I use the ubuntu package, i get the whole slop of ruby packages sucked in (which i am trying to avoid)?
# dpkg -i puppet-dashboard_1.1.0-1_all.deb
Selecting previously deselected package puppet-dashboard.
(Reading database ... 89313 files and directo...
2012 Oct 11
3
Puppet Dashboard won't install MySQL schema
I have been working on this issue for almost 5 days
and can not get
past this error.
Puppet Dashboard is installed via RPM from puppetlabs.
I have tried versions
1.2.12, 1.2.9 and am currently on 1.2.1.
Regardless of the version, I get the same exact error
every time I run rake RAILS_ENV=production db:migrate.
(in /usr/share/puppet-dashboard)
rake aborted!
no such file to load -- /usr/share/pu...
2012 Jul 10
19
problem using apache & passenger to run dashboard
Hi,
My puppetmaster is running through apache, and now I am setting up
dashboard to be run by apache too.
I followed docs in
http://docs.puppetlabs.com/dashboard/manual/1.2/bootstrapping.html#starting-and-managing-delayed-job-workers,
but after I restarted httpd, I see a apache welcome page.
I set documentroot to be:
DocumentRoot /usr/share/puppet-dashboard/public/...
2010 Oct 15
1
Dashboard and passenger under /dashboard path
I''m currently running a dashboard as a separate process and have a
proxy in apache with authentication to access as http://puppet.ourhost.com/dashboard/
I have to start the dashboard with "-P /dashboard" option to make it
work.
I''m wondering how to achieve this with passenger. The config I found
in ext/passange...
2012 Jan 26
6
Issue Installing Puppet on Red Hat6
I have been trying to follow the bootstrap instructions for installing
puppet-dashboard. I keep getting error about rubyge(rake) and
rubygems. I''d appreciate any help or corrections, thanks in advance.
ruby-libs-1.8.7.299-4.el6.x86_64
ruby-1.8.7.299-4.el6.x86_64
These are some installation steps I took.
rvm tools rvm-env ruby bash
rvm install 1.8.7
yum install ruby
down...
2013 Sep 04
3
Puppet Dashboard Error 400 Invalid Parameter at passenger pp:48
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
<http://forge.puppetlabs.com/puppetlabs/dashboard>gives me errors instead
of starting correctley.
Here the message:
Error: Could not retrieve catalog from remote server: Error 400 on SERVER:
Invalid parameter template at
/etc/puppet/modules/dashboard/manifests/passenger.pp:48 on node...
2012 Mar 06
1
Issue with pe-dashboard-workers
...s. Once I set up /etc/
hosts (DNS will come later), I started the PE services. Given past
problems (possibly just me), I was pleasantly surprised that the
puppet-enterprise-updater script was so accommodating as I remembered
which systems to update.
So I''m to the point where the pe-puppet-dashboard-workers script
(from /etc/init.d) borks a bit with the following message:
Starting pe-dashboard-workers: Database isn''t the current migration
version: expected 20111118204121, got 0
You must either run ''rake db:migrate'' or set environmental variable
NO_MIGRATION_CHECK
T...
2012 Mar 09
6
Puppet Dashboard - Directory Index Forbidden
Hello all
Puppet, puppetmaster, ruby, etc installed from standard Ubuntu 11.10 x86_64
APT repos
Dashboard 1.26 from .deb pulled from
http://apt.puppetlabs.com/pool/oneiric/main/p/puppet-dashboard/
Apache config pulled
from /usr/share/puppet-dashboard/ext/passenger/dashboard-vhost.conf
My simple test with webbrick worked a treat. So I installed Apache and
passenger mod (from Ubuntu APT repos) and th...
2011 Jul 23
2
Dashboard not retrieving inventory
Hi All,
Puppet-dashboard appears to be having some trouble. Under inventory, it says:
"Could not retrieve facts from inventory service: Permission denied -
certs/dashboard.private_key.pem"
When I run:
curl -k -H "Accept: yaml" https://puppet:8140/production/facts/host.domain
I get the expected dump of...
2010 May 31
9
Problem with dashboard using live report aggregation
Hey,
I''m exploring puppet-dashboard right now and I want to get the live
aggregation running.
But somehow I''m already failing at the puppet.conf entries ;)
The Dashboard readme says:
### Live report aggregation
To enable report aggregation in Puppet Dashboard, the file `lib/puppet/
puppet_dashboard.rb` must be available in...
2013 Apr 16
1
Ruby Error Encountered when Installing Dashboard for Puppet Open Source
I''ve installed Puppet and am installing Dashboard on CentOS 6. I''m running
into an ''undefined method'' when installing the dashboard. To install
Puppet Open Source, I ran:
> rpm -ivh
http://yum.puppetlabs.com/el/6/products/i386/puppetlabs-release-6-6.noarch.rpm<https://webmail.battelle.org/owa/redir.aspx?C=4...
2013 Aug 29
1
CREATE command denied to user 'dashboard'@'localhost' for table 'schema_migrations'
Hi Puppet Users group,
I have followed the guide to the puppet-dashboard DB "Preparing Schema"
part, once I run " rake RAILS_ENV=production db:migrate --trace", it shows
the following errors:
(in /usr/share/puppet-dashboard)
> rake aborted!
> Mysql::Error: CREATE command denied to user ''dashboard''@''localhost'...
2012 Feb 22
0
Announce: Puppet Dashboard 1.2.6 Available
This is a maintenance release of Puppet Dashboard.
It includes contributions from Adrien Thebo, Chad Metcalf, Chris W,
Daniel Pittman, Daniel Sauble, Devon Harless, Michael Stahnke, Moses
Mendoza, Randall Hansen, Josh Lifton, and Nick Fagerlund.
This release is available for download at:
http://downloads.puppetlabs.com/dashboard/
We have include...