openvpn: removed offensive space

This commit is contained in:
enkore 2015-05-27 19:13:44 +02:00
parent b06785cea9
commit e50a893aa3

View File

@ -18,7 +18,7 @@ class OpenVPN(IntervalModule):
"""
colour_up = "#00ff00 "
colour_up = "#00ff00"
colour_down = "#FF0000"
format = "{label} {vpn_name} {status}"
status_command = "bash -c \"systemctl show openvpn@%(vpn_name)s | grep -oP 'ActiveState=\K(\w+)'\""