mirror of
git://git.code.sf.net/p/dhcpd-pools/code
synced 2025-12-15 23:36:59 +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
|
|
@ -65,3 +65,9 @@ lease_file_epoch_mtime: {{lease_file_epoch_mtime}}
|
|||
template_file_path: {{template_file_path}}
|
||||
template_file_local_mtime: {{template_file_local_mtime}}
|
||||
template_file_epoch_mtime: {{template_file_epoch_mtime}}
|
||||
|
||||
number_of_ranges_warning: {{number_of_ranges_warning}}
|
||||
number_of_ranges_critical: {{number_of_ranges_critical}}
|
||||
number_of_shared_networks: {{number_of_shared_networks}}
|
||||
number_of_shared_networks_warning: {{number_of_shared_networks_warning}}
|
||||
number_of_shared_networks_critical: {{number_of_shared_networks_critical}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue