Displaying 20 results from an estimated 4000 matches similar to: "Puppet dashboard shows all hosts unresponsive"
2011 Dec 16
2
How to change the time interval in dashboard for a node is considered unresponsive
Hi everyone,
I have a problem with puppet-dashboard because I appear unresponsive
when many nodes are running correctly.
In my current configuration nodes do not run the daemon, but I have
created a cron task that runs once the command puppetd at hourly
intervals.
The point is that when I look into dashboard many nodes are always
considered unresponsive because it seems that the default dashboard
2013 Mar 25
1
Unresponsive nodes with no pending task in the dashboard
Hi,
Since this morning all nodes are showing as unresponsive. I have faced a
similar error before and the problem was fixed restarting the
dashboard-workers as there were many pending task in the puppet dashboard.
I am using Puppet Enterprise 2.7.1 version.
I have already checked/done:
* Restarted the puppetmaster server
* Check that puppet-dashboard-workers are working
* Time is synced
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/passanger seems to run the dashboard under the root of the
virtual
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.puppetlabs.com/projects/puppet/wiki/Downloading_Puppet
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''@''localhost'';"
however, I keep getting
2011 Jul 12
1
Possible leaking records in dashboard db
I''m using puppet-dashboard 1.1.0-1 on Ubuntu. I remove old reports using this command:
nice -n +1 rake RAILS_ENV=production reports:prune upto=1 unit=mon
This seems to work fine, and the amount of reports returnd by this mysql query seems to drop by the proper amount:
select count(*) from reports;
Right now it returns a value of 12591. So far so good.
The problem is the
2011 May 24
2
problem with rack versions and puppet-dashboard
I get this error
can''t activate rack (~> 1.0.1), already activated rack-1.2.2
It appears that puppet-dashboard uses rack 1.0.1 but passenger 3.0.7
needs to use rack1.2.2
Is there a way around this or make dashboard use rack 1.2.2?
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To post to this group, send email to
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 facts.
Versions:
puppet-dashboard is 1.1.0 (using passenger)
puppet-master
2011 Jul 21
2
Dashboard and remote MySQL BDD
Hi,
I''ve installed Dashboard on my server and I aim to remotely request
the MySQL Database.
All documentations read explain the way to roll out using Dashboard
and MySQL Database on the same server.
I am looking for any information to achieve that because I haven''t
found any from the time being and I wonder if it''s just possible.
Thanks you,
David
--
You received
2011 Jul 13
1
puppet-dashboard delayed workers
Hello
I have just installed puppet dashboard from git.
everything seems to load ok except it seems as though background tasks
are not being run.
According to the code README:
running: # env CPUS=4 RAILS_ENV=production /.../script/delayed_job -p
dashboard -n $CPUS -m start
will start the worker.
however it seems as though it is not running (or if it is how can I check?)
and the back ground
2012 Apr 04
2
Puppet Dashboard
Hi All,
I have somehow managed to configure the puppet dashboard, but it
is not displaying the nodes and the classes in the dashboard. It is
completely empty. Any one has any idea of configuring puppet dashboard
so that it displays all the nodes, classes, and reports/ I am newbie
so please explain in a little brief.
Regards
Niraj K.
--
You received this message because you are subscribed
2012 Mar 06
1
Issue with pe-dashboard-workers
I''ve almost gotten PE running --
Based on tips from a recent Webinar, I''ve started on a minimal RHEL 6
system, and have installed the PE 2.03 packages. 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
2013 Jun 21
2
mysql access denied on dashboard puppet
i am at a lost, i setup the db schema , database.yml and etc.... passwords
are correct.
im getting the below error, im trying to get my dashboard to work .....help
any? i also chmod the database.yml file to 660
# mysql -u dashboard -p dashboard_production
Enter password:
ERROR 1045 (28000): Access denied for user ''dashboard''@''localhost'' (using
password:
2011 Oct 24
2
Problem(s) with installing Puppet Dashboard
Hello!
I''m trying to install puppet dashboard according to the instructions
in the documentation : http://docs.puppetlabs.com/dashboard/manual/1.2/bootstrapping.html
I am installing it from the .deb package, however after installation I
cannot find the "settings.yml" file.
Also, when trying to "prepare schema" by running rake
RAILS_ENV=production db:migrate it
2013 May 10
1
Can i use puppet DB for puppet dashboard ?
Hello Everyone,
I am new to puppet and want to set puppet dashboard.
I don''t have a database for puppet dashboard, My question is that can i use
PuppetDB as database for puppet dashboard ??
If yes then please tell me how to configure it.
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To unsubscribe from this group and
2013 Jun 11
1
Dashboard - Unable to submit report to http://127.0.0.1:3000/reports/upload [301] Moved Permanently
Hello,
I successfully installed puppet on redhat 6. Nodes can connect to master
and run catalog.
I installed dashboard and was hoping to see the reports uploaded in
dashboard...
I have no problem browsing to the dashboard but when an agent sends a
report to the master, I always get the same error in the master''s log: *Unable
to submit report to http://127.0.0.1:3000/reports/upload
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 to get to it by going to
2012 Jul 03
3
can puppet-dashboard be installed on CentOS 5.4?
Hi,
I am trying to install puppet-dashboard on my puppet server, which is
running CentOS 5.4. However, I cannot find a RPM for REHL 5 on
http://yum.puppetlabs.com/.
So the question is how I can get the puppet-dashboard rpm for CentOS 5.4?
Thanks.
Hai Tao
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To post to this group, send
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.com
See the Verifying Puppet Download section at:
2010 Jul 30
3
Puppet dashboard and environments
Hi puppet users,
We''ve got a puppet (0.24.8) implementation with two environments, called
production and testing. We''ve also got a Puppet Dashboard (1.0) instance
up and running, which is receiving and displaying reports from hosts in
both of the environments.
We would like to start using the dashboard as an external node
classification tool, so I''ve taken the example