File: mustach.template

package info (click to toggle)
dhcpd-pools 3.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 6,124 kB
  • sloc: ansic: 31,353; sh: 4,915; perl: 277; javascript: 74; php: 63; makefile: 50
file content (76 lines) | stat: -rw-r--r-- 2,373 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
Ethernets:{{#active_lease}}
    macaddress: {{macaddress}} ip: {{ip}}{{/active_lease}}

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}}
    gettimeofday: {{gettimeofday}}
    lease_file_epoch_mtime: {{lease_file_epoch_mtime}}
{{/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}}
    gettimeofday: {{gettimeofday}}
    lease_file_epoch_mtime: {{lease_file_epoch_mtime}}
{{/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}}
    gettimeofday: {{gettimeofday}}
    lease_file_epoch_mtime: {{lease_file_epoch_mtime}}
{{/summary}}

localtime: {{localtime}}
number_of_ranges: {{number_of_ranges}}
number_of_shared_networks: {{number_of_shared_networks}}
version: {{version}}

conf_file_path: {{conf_file_path}}
conf_file_local_mtime: {{conf_file_local_mtime}}
conf_file_epoch_mtime: {{conf_file_epoch_mtime}}

lease_file_path: {{lease_file_path}}
lease_file_local_mtime: {{lease_file_local_mtime}}
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}}