-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhosts.xml
More file actions
53 lines (50 loc) · 1.02 KB
/
hosts.xml
File metadata and controls
53 lines (50 loc) · 1.02 KB
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
<?xml version="1.0" encoding="UTF-8"?>
<!-- Example for host-file
Entry for a host:
<host id="host1">
<name>host1</name>
<description>NAS</description>
<ip>192.168.1.1</ip>
<mac>11:22:33:44:55:66</mac>
<status>
<power>1</power>
<uptime>1500</uptime>
<notified>1</notified>
</status>
</host>
-->
<hosts>
<host id="host1">
<name>host1</name>
<description>NAS</description>
<ip>192.168.100.40</ip>
<mac>11:22:33:44:55:66</mac>
<status>
<power>1</power>
<uptime>1500</uptime>
<notified>1</notified>
</status>
</host>
<host id="host2">
<name>host2</name>
<description>Raspberry-Pi</description>
<ip>192.168.100.41</ip>
<mac>22:22:33:44:55:66</mac>
<status>
<power>1</power>
<uptime>230</uptime>
<notified>0</notified>
</status>
</host>
<host id="host3">
<name>host3</name>
<description>Sons computer</description>
<ip>192.168.100.41</ip>
<mac>33:22:33:44:55:66</mac>
<status>
<power>0</power>
<uptime>0</uptime>
<notified>0</notified>
</status>
</host>
</hosts>