Code Monkey home page Code Monkey logo

dashboard's People

Contributors

mikebrittain avatar mrtazz avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

dashboard's Issues

graphite color support missing support for longer colors (results in no colors set)

https://github.com/etsy/dashboard/blob/master/htdocs/phplib/GraphFactory.php#L410

here we're restricting our match only to color codes that are 6 characters long - but shorter and longer colors are valid for graphite.

https://github.com/etsy/dashboard/blob/master/htdocs/phplib/GraphFactory.php#L413

then, if we failed that condition, we just leave the color unset, resulting in:
&colorList=

in our graph uri...

would be easy enough to accept a shorter/longer code, trigger an error/warning when an unacceptable code is sent, and/or select a random color from the list instead....

Adding Cacti Graphs that require a login

Hi I am using your dashboard framework and its working well.

However I have some graphs that are hosted on a cacti instance that does not allow anonymous access.

Is there a way i can supply a username and password so that i can add graphs behind a password protected cacti instance?

Thanks,

-Eric

Ganglia aggregate graphs

Hi there,

I was wondering if there's an easy way to add aggregate graphs from Ganglia (hits per second on all webservers stacked)?

thanks a lot for this,
Florian

historicalAverage function not found

In the example you reference a historicalAverage graphite function that I don't see (specifically, graphite throws "KeyError: u'historicalAverage'"). Is this a customization you've made to graphite? Might be less confusing to newcomers to change the example to use standard functions only?

Splunk support?

Hey there, following up on a twitter convo with @mrtazz by opening an issue here per request.

So the most recent version of dashboards looks about a year old, and there's a mention of splunk and some other connections coming soon. I recognize "soon" is a relative term, but was curious if there's a chance of a new release to cover that and of course any further enhancements/updates. The splunk part in particular would be useful for an upcoming hackweek project we've got cooking involving dashboard. Thanks!

missing js

File does not exist: /var/www/html/dashboard/htdocs/assets/js/copyurl.js
(enabling show_html_legend triggers this)

File does not exist: /var/www/html/dashboard/htdocs/assets/js/graphite_percentage.js
File does not exist: /var/www/html/dashboard/htdocs/assets/js/graphite_bar_percentage.js
(type = graphite_pie / graphite_percentage)

Deploying on Heroku

Just a few comments on running etsy-dashboard in Heroku:

$ git mv htdocs/css css
$ git mv htdocs/js js
$ git mv htdocs/example.php index.php
diff --git a/index.php b/index.php
index 86ef3bc..6bda19b 100644
--- a/index.php
+++ b/index.php
@@ -1,6 +1,6 @@
 <?php

-require_once dirname(dirname(__FILE__)) . 'lib/bootstrap.php';
+require_once 'lib/bootstrap.php';

 $times = Dashboard::getTimes();
$ heroku create -s cedar
$ git push heroku master

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.