Skip to content

Tafkas/jupyter-munin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages