Add initial wifi collector, bump netlink to fix 32-bit builds
This commit is contained in:
parent
8ee7f5bad2
commit
efa25665ec
9 changed files with 337 additions and 7 deletions
|
|
@ -24,6 +24,7 @@ collectors=$(cat << COLLECTORS
|
|||
textfile
|
||||
bonding
|
||||
megacli
|
||||
wifi
|
||||
zfs
|
||||
COLLECTORS
|
||||
)
|
||||
|
|
@ -70,6 +71,7 @@ fi
|
|||
-collectors.enabled="$(echo ${collectors} | tr ' ' ',')" \
|
||||
-collector.textfile.directory="collector/fixtures/textfile/two_metric_files/" \
|
||||
-collector.megacli.command="collector/fixtures/megacli" \
|
||||
-collector.wifi="collector/fixtures/wifi" \
|
||||
-web.listen-address "127.0.0.1:${port}" \
|
||||
-log.level="debug" > "${tmpdir}/node_exporter.log" 2>&1 &
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue