Giter Site home page Giter Site logo

grafana-dashboards's Introduction

Grafana dashboards

In this repo you will find Grafana dashboards, that can be imported into Grafana >3.1 which has support for generic templates.

Inside each folder there is a README file describing the dashboards and additional configuration that needs to be done for dashboards to work.

##Thanks to:

License

MIT (http://www.opensource.org/licenses/mit-license.php)

grafana-dashboards's People

Contributors

matejzero avatar trenb avatar

Stargazers

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

Watchers

 avatar  avatar  avatar

grafana-dashboards's Issues

collect data error

exception like blow:
Unhandled python exception in read callback: ValueError: invalid literal for int() with base 10: 'log'
Nov 21 21:40:53 tw07149 collectd[22868]: Traceback (most recent call last):
Nov 21 21:40:53 tw07149 collectd[22868]: File "/usr/lib/collectd/python/collectd-mysql.py", line 544, in read_callback#012 innodb_status = fetch_innodb_stats(conn)
Nov 21 21:40:53 tw07149 collectd[22868]: File "/usr/lib/collectd/python/collectd-mysql.py", line 465, in fetch_innodb_stats#012 stats[key] = int(row[value])
Nov 21 21:40:53 tw07149 collectd[22868]: ValueError: invalid literal for int() with base 10: 'log'
Nov 21 21:40:53 tw07149 collectd[22868]: read-function of plugin `python.collectd-mysql' failed. Will suspend it for 20.000 seconds.
Nov 21 21:41:01 tw07149 collectd[18164]:

Parse error of `SHOW ENGINE INNODB STATUS`

Not sure why I got this, but I have this line which cannot be parsed:

 ibuf aio reads:, log i/o's:, sync i/o's:

There are no digits.

Added this for now:

@@ -436,6 +436,8 @@

     for line in status.split("\n"):
         line = line.strip()
+        if line.find("ibuf aio reads:,") != -1:
+            line  = re.sub(r':', ': 0', line)
         row  = re.split(r' +', re.sub(r'[,;] ', ' ', line))
         if line == '': continue

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.