diff options
author | M.Gergő | 2020-05-25 15:44:42 +0200 |
---|---|---|
committer | M.Gergő | 2020-05-25 15:44:42 +0200 |
commit | 3e8e87c262421510f1e1911341710814fe5481c9 (patch) | |
tree | 34862322400677b9437a521984a259320fbb5f68 /test.sh | |
parent | fa789ee1793c0f98761705b66cc9c0ae5318c52b (diff) | |
download | munin-unifi-2.1.0.tar.gz munin-unifi-2.1.0.zip |
More debugv2.1.0
Diffstat (limited to 'test.sh')
-rwxr-xr-x | test.sh | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -0,0 +1,18 @@ +#!/bin/bash + +controller="aaa.bbb.com" +timeout="800" +retry="1" +maxproc="24" +devnet="192.168.1.0/32" +devices="ap1.local ap1.local 192.168.1.1 192.168.1.111" + +export controller +export timeout +export retry +export maxproc +export devnet +export devices + +php ubnt_unifi.php debug + |