Skip to content

Instantly share code, notes, and snippets.

View rickyhewitt's full-sized avatar

Ricky Hewitt rickyhewitt

View GitHub Profile
@rickyhewitt
rickyhewitt / openvpn-status.py
Created March 15, 2019 14:52 — forked from gregarmer/openvpn-status.py
Simple OpenVPN Status
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
# OpenVPNStatus class adapted from
# https://gist.github.com/gregarmer/5a6c096be858580da889
# Gregory Armer (https://sigterm.sh/)
#
class OpenVPNStatus:
def __init__(self):