Tafkas / jupyter-munin

A munin plugins to monitor the amount of your Jupyter notebooks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jupyter-munin

A munin plugin to monitor the amount of Jupyter notebooks on your Linux sever.

Introduction

This python script is a Munin plugin for monitoring the Jupyter notebooks.

jupyter-munin

jupyter-munin shows you the amount of Jupyter notebooks and the number of running Jupyter notebooks on your server http://i.imgur.com/TzbLrKy.png

Installation & Configuration

  1. Pre-requesites for the plugin is the Requests library. To install it

     $ pip install requests
    
  2. Copy all the scripts to =/usr/share/munin/plugins

  3. Create symbolic links to /etc/munin/plugins.

  4. Create entry in /etc/munin/plugin-conf.d/munin-node:

  5. Restart the munin-node daemon: /etc/init.d/munin-node restart.

     [juypter_*]  
     env.juypter_url <url_to_your_juypter_api_endpoint>  
    
  6. Done. You should now start to see the charts on the Munin pages.

About

A munin plugins to monitor the amount of your Jupyter notebooks

License:GNU General Public License v2.0


Languages

Language:Python 100.0%