alarming: add additional performance data

Options -p or --perfdata (in alarming mode) now enable the output of
additional performance data, i.e.  used, touched and backup addresses per
subnet.

Signed-off-by: Manuel Hachtkemper <hacman@math.uni-bonn.de>
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
This commit is contained in:
Manuel Hachtkemper 2016-03-29 14:49:06 +02:00 committed by Sami Kerola
parent c305e2f82c
commit 32e2d399a0
No known key found for this signature in database
GPG key ID: A9553245FDE9B739
12 changed files with 103 additions and 4 deletions

View file

@ -13,6 +13,7 @@ TESTS = \
tests/big-small \
tests/bootp \
tests/complete \
tests/complete-perfdata \
tests/empty \
tests/full-json \
tests/full-xml \
@ -22,7 +23,8 @@ TESTS = \
tests/same-twice \
tests/simple \
tests/sorts \
tests/v6
tests/v6 \
tests/v6-perfdata
EXTRA_DIST += \
tests/confs \