openvpn: removed offensive space
This commit is contained in:
parent
b06785cea9
commit
e50a893aa3
@ -18,7 +18,7 @@ class OpenVPN(IntervalModule):
|
|||||||
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
colour_up = "#00ff00 "
|
colour_up = "#00ff00"
|
||||||
colour_down = "#FF0000"
|
colour_down = "#FF0000"
|
||||||
format = "{label} {vpn_name} {status}"
|
format = "{label} {vpn_name} {status}"
|
||||||
status_command = "bash -c \"systemctl show openvpn@%(vpn_name)s | grep -oP 'ActiveState=\K(\w+)'\""
|
status_command = "bash -c \"systemctl show openvpn@%(vpn_name)s | grep -oP 'ActiveState=\K(\w+)'\""
|
||||||
|
Loading…
Reference in New Issue
Block a user