remove kebab

Signed-off-by: fbt <fbt@fleshless.org>
This commit is contained in:
Jack L. Frost 2019-05-15 15:39:07 +03:00
parent 019fb2b293
commit 44394a963a
2 changed files with 0 additions and 2 deletions

View File

@ -15,7 +15,6 @@ class Network < Worker
def network_status
hosts = @my_config['hosts']
net_fail = 0
Open3.popen2("fping", "-u", *hosts) do |i,o,t|
hosts_down = o.each_line.count
hosts_up = hosts.count - hosts_down

View File

@ -119,7 +119,6 @@ end
require 'yaml'
require 'optparse'
panel_data = {}
options = {}
OptionParser.new do |opts|