Hi everybody I wrote another web application to monitor puppet like puppetview or puppetshow. Sorry i was bored by the existing solutions and needed something what looked a bit sexy. Please have a look to http://puppetsurvey.sourceforge.net for more information and don''t hesitate to contact me for any feedback Greetings Philip --~--~---------~--~----~------------~-------~--~----~ 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 puppet-users+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en -~----------~----~----~----~------~----~------~--~---
Bostjan Skufca
2009-Oct-28 03:37 UTC
[Puppet Users] Re: New webgui to survey your puppet activities
Screenshots look nice.
Didn''t get it going, error was:
Message: Failed to open file: fopen(/var/puppet/reports/
sizif.servers.creatim.net/2147483647.yaml) [function.fopen]: failed to
open stream: No such file or directory
#0 /var/puppet/puppetsurvey.trunk/application/models/PuppetHost.php
(157): Horde_Yaml::loadFile(''/var/puppet/rep...'')
#1 /var/puppet/puppetsurvey.trunk/application/models/PuppetHost.php
(115): Default_Model_PuppetHost->parsePuppetReports()
#2 /var/puppet/puppetsurvey.trunk/application/models/Report.php(55):
Default_Model_PuppetHost->__construct(''sizif.servers.c...'')
#3 /var/puppet/puppetsurvey.trunk/application/controllers/
ReportController.php(59): Default_Model_Report->__construct
(''sizif.servers.c...'')
#4 /usr/local/httpd-2.2.14-1/php-5.2.11-2/lib/php/Zend/Controller/
Action.php(133): ReportController->init()
#5 /usr/local/httpd-2.2.14-1/php-5.2.11-2/lib/php/Zend/Controller/
Dispatcher/Standard.php(262): Zend_Controller_Action->__construct
(Object(Zend_Controller_Request_Http), Object
(Zend_Controller_Response_Http), Array)
#6 /usr/local/httpd-2.2.14-1/php-5.2.11-2/lib/php/Zend/Controller/
Front.php(946): Zend_Controller_Dispatcher_Standard->dispatch(Object
(Zend_Controller_Request_Http), Object(Zend_Controller_Response_Http))
#7 /usr/local/httpd-2.2.14-1/php-5.2.11-2/lib/php/Zend/Application/
Bootstrap/Bootstrap.php(77): Zend_Controller_Front->dispatch()
#8 /usr/local/httpd-2.2.14-1/php-5.2.11-2/lib/php/Zend/Application.php
(358): Zend_Application_Bootstrap_Bootstrap->run()
#9 /var/puppet/puppetsurvey.trunk/public/index.php(26):
Zend_Application->run()
#10 {main}
(this file does not exist, but it''s filename seems like the largest
positive int number)
Other glitches:
- hardcoded URIs for images/css/js (have to dedicate a vhost to it)
- graceful error handling missing when misconfigured
- either a documentation of config options or a test.php file which
checks configs and suggests correct options or common mistakes.
You will receive compliments when I get it working, seems
promising. :)
b.
On 26 okt., 21:42, Philip <phil2...@gmail.com>
wrote:> Hi everybody
>
> I wrote another web application to monitor puppet like puppetview or
> puppetshow. Sorry i was bored by the existing solutions and needed
> something what looked a bit sexy.
>
> Please have a look to
>
> http://puppetsurvey.sourceforge.net
>
> for more information and don''t hesitate to contact me for any
feedback
>
> Greetings
> Philip
--~--~---------~--~----~------------~-------~--~----~
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
puppet-users+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/puppet-users?hl=en
-~----------~----~----~----~------~----~------~--~---
Philip
2009-Oct-28 16:01 UTC
[Puppet Users] Re: New webgui to survey your puppet activities
Thank you for this detailed Report. It seems, that i have a error by translating date and time into timestamps. What are your locale settings? The other sugestions about error handling etc. are very good and i will improve them. On 28 Okt., 04:37, Bostjan Skufca <bostjan.sku...@gmail.com> wrote:> Screenshots look nice. > > Didn''t get it going, error was: > Message: Failed to open file: fopen(/var/puppet/reports/ > sizif.servers.creatim.net/2147483647.yaml) [function.fopen]: failed to > open stream: No such file or directory > #0 /var/puppet/puppetsurvey.trunk/application/models/PuppetHost.php > (157): Horde_Yaml::loadFile(''/var/puppet/rep...'') > #1 /var/puppet/puppetsurvey.trunk/application/models/PuppetHost.php > (115): Default_Model_PuppetHost->parsePuppetReports() > #2 /var/puppet/puppetsurvey.trunk/application/models/Report.php(55): > Default_Model_PuppetHost->__construct(''sizif.servers.c...'') > #3 /var/puppet/puppetsurvey.trunk/application/controllers/ > ReportController.php(59): Default_Model_Report->__construct > (''sizif.servers.c...'') > #4 /usr/local/httpd-2.2.14-1/php-5.2.11-2/lib/php/Zend/Controller/ > Action.php(133): ReportController->init() > #5 /usr/local/httpd-2.2.14-1/php-5.2.11-2/lib/php/Zend/Controller/ > Dispatcher/Standard.php(262): Zend_Controller_Action->__construct > (Object(Zend_Controller_Request_Http), Object > (Zend_Controller_Response_Http), Array) > #6 /usr/local/httpd-2.2.14-1/php-5.2.11-2/lib/php/Zend/Controller/ > Front.php(946): Zend_Controller_Dispatcher_Standard->dispatch(Object > (Zend_Controller_Request_Http), Object(Zend_Controller_Response_Http)) > #7 /usr/local/httpd-2.2.14-1/php-5.2.11-2/lib/php/Zend/Application/ > Bootstrap/Bootstrap.php(77): Zend_Controller_Front->dispatch() > #8 /usr/local/httpd-2.2.14-1/php-5.2.11-2/lib/php/Zend/Application.php > (358): Zend_Application_Bootstrap_Bootstrap->run() > #9 /var/puppet/puppetsurvey.trunk/public/index.php(26): > Zend_Application->run() > #10 {main} > (this file does not exist, but it''s filename seems like the largest > positive int number) > > Other glitches: > - hardcoded URIs for images/css/js (have to dedicate a vhost to it) > - graceful error handling missing when misconfigured > - either a documentation of config options or a test.php file which > checks configs and suggests correct options or common mistakes. > > You will receive compliments when I get it working, seems > promising. :) > > b. > > On 26 okt., 21:42, Philip <phil2...@gmail.com> wrote: > > > Hi everybody > > > I wrote another web application to monitor puppet like puppetview or > > puppetshow. Sorry i was bored by the existing solutions and needed > > something what looked a bit sexy. > > > Please have a look to > > >http://puppetsurvey.sourceforge.net > > > for more information and don''t hesitate to contact me for any feedback > > > Greetings > > Philip--~--~---------~--~----~------------~-------~--~----~ 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 puppet-users+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en -~----------~----~----~----~------~----~------~--~---
Bostjan Skufca
2009-Oct-29 15:55 UTC
[Puppet Users] Re: New webgui to survey your puppet activities
declare -x LANG="en_US" But probably it has something to do with me being located in Slovenia: sl_SI. b. On 28 okt., 17:01, Philip <phil2...@gmail.com> wrote:> Thank you for this detailed Report. It seems, that i have a error by > translating date and time into timestamps. What are your locale > settings? > > The other sugestions about error handling etc. are very good and i > will improve them. > > On 28 Okt., 04:37, Bostjan Skufca <bostjan.sku...@gmail.com> wrote: > > > Screenshots look nice. > > > Didn''t get it going, error was: > > Message: Failed to open file: fopen(/var/puppet/reports/ > > sizif.servers.creatim.net/2147483647.yaml) [function.fopen]: failed to > > open stream: No such file or directory > > #0 /var/puppet/puppetsurvey.trunk/application/models/PuppetHost.php > > (157): Horde_Yaml::loadFile(''/var/puppet/rep...'') > > #1 /var/puppet/puppetsurvey.trunk/application/models/PuppetHost.php > > (115): Default_Model_PuppetHost->parsePuppetReports() > > #2 /var/puppet/puppetsurvey.trunk/application/models/Report.php(55): > > Default_Model_PuppetHost->__construct(''sizif.servers.c...'') > > #3 /var/puppet/puppetsurvey.trunk/application/controllers/ > > ReportController.php(59): Default_Model_Report->__construct > > (''sizif.servers.c...'') > > #4 /usr/local/httpd-2.2.14-1/php-5.2.11-2/lib/php/Zend/Controller/ > > Action.php(133): ReportController->init() > > #5 /usr/local/httpd-2.2.14-1/php-5.2.11-2/lib/php/Zend/Controller/ > > Dispatcher/Standard.php(262): Zend_Controller_Action->__construct > > (Object(Zend_Controller_Request_Http), Object > > (Zend_Controller_Response_Http), Array) > > #6 /usr/local/httpd-2.2.14-1/php-5.2.11-2/lib/php/Zend/Controller/ > > Front.php(946): Zend_Controller_Dispatcher_Standard->dispatch(Object > > (Zend_Controller_Request_Http), Object(Zend_Controller_Response_Http)) > > #7 /usr/local/httpd-2.2.14-1/php-5.2.11-2/lib/php/Zend/Application/ > > Bootstrap/Bootstrap.php(77): Zend_Controller_Front->dispatch() > > #8 /usr/local/httpd-2.2.14-1/php-5.2.11-2/lib/php/Zend/Application.php > > (358): Zend_Application_Bootstrap_Bootstrap->run() > > #9 /var/puppet/puppetsurvey.trunk/public/index.php(26): > > Zend_Application->run() > > #10 {main} > > (this file does not exist, but it''s filename seems like the largest > > positive int number) > > > Other glitches: > > - hardcoded URIs for images/css/js (have to dedicate a vhost to it) > > - graceful error handling missing when misconfigured > > - either a documentation of config options or a test.php file which > > checks configs and suggests correct options or common mistakes. > > > You will receive compliments when I get it working, seems > > promising. :) > > > b. > > > On 26 okt., 21:42, Philip <phil2...@gmail.com> wrote: > > > > Hi everybody > > > > I wrote another web application to monitor puppet like puppetview or > > > puppetshow. Sorry i was bored by the existing solutions and needed > > > something what looked a bit sexy. > > > > Please have a look to > > > >http://puppetsurvey.sourceforge.net > > > > for more information and don''t hesitate to contact me for any feedback > > > > Greetings > > > Philip--~--~---------~--~----~------------~-------~--~----~ 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 puppet-users+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en -~----------~----~----~----~------~----~------~--~---