remove kebab
Signed-off-by: fbt <fbt@fleshless.org>
This commit is contained in:
parent
019fb2b293
commit
44394a963a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user