mirror of
git://git.code.sf.net/p/dhcpd-pools/code
synced 2025-12-16 07:47:00 +00:00
Include samples to installation, and give a hint to user where it can be found in manual page. Signed-off-by: Sami Kerola <kerolasa@iki.fi>
44 lines
1.1 KiB
Text
44 lines
1.1 KiB
Text
Subnets:{{#subnets}}
|
|
location: {{location}}
|
|
range: {{range}}
|
|
first_ip: {{first_ip}}
|
|
last_ip: {{last_ip}}
|
|
used: {{used}}
|
|
touched: {{touched}}
|
|
defined: {{defined}}
|
|
free: {{free}}
|
|
percent: {{percent}}
|
|
touch_count: {{touch_count}}
|
|
touch_percent: {{touch_percent}}
|
|
backup_count: {{backup_count}}
|
|
backup_percent: {{backup_percent}}
|
|
status: {{status}}
|
|
{{/subnets}}
|
|
|
|
Shared-networks:{{#shared-networks}}
|
|
location: {{location}}
|
|
defined: {{defined}}
|
|
used: {{used}}
|
|
touched: {{touched}}
|
|
free: {{free}}
|
|
percent: {{percent}}
|
|
touch_count: {{touch_count}}
|
|
touch_percent: {{touch_percent}}
|
|
backup_count: {{backup_count}}
|
|
backup_percent: {{backup_percent}}
|
|
status: {{status}}
|
|
{{/shared-networks}}
|
|
|
|
Summary:{{#summary}}
|
|
location: {{location}}
|
|
defined: {{defined}}
|
|
used: {{used}}
|
|
touched: {{touched}}
|
|
free: {{free}}
|
|
percent: {{percent}}
|
|
touch_count: {{touch_count}}
|
|
touch_percent: {{touch_percent}}
|
|
backup_count: {{backup_count}}
|
|
backup_percent: {{backup_percent}}
|
|
status: {{status}}
|
|
{{/summary}}
|