Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 1011 Bytes

README.md

File metadata and controls

30 lines (17 loc) · 1011 Bytes

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.