Skip to content

Commit 5460f01

Browse files
[qa] Add netjson-monitoring to run-qa-checks script
1 parent b8ad7a8 commit 5460f01

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

openwrt-openwisp-monitoring/files/netjson-monitoring

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ show_help() {
1414
printf " --dump \"<interfaces>\"\t\t\t: Dump device metrics data.\n"
1515
printf "\t\"<interfaces>\" is a space separated list of interfaces from which traffic stats"
1616
printf " will be collected.\n "
17-
printf "\tPassing a quoted asterisk (eg: "*") will extract traffic statistics from all interfaces.\n"
17+
printf "\tPassing a quoted asterisk (eg: \"*\") will extract traffic statistics from all interfaces.\n"
1818
exit 0
1919
}
2020

run-qa-checks

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ else
1919
runbuild \
2020
runtests \
2121
./openwrt-openwisp-monitoring/files/monitoring.init \
22-
./openwrt-openwisp-monitoring/files/monitoring.agent
22+
./openwrt-openwisp-monitoring/files/monitoring.agent \
23+
./openwrt-openwisp-monitoring/files/netjson-monitoring
2324

2425
shfmt -d .
2526
shfmt -d openwrt-openwisp-monitoring/files/monitoring.agent

0 commit comments

Comments
 (0)