Displaying 20 results from an estimated 26 matches for "reporturl".
Did you mean:
reporter
2012 Oct 12
5
https report processor setup
...should be doable, even simple.
Unfortunately that''s not the case. I''m guessing I''m missing something
basic, but I haven''t been able to figure out what
This is what I have so far in puppet.conf on the master:
[master]
report = true
reports = store, log, https
reporturl = https:// ...
So the two things I think I''m missing are
1) how do I handle the cert for the https server
2) what URI(s) do I need to implement on the remote server
thanks,
Lou
--
You received this message because you are subscribed to the Google Groups "Puppet Users" gr...
2011 Jul 23
2
Dashboard not retrieving inventory
...puppet:8140/production/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 inv...
2013 May 13
1
puppet does not see changes in /etc/puppet/puppet.conf
...onfdir/templates
prerun_command=/etc/puppet/etckeeper-commit-pre
postrun_command=/etc/puppet/etckeeper-commit-post
[master]
ssl_client_header = SSL_CLIENT_S_DN
ssl_client_verify_header = SSL_CLIENT_VERIFY
storeconfigs = true
storeconfigs_backend = puppetdb
reports = store,puppetdb
reporturl = http://dashboard/reports/upload
node_terminus = exec
external_nodes = /usr/bin/env PUPPET_DASHBOARD_URL=http://dashboard
/usr/share/puppet-dashboard/bin/external_node
I have restarted/rebooted/reinstalled but still hit the same issue for
puppet-dashboard.
--
You received this message b...
2013 Mar 14
1
One Dashboard for Multiple Masters
I''m trying to connect multiple masters to one dashboard and I''m having
trouble with Facter. I started out initially with one master connected to
the dashboard and that one works perfectly fine. Then I added a second
master by setting the reporturl to point to the dashboard. The new nodes
appeared and it shows the run results without any problems. The issue I''m
having is when I try to look at the facts all I have is an error saying "Could
not retrieve facts from inventory service: 404 "Could not find facts
xxxx.domain&q...
2013 Feb 20
4
Puppet apply and send reports?
Hi all, I hope somebody can help me with something.
We have a rather large number of netbooted nodes that we are running
"puppet apply" via a script and a cron job every 30 minutes
I was wondering if there is a way to configure puppet apply, to also send
any reports to our dashboard server that is being used for our normal
puppet clients and what would be the way to go about doing
2011 Dec 05
3
puppet kick problem: host is already running
...[main]
logdir = /var/log/puppet
rundir = /var/run/puppet
ssldir = $vardir/ssl
[agent]
server = <hidden>
classfile = $vardir/classes.txt
report = true
listen = true
localconfig = $vardir/localconfig
preferred_serialization_format = yaml
[master]
certname = <hidden>
reports = http, store
reporturl = http://<hidden>:3000/reports/upload
pluginsync = true
storeconfigs = true
dbadapter = mysql
dbuser = root
dbpassword =
dbserver = localhost
dbsocket = /var/lib/mysql/mysql.sock
I don''t know how to go about fixing/debugging this. I already tried to
get the raw output with curl, bu...
2013 Jun 11
1
Dashboard - Unable to submit report to http://127.0.0.1:3000/reports/upload [301] Moved Permanently
...ue is ''$vardir/run''.
rundir = /var/run/puppet
# Where SSL certificates are kept.
# The default value is ''$confdir/ssl''.
ssldir = $vardir/ssl
# Proxy settings
http_proxy_host = xxxxxx.xxxxxxxxx.xxx
http_proxy_port = 3128
[master]
reporturl = http://127.0.0.1:3000/reports/upload
reports = store, http
dns_alt_names = xxxxxx.xxxxxxxxx.xxx
Can someone help me with this?
Thanks
Olivier Trempe
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To unsubscribe from this...
2012 Aug 29
1
Puppet-Dashboard nodes showing up as unreported
...uppet
# Where Puppet PID files are kept.
# The default value is ''$vardir/run''.
rundir = /var/run/puppet
# Where SSL certificates are kept.
# The default value is ''$confdir/ssl''.
ssldir = $vardir/ssl
[master]
reports = store, http
reporturl = http://us3sm2ppt001.comp.prod.local:3000/reports/upload
[agent]
# The file in which puppetd stores a list of the classes
# associated with the retrieved configuratiion. Can be loaded in
# the separate ``puppet`` executable using the ``--loadclasses``
# option.
# The default v...
2012 Aug 10
0
dashboard under passenger reporting over https not working
...run under passenger.
After a few hickups (basically had to turn off RackBaseURI and turn on
RailsAutoDetect) i got it running under https.
I noticed today that reports hadn''t shown up since I switched to
passenger and https so I switched it back to http and reports are
working again.
i had reporturl = https://$puppet_server/reports/upload/ set in the
master section of my puppet masters conf file.
i also had reposts = store, http
I noticed in the docs for dashboard i need puppetmaster running under
passenger to get reports working via https but it doesn''t mention much
else.
Has anyon...
2013 Mar 08
0
puppet dashboard:No runs found to report
the puppetmaster conf file is:
[main]
logdir = /var/log/puppet
rundir = /var/run/puppet
ssldir = $vardir/ssl
reports = store, http, foreman
reporturl = http://localhost:3000/reports/upload
[agent]
classfile = $vardir/classes.txt
localconfig = $vardir/localconfig
the puppet client conf file is:
[main]
logdir = /var/log/puppet
rundir = /var/run/puppet
ssldir = $vardir/ssl
[agent]
classfile = $vardir/classes.txt
local...
2013 Oct 22
0
New to Puppet, trying to get it workign with a FreeBSD agent
...in]
logdir=/var/log/puppet
vardir=/var/lib/puppet
ssldir=/var/lib/puppet/ssl
rundir=/var/run/puppet
factpath=$vardir/lib/facter
templatedir=$confdir/templates
[master]
# These are needed when the puppetmaster is run by passenger
# and can safely be removed if webrick is used.
reports = store, http
reporturl = http://mymaster.local:3000/reports/upload
ssl_client_header = SSL_CLIENT_S_DN
ssl_client_verify_header = SSL_CLIENT_VERIFY
and in the master''s etc/hosts there is a reference to the agent, so it can
ping it by name.
and as of right now, i only have one FreeBSD puppet client. In it...
2013 Mar 29
1
puppet dashboard stopped updating
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 to use
the new environments. All looked fine until I checked puppet dashboard a
2011 Sep 08
2
Issues with environments not being respected
...dbuser = puppet_configs
dbpassword = pass
dbserver = localhost
dbsocket = /var/lib/mysql/mysql.sock
dbname = puppet
reports = log, foreman
pluginsync = true
#external_nodes =
/usr/share/foreman/extras/puppet/foreman/files/external_node.rb
#node_terminus = exec
#reporturl = http://10.8.1.222:3000/reports/upload
facts_terminus = yaml
environments/development/manifests/site.pp
--
# site.pp
import "modules"
import "nodes"
import "../definitions/*.pp"
filebucket { main: server => puppet }
# Defaults
File { backup => main }
Exe...
2012 Jul 04
8
on puppet master server , puppet agent can't connect to itself
...# Where Puppet PID files are kept.
# The default value is ''$vardir/run''.
rundir = /var/run/puppet
# Where SSL certificates are kept.
# The default value is ''$confdir/ssl''.
certname = puppet.domain.com
reports = store, http ,foreman
reporturl = http://puppet.domain.com:3000/reports/upload
modulepath = $confdir/modules
manifest = $confdir/manifests/site.pp
http_proxy_host = proxy.domain.com
http_proxy_port = 8080
[dev]
modulepath = $confdir/env/dev/modules
manifest = $confdir/env/dev/manifests/site.pp
[testin...
2013 Jan 02
3
puppet-dashboard load balanced report processing issues.
I just upgraded the second half of a two node puppetmaster cluster and now
I am having issues with puppet-dashboard report processing. If I have
workers running on both servers, they try to process each others reports,
but since the report data file is not there, it fails. I would have
assumed this data was local, not in the database. Does anyone else have
this issue, or have a suggestion
2012 Aug 23
1
Puppet Agent VS User
...tport = 8139
queue_source = stomp://localhost:61613/
queue_type = stomp
rails_loglevel = info
railslog = /var/log/puppet/rails.log
report = true
report_port = 8140
report_server = puppet
reportdir = /var/lib/puppet/reports
reportfrom = report@vusion-production.
reports = store
reportserver = puppet
reporturl = http://localhost:3000/reports/upload
req_bits = 2048
requestdir = /var/lib/puppet/ssl/certificate_requests
resourcefile = /var/lib/puppet/state/resources.txt
rest_authconfig = /etc/puppet/auth.conf
route_file = /etc/puppet/routes.yaml
rrddir = /var/lib/puppet/rrd
rrdinterval = 1800
run_mode = use...
2012 Jan 27
2
SSL Errors - SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B
...com
# For the Inventory service
facts_terminus = inventory_active_record
dbadapter = mysql
dbname = puppet_inventory
dbuser = puppet
dbpassword = super-secret
dbserver = localhost
dbsocket = /var/lib/mysql/mysql.sock
# For reports
reports = store, http
reporturl = http://host.pvt.domain.com/reports/upload
# For puppet dashboards external node classification.
node_terminus = exec
external_nodes = /usr/bin/env
PUPPET_DASHBOARD_URL=http://puppet:80
/usr/share/puppet-dashboard/bin/external_node
Thank you,
--
Romeo
--
You received this message...
2024 Apr 19
2
passing a modified argument to an S3 method
Is there a way to pass a modified argument from an S3 generic to a method? Here's a non-working example that I want to return "abcd".
test <- function(x, y = NULL){
y <- "abcd"
UseMethod("test")
}
test.default <- function(x, y = NULL) y
test(x = 3)
Is that possible? I've looked around a lot, but can't find any examples or
2012 Oct 15
3
Puppet 3 and master cert error ...
Hey all,
after installing the 3.0.0 version of puppet (debian package from
puppetlabs), doing the initial config, doing an initial start of master to
generate the certs needed and then starting apache with passenger to
control puppetmaster. I can do:
puppet ca list --all
and get a listing of the certs in the system (initially only the master).
afterwards, on the client node, I run:
puppet
2013 Jan 08
4
puppetdb dashboard
...d remove nodes
classes etc through an interface is good as well but would still like to
take advantage of some of the features of the puppetdb (automate nagios
configs etc).
My current master puppet.conf configs are as follows
[master]
autosign = /etc/puppet/autosign.conf
reports = store, http
reporturl = http://127.0.0.1:4000/reports/upload
node_terminus = exec
external_nodes = /usr/bin/env PUPPET_DASHBOARD_URL=http://127.0.0.1:4000/
/usr/share/puppet-dashboard/bin/external_node
storeconfigs = true
storeconfigs_backend = puppetdb
Please let me know what you think.
Thank you,
Luke
--
You rec...