This commit is contained in:
Pedro Algarvio 2017-03-31 11:40:40 +01:00
parent c28f896adb
commit fbd858c455
No known key found for this signature in database
GPG key ID: BB36BF6584A298FF

View file

@ -371,17 +371,17 @@ def main():
}
if args['only_ip']:
print (
print(
'IPs making new connections '
'(ports:{0}, interval:{1})'.format(ports,
args['ival'])
)
)
else:
print (
print(
'Salt-Master Network Status '
'(ports:{0}, interval:{1})'.format(ports,
args['ival'])
)
)
try:
while 1:
s_time = int(time.time())