forked from TeemIp/teemip-ip-discovery-collector
-
Notifications
You must be signed in to change notification settings - Fork 0
/
params.distrib.xml
55 lines (50 loc) · 2.21 KB
/
params.distrib.xml
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
<?xml version="1.0" encoding="UTF-8"?>
<!-- Default values for parameters. Do NOT alter this file, use params.local.xml instead -->
<parameters>
<!-- Class collection sequence -->
<collectors_launch_sequence type="array">
<!-- IPv4 addresses -->
<collector>
<name>TeemIpDiscoveryIPv4Collector</name>
<enable>yes</enable>
<rank>1</rank>
</collector>
<!-- IPv4 subnets -->
<collector>
<name>TeemIpDiscoveryIPv4SubnetCollector</name>
<enable>yes</enable>
<rank>2</rank>
</collector>
<!-- IP applications -->
<collector>
<name>TeemIpDiscoveryIPApplicationCollector</name>
<enable>yes</enable>
<rank>3</rank>
</collector>
</collectors_launch_sequence>
<!-- Synchronization parameters -->
<json_placeholders>
<!-- IP Discovery Application UUID -->
<discovery_application_uuid>0123_4567_89AB_CDEF</discovery_application_uuid>
<!-- Name of synchronization data sources -->
<ipv4_synchro_name>TeemIp IPv4 Discovery</ipv4_synchro_name>
<subnetv4_synchro_name>TeemIp IPv4 Subnet Discovery</subnetv4_synchro_name>
</json_placeholders>
<!-- IP Addresses Parameters -->
<!-- Set the status on IPs that are already registered in TeemIP and that are seen as active by the collector -->
<set_status_on_already_registered_ips>no</set_status_on_already_registered_ips>
<!-- Status to be set on discovered IP -->
<ip_default_status>unassigned</ip_default_status>
<!-- Default DNS view to be set on newly discovered IPs in the case where teemip-zone-mgmt extension is used -->
<ip_default_view></ip_default_view>
<!-- Absolute path for ping command - "ping" will be executed with no path if not provided-->
<ping_absolute_path>/bin/</ping_absolute_path>
<!-- Absolute path for fping command - "fping" will be executed with no path if not provided-->
<fping_absolute_path>/usr/bin/</fping_absolute_path>
<!-- Absolute path for dig command - "dig" will be executed with no path if not provided-->
<dig_absolute_path>/usr/bin/</dig_absolute_path>
<!-- fping usage may be disabled here -->
<fping_enable>yes</fping_enable>
<!-- Date format - @see https://github.com/Combodo/itop-data-collector-base/pull/54 -->
<date_format>Y-m-d H:i:s</date_format>
</parameters>