-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.air.toml
More file actions
38 lines (33 loc) · 1.37 KB
/
.air.toml
File metadata and controls
38 lines (33 loc) · 1.37 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# Air configuration for cisco-wnc-exporter CLI development
# Documentation: https://github.com/air-verse/air
tmp_dir = "tmp"
[build]
cmd = "go build -o ./tmp/cisco-wnc-exporter ./cmd/main.go"
full_bin = 'tmp/cisco-wnc-exporter \
--wnc.tls-skip-verify \
--collector.ap.general \
--collector.ap.radio \
--collector.ap.traffic \
--collector.ap.errors \
--collector.ap.info \
--collector.ap.info-labels "name,ip,band,model,serial,sw_version,eth_mac" \
--collector.client.general \
--collector.client.radio \
--collector.client.traffic \
--collector.client.errors \
--collector.client.info \
--collector.client.info-labels "ap,band,wlan,name,username,ipv4,ipv6" \
--collector.wlan.general \
--collector.wlan.traffic \
--collector.wlan.config \
--collector.wlan.info \
--collector.wlan.info-labels "name"'
exclude_dir = ["assets", "tmp", "vendor", "test_data", ".git", ".github", ".vscode", "node_modules", "dist", "build"]
exclude_regex = ["_test\\.go"]
[color]
main = "magenta"
watcher = "cyan"
build = "yellow"
runner = "green"
[screen]
keep_scroll = true