4359 links
  • Arnaud's links
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
  • thumbnail
    github.com/jforman/munin-graphite

    Un script python qui va éxécuter les plugins munin puis envoyer les datas vers un carbon. Exemple de metric utilisée :

    servers.localhost.system.users.tty
    [prefix].[hostname].[group].[service].[courbe]

    Pour tester rapidement sur un node munin :
    git clone https://github.com/jforman/munin-graphite
    vim +151 m2g-poller.py : remplacer logging.debug par logging.info
    Puis lancer : ./m2g-poller.py --carbon localhost:6969

    Ah oui, si vous n'avez pas de server carbon, vous pouvez en "simuler un" : while true; do nc -l -p 6969; done;

    En plus il utilise ça : https://graphite.readthedocs.org/en/latest/feeding-carbon.html#the-pickle-protocol

    January 14, 2014 at 3:21:46 PM GMT+1 - permalink - archive.org - https://github.com/jforman/munin-graphite
    graphite munin
Links per page: 20 50 100
Shaarli - The personal, minimalist, super fast, database-free, bookmarking service by the Shaarli community - Help/documentation