mirror of
git://git.code.sf.net/p/dhcpd-pools/code
synced 2025-12-16 15:57:00 +00:00
output: add warning and critical threshold counts to mustach
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
This commit is contained in:
parent
707eafa670
commit
fb518b7a19
5 changed files with 125 additions and 47 deletions
|
|
@ -120,6 +120,12 @@ number_of_shared_networks: 2
|
|||
|
||||
|
||||
|
||||
|
||||
number_of_ranges_warning: 0
|
||||
number_of_ranges_critical: 0
|
||||
number_of_shared_networks: 2
|
||||
number_of_shared_networks_warning: 0
|
||||
number_of_shared_networks_critical: 0
|
||||
--- skip ok ---
|
||||
Subnets:
|
||||
location: example1
|
||||
|
|
@ -201,3 +207,9 @@ number_of_shared_networks: 2
|
|||
|
||||
|
||||
|
||||
|
||||
number_of_ranges_warning: 3
|
||||
number_of_ranges_critical: 0
|
||||
number_of_shared_networks: 2
|
||||
number_of_shared_networks_warning: 1
|
||||
number_of_shared_networks_critical: 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue