tasseo icon indicating copy to clipboard operation
tasseo copied to clipboard

Get tasseo working on graphite on apache

Open bergamoyat opened this issue 11 years ago • 3 comments

Could not reopen #85 , added below comment for #85 . Please help.

Pardon my ignorance , but I still cant get it right. I have graphite working on my apache. I have configured other tools like grafana on the same apache and it also works fine. I cant get tasseo working though , below is the configuration in apache setup for tasseo. Do I still need to run an configure/install after unzipping the tasseo project from git hub ? At this point I have just unzipped it to docroot of apache and created an alias to that directory.

bash-3.2$ cat ../conf/vhosts/graphite-vhost.conf | grep Access-Control Header set Access-Control-Allow-Origin "*" Header set Access-Control-Allow-Methods "GET, OPTIONS" Header set Access-Control-Allow-Headers "origin, authorization, accept"

bash-3.2$ cat ../conf/vhosts/graphite-vhost.conf | grep GRAP SetEnv GRAPHITE_URL http://graphite.domain.com:8080

bash-3.2$ cat ../conf/vhosts/graphite-vhost.conf | grep tasseo Alias /tasseo /app/graphite/webapp/tasseo

bash-3.2$ ls -lrt /app/graphite/webapp/tasseo total 17 -rwxr-xr-x 1 grphusr grphusr 8876 Apr 14 19:42 README.md -rwxr-xr-x 1 grphusr grphusr 129 Apr 14 19:42 Rakefile -rwxr-xr-x 1 grphusr grphusr 48 Apr 14 19:42 Procfile -rwxr-xr-x 1 grphusr grphusr 1426 Apr 14 19:42 LICENSE -rwxr-xr-x 1 grphusr grphusr 1818 Apr 14 19:42 Gemfile.lock -rwxr-xr-x 1 grphusr grphusr 224 Apr 14 19:42 Gemfile -rwxr-xr-x 1 grphusr grphusr 60 Apr 14 19:42 config.ru drwxr-xr-x 3 grphusr grphusr 96 Jul 8 16:46 lib drwxr-xr-x 2 grphusr grphusr 96 Jul 8 16:46 spec drwxr-xr-x 2 grphusr grphusr 96 Jul 9 15:24 dashboards

bash-3.2$ ls -lrt /app/graphite/webapp/tasseo/dashboards/ total 1 -rw-r--r-- 1 grphusr grphusr 194 Jul 9 15:24 example.js

bash-3.2$ cat /app/graphite/webapp/tasseo/dashboards/example.js var metrics = [ { "alias": "stats.gauges.myhost.cpupercent", "target": "stats.gauges.myhost.cpupercent", "warning": 100, "critical": 500 } ];

bergamoyat avatar Jul 09 '14 19:07 bergamoyat

Have you followed the instructions? https://github.com/obfuscurity/tasseo#local

obfuscurity avatar Jul 09 '14 19:07 obfuscurity

Ruby does not come with my organizations Linux build and we don't have access to install it. Is there an zip or tar archive for tasseo which can be dropped into the apache docs ? Like grafana or kibana.

bergamoyat avatar Jul 09 '14 20:07 bergamoyat

No.

On Wed, Jul 09, 2014 at 01:55:22PM -0700, bergamoyat wrote:

Ruby does not come with my organizations Linux build and we don't have access to install it. Is there an zip or tar archive for tasseo which can be dropped into the apache docs ? Like grafana or kibana.


Reply to this email directly or view it on GitHub: https://github.com/obfuscurity/tasseo/issues/87#issuecomment-48532726

Jason Dixon http://obfuscurity.com/ https://twitter.com/obfuscurity

obfuscurity avatar Jul 09 '14 21:07 obfuscurity