diff options
author | M.Gergő | 2020-05-25 19:06:56 +0200 |
---|---|---|
committer | M.Gergő | 2020-05-25 19:06:56 +0200 |
commit | d3a788df7e7683315e84ab64f0ac5fa85eebaa8c (patch) | |
tree | 7b316af3426b46c2861ba506b74aea878ee73a0f /test.sh | |
parent | 3e8e87c262421510f1e1911341710814fe5481c9 (diff) | |
download | munin-unifi-d3a788df7e7683315e84ab64f0ac5fa85eebaa8c.tar.gz munin-unifi-d3a788df7e7683315e84ab64f0ac5fa85eebaa8c.zip |
Test: new name resolving
Diffstat (limited to 'test.sh')
-rwxr-xr-x | test.sh | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -1,11 +1,12 @@ #!/bin/bash controller="aaa.bbb.com" -timeout="800" +timeout="10" retry="1" maxproc="24" -devnet="192.168.1.0/32" -devices="ap1.local ap1.local 192.168.1.1 192.168.1.111" +devnet="192.168.1.0/29" +devices="ap1.local ap10.aaa.bb index.hu 192.168.1.1 192.168.1.111" +resolvdup="1" export controller export timeout @@ -13,6 +14,7 @@ export retry export maxproc export devnet export devices +export resolvdup php ubnt_unifi.php debug |