mirror of
git://git.code.sf.net/p/dhcpd-pools/code
synced 2025-12-17 08:16:59 +00:00
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:
parent
c305e2f82c
commit
32e2d399a0
12 changed files with 103 additions and 4 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue