On Oct 1, 2008, at 6:15 PM, pavel wrote:

>
> I am trying  get puppet to write log data using rrdtool to be used by
> PuppetView. I have installed all the rrdtool packages including ruby-
> rrdtool.
>
> Here are by puppet configs:
> reports         = rrdgraph, store
> reportdir       = /var/www/html/_solutionset.com/app8.autodesk/ 
> current/
> puppet/reports
> rrddir          = /var/www/html/_solutionset.com/app8.autodesk/ 
> current/
> puppet/html/rrd
> rrdinterval     = $runinterval
> rrdgraph        = true
>
> Here is the error I am getting on the puppet master:
>
> info: Found 132027-db2.bla.com in /etc/puppet/manifests/site.pp
> info: Found csp in /etc/puppet/manifests/site.pp
> notice: Compiled configuration for 132027-db2.bla.com in 0.01 seconds
> info: Processing reports rrdgraph, store for 132027-db2.bla.com
> err: Report rrdgraph failed: Could not create RRD file /var/www/html/
> _bla.com/app8.autodesk/current/puppet/html/rrd/132027-db2.bla.com/
> time.rrd: invalid argument


Hmm.  RRD is pretty obtuse in its errors.

If the file already exists, try removing it and letting RRD recreate  
it.  If it doesn't, check permissions (although Puppet *should* manage  
those for you).

Otherwise... I recognize the error, but I don't really remember what  
caused it.  When you do finally figure it out, please update the  
Errors page on the wiki, so others can share in your wisdom.

-- 
It's not that I'm afraid to die. I just don't want to be there when it
happens. -- Woody Allen
---------------------------------------------------------------------
Luke Kanies | http://reductivelabs.com | http://madstop.com


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To post to this group, send email to puppet-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to