Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tafkas/jupyter-munin
A munin plugins to monitor the amount of your Jupyter notebooks
https://github.com/tafkas/jupyter-munin
jupyter jupyter-notebook monitoring munin-plugins
Last synced: about 1 month ago
JSON representation
A munin plugins to monitor the amount of your Jupyter notebooks
- Host: GitHub
- URL: https://github.com/tafkas/jupyter-munin
- Owner: Tafkas
- License: gpl-2.0
- Created: 2016-12-30T22:22:21.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2021-11-25T10:23:19.000Z (almost 3 years ago)
- Last Synced: 2023-08-05T02:59:44.346Z (over 1 year ago)
- Topics: jupyter, jupyter-notebook, monitoring, munin-plugins
- Language: Python
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jupyter-munin
A munin plugin to monitor the amount of Jupyter notebooks on your Linux sever.
## Introduction
This python script is a [Munin](http://munin-monitoring.org) plugin for monitoring the [Jupyter](http://jupyter.org/) 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](http://i.imgur.com/TzbLrKy.png)## Installation & Configuration
0. Pre-requesites for the plugin is the [Requests](http://docs.python-requests.org/en/master/) library. To install it
$ pip install requests
1. Copy all the scripts to =/usr/share/munin/plugins
2. Create symbolic links to /etc/munin/plugins.
3. Create entry in /etc/munin/plugin-conf.d/munin-node:
4. Restart the munin-node daemon: /etc/init.d/munin-node restart.
[juypter_*]
env.juypter_url5. Done. You should now start to see the charts on the Munin pages.