Skip to content

Tafkas/jupyter-munin

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 

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