https://github.com/jonfairbanks/octoprint-networkhealth
OctoPrint plugin to monitor Network health
https://github.com/jonfairbanks/octoprint-networkhealth
octoprint octoprint-plugin
Last synced: 7 months ago
JSON representation
OctoPrint plugin to monitor Network health
- Host: GitHub
- URL: https://github.com/jonfairbanks/octoprint-networkhealth
- Owner: jonfairbanks
- License: gpl-3.0
- Created: 2021-04-25T07:08:26.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-05-14T06:34:18.000Z (over 2 years ago)
- Last Synced: 2025-04-13T01:46:58.778Z (7 months ago)
- Topics: octoprint, octoprint-plugin
- Language: Python
- Homepage: https://plugins.octoprint.org/plugins/networkhealth/
- Size: 40 KB
- Stars: 8
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OctoPrint-NetworkHealth



#### Monitors the health of the OctoPrint Network connection and restarts it if necessary
### Configuration
By default the `ip` command used to restart the network interfaces requires sudo permissions.
To allow OctoPrint to manage this for us, we need to update sudoers using the below command:
```
echo 'pi ALL=NOPASSWD:/sbin/ip' | sudo tee /etc/sudoers.d/octoprint-ip
```
If your system does not have `ip` installed, you can install it via apt:
```
apt-get install iproute2
```
### Setup
Install via the bundled [Plugin Manager](https://docs.octoprint.org/en/master/bundledplugins/pluginmanager.html)
or manually using this URL:
https://github.com/jonfairbanks/OctoPrint-NetworkHealth/archive/master.zip