search for: reportserver

Displaying 9 results from an estimated 9 matches for "reportserver".

2006 Jan 23
0
Best Practice? Referencing a remote reporting server
Hello All, I''m using SQL Server Reporting Services for my reporting needs. (Sorry, the ruby solutions don''t cut my mustard... yet) What would you all suggest the [Ruby|Rails]Way to encode the urls for my reports. Report server URLS: http://servercomputer/reportserver/appname/[reportfolder/..]reportname?option_a=value&option_b=value So, the "project-level'' part of the url is http://servercomputer/reportserver/appname The controller might be contained within one or more levels of report folders (appname is actually a folder too, I''m as...
2009 Aug 05
0
puppet not reloading server config
Hi, I have a use case where the puppet server changes entries in the puppet agent''s puppet.conf to redirect agents to a new server. It changes server=NEW_SERVER, environment_NEW_ENV, and reportserver=NEW_SERVER in the puppet.conf file on the next puppetrun call (with --listen option), the agent uses the new values for reportserver and environment, but still connects to the old server. service restart seems to be the only way to reload this config param. Why is this? How can I reload the confi...
2010 Oct 08
0
puppet doesn't send report's
...ster''s server #cat /etc/puppet/puppet.conf .... [puppetmasterd] ... reports=tagmail,log tagmap=/etc/puppet/tagmail.conf .... #cat /etc/puppet/tagmail.conf all: aleksey.kashin@gmail.com Puppet.conf on the client #cat /etc/puppet/puppet.conf ... [agent] ... report=true reportserver=puppetmaster.doamin.com ... But, puppetmaster doesn''t send reports on my e-mail. In the logs of the mail server I can''t see any attempts to send mail. Why? -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to th...
2010 Jul 07
2
Puppet report server
I was looking into the reporting features in puppet today and realized that though I want the reports I don''t want to bog my puppetmasters down with the task of generating the rrd and png files. Also I already have a server set up to do reporting on various other things that already has the space/CPU cycles and that''s where everyone already goes to look for information. Plus we
2009 Jun 10
10
puppet client looking for server puppet
...//opt/csw/puppet/state/localconfig puppetdlog = /var//opt/csw/puppet/log/puppetd.log ca_server = mypuppet.example.net statefile = /var//opt/csw/puppet/state/state.yaml server = mypuppet.example.net httplog = /var//opt/csw/puppet/log/http.log splaylimit = 60 config = /etc//opt/csw/puppet/puppet.conf reportserver = mypuppet.example.net ca_port = 8140 puppetdlockfile = /var//opt/csw/puppet/state/puppetdlock classfile = /var//opt/csw/puppet/state/classes.txt signeddir = /etc//opt/csw/puppet/ssl/ca/signed autosign = /etc//opt/csw/puppet/autosign.conf cert_inventory = /etc//opt/csw/puppet/ssl/ca/inventory.txt c...
2012 Aug 23
1
Puppet Agent VS User
...ppet/puppetd.log puppetport = 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 =...
2010 Oct 19
14
client won't use remote file bucket
Hi all, I''m having a stupid moment getting a remote file bucket working. My client only file buckets locally, not remotely. I have this site.pp: ********* filebucket { "main": server => "puppet" } File { backup => "main" } node ''default'' { include test } ********* and this test module: ********* class test { file {
2009 Oct 21
2
Bug #2617(?) in Puppet 0.25.1rc2
...ssfile = /etc/puppet/ssl/private/password splaylimit = 1800 statefile = /var/puppet/state/state.yaml puppetdlog = /var/puppet/log/puppetd.log report_port = 8140 ca_server = puppet puppetdlockfile = /var/puppet/state/puppetdlock clientyamldir = /var/puppet/client_yaml reportserver = puppet ca_port = 8140 localconfig = /var/puppet/state/localconfig clientbucketdir = /var/puppet/clientbucket classfile = /var/puppet/state/classes.txt report_server = puppet graphdir = /var/puppet/state/graphs fileserverconfig = /etc/puppet/fileserver.conf config =...
2011 Nov 04
1
Storeconfigs and nagios and foreman
...tion. # The default value is ''$statedir/resources.txt''. resourcefile = /var/lib/puppet/state/resources.txt # (Deprecated for ''report_server'') The server to which to send transaction reports. # The default value is ''$server''. reportserver = puppet # Which port puppet agent listens on. # The default value is ''8139''. # puppetport = 8139 # The server to send facts to. # The default value is ''$server''. inventory_server = puppet # The server to use for certificate # a...