search for: puppetdashboard

Displaying 8 results from an estimated 8 matches for "puppetdashboard".

Did you mean: puppet_dashboard
2010 Jul 21
1
Empty set in MySQL for puppetdashboard.
Hey all, recently installed puppet-dashboard (latest), to puppet with MySQL. Things are looking hunkydory, but some nodes are not appearing in the db. In the puppet-dashboard logs we have: Node Load (0.4ms) SELECT * FROM `nodes` WHERE (`nodes`.`name` = ''my.host'') ORDER BY name ASC LIMIT 1 Quering the db directly, that is indeed the case: mysql> SELECT * FROM `nodes` WHERE
2012 Sep 27
2
Puppetdashboard :: cannot add class
I have puppet running on WEBrick. Dashboard works. I can see the hosts currently in puppet. In Dashboard I can add hosts and create groups, but cannot add classes. The auto-search returns nothing when I click on a group or server and start typing in the Classes textbox. Is this a common occurrence with Dashboard? I have looked on the web and found no answer. Appreciate any pointers. Thanks.
2011 Apr 06
2
Puppetdashboard 1.1.0 spec file
Hello, Does anyone have a good spec file for puppet dashboard 1.1.0, as the one supplied in the sourcecode is for 1.0.4 and tries to copy some directories, that don''t exist anymore. I did some remodelling in the file, so it creates a rpm now, but I''m not sure whether my "fix" is the only change needed. my change: replace -------------------- for plugin in
2012 Jul 30
0
Defining node types in modules
...lude mysql:: several times to get the features - https://github.com/puppetlabs/puppetlabs-mysql err: Could not retrieve catalog from remote server: Error 400 on SERVER: Duplicate declaration: Class[Mysql] is already declared; cannot redeclare at /etc/puppet/modules/zen_puppet01opslab/manifests/puppetdashboard_mysql.pp:2 I question if we are using the right approach with puppet and if this is the right way to define types of servers. Module: - zen_puppet01opslab root@puppet01:/etc/puppet/modules/zen_puppet01opslab/manifests# cat init.pp class zen_puppet01opslab { class { ''zen_puppet01...
2011 Jun 16
3
puppet repository from puppetlabs
...ository managed by puppetlabs? I am using lucid and latest puppet package it offers is 0.25.4. I could of course just download source, or a deb from debian or newer ubuntu, or get it using gem. But would be nice if there is a PPA available for lucid, cuz it would work nicely with routine upgrade. puppetdashboard worked nicely with the puppet labs ppa deb http://apt.puppetlabs.com/ubuntu lucid main and deb-src deb-src http://apt.puppetlabs.com/ubuntu lucid main Please advise. -- Asif Iqbal PGP Key: 0xE62693C5 KeyServer: pgp.mit.edu A: Because it messes up the order in which people normally read text. Q:...
2011 Jul 23
2
Dashboard not retrieving inventory
...ion/facts/host.domain I get the expected dump of facts. Versions: puppet-dashboard is 1.1.0 (using passenger) puppet-master is 2.7.1 Went with an extremely loose config on test: Puppet Master: auth.conf: path /facts method find, search auth any allow * puppet.conf: # Reporting reporturl = http://puppetdashboard.domain/reports/upload # Testing, to be changed to DB for prod facts_terminus = yaml Puppet Dashboard: settings.yml: # The "inventory service" allows you to connect to a puppet master to retrieve and node facts enable_inventory_service: true # Hostname of the inventory server. inventory_...
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 Puppet''s lib path. The easiest way to do this
2010 Sep 08
25
Setup 2.6 + apache, passenger
Hi! I''m testing Puppet 2.6 and got all the basic stuff working with the default webricks. I read that it doesn''t scale very well and is not suited for production environments and the recommended setup is Apache/ Passenger. Is there a step-by-step-guide on how to set it up? Any help is very appreciated. Regards, Freddie -- You received this message because you are subscribed