generated from github/codespaces-blank
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
proxmox_cluster_report.html
141 lines (133 loc) · 9.25 KB
/
proxmox_cluster_report.html
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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
<html>
<head>
<style>
body {
font-family: Arial, sans-serif;
text-align: center;
background-color: #f4f4f4;
color: #333;
}
h2, h3 {
color: #0056b3;
}
table {
margin: 20px auto;
border-collapse: collapse;
width: 90%;
background-color: #ffffff;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
th, td {
border: 1px solid #ddd;
padding: 12px;
text-align: left;
}
th {
background-color: #007bff;
color: #ffffff;
}
tr:nth-child(even) {
background-color: #f9f9f9;
}
tr:hover {
background-color: #f1f1f1;
}
.section {
margin: 20px 0;
text-align: left;
}
.collapsible {
background-color: #007bff;
color: white;
cursor: pointer;
padding: 10px;
width: 100%;
border: none;
text-align: left;
outline: none;
font-size: 16px;
}
.active, .collapsible:hover {
background-color: #0056b3;
}
.content {
padding: 0 18px;
display: none;
overflow: hidden;
background-color: #f9f9f9;
}
</style>
</head>
<body>
<h2>Proxmox Cluster Report</h2>
<div class="section">
<button class="collapsible">TigerHost04</button>
<div class="content">
<h3>Snapshots Report</h3>
<table>
<tr>
<th>ID</th>
<th>Name</th>
<th>Snapshot Name</th>
<th>Snapshot Date</th>
</tr>
<<<<<<< HEAD
<tr><td>QEMU ID: 108</td><td>node03</td><td>TEST</td><td>2024-08-09 03:03:29</td></tr>
=======
<tr><td>QEMU ID: 108</td><td>node03</td><td>TEST</td><td>2024-08-08 22:03:29</td></tr>
>>>>>>> 1fed90ba7acbd1a6c855a59adbd92839316db4fe
</table>
<h3>Tags Report</h3>
<table>
<tr>
<th>ID</th>
<th>Name</th>
<th>Tags</th>
</tr>
<<<<<<< HEAD
<tr><td>QEMU ID: 106</td><td>node01</td><td>No tags assigned</td></tr><tr><td>QEMU ID: 108</td><td>node03</td><td>No tags assigned</td></tr><tr><td>QEMU ID: 107</td><td>node02</td><td>No tags assigned</td></tr><tr><td>QEMU ID: 104</td><td>ProxBackServ</td><td>test</td></tr><tr><td>QEMU ID: 105</td><td>OpenHPC</td><td>No tags assigned</td></tr><tr><td>QEMU ID: 109</td><td>node04</td><td>No tags assigned</td></tr><tr><td>LXC ID: 100</td><td>nginxproxymanager</td><td>proxmox-helper-scripts</td></tr><tr><td>LXC ID: 110</td><td>nextcloud</td><td>No tags assigned</td></tr><tr><td>LXC ID: 103</td><td>wiki</td><td>No tags assigned</td></tr><tr><td>LXC ID: 101</td><td>Docker</td><td>No tags assigned</td></tr><tr><td>LXC ID: 102</td><td>snipeit</td><td>No tags assigned</td></tr>
=======
<tr><td>QEMU ID: 106</td><td>node01</td><td>No tags assigned</td></tr><tr><td>QEMU ID: 108</td><td>node03</td><td>No tags assigned</td></tr><tr><td>QEMU ID: 107</td><td>node02</td><td>No tags assigned</td></tr><tr><td>QEMU ID: 104</td><td>ProxBackServ</td><td>test</td></tr><tr><td>QEMU ID: 105</td><td>OpenHPC</td><td>No tags assigned</td></tr><tr><td>QEMU ID: 109</td><td>node04</td><td>No tags assigned</td></tr><tr><td>LXC ID: 102</td><td>snipeit</td><td>No tags assigned</td></tr><tr><td>LXC ID: 100</td><td>nginxproxymanager</td><td>proxmox-helper-scripts</td></tr><tr><td>LXC ID: 110</td><td>nextcloud</td><td>No tags assigned</td></tr><tr><td>LXC ID: 101</td><td>Docker</td><td>No tags assigned</td></tr><tr><td>LXC ID: 103</td><td>wiki</td><td>No tags assigned</td></tr>
>>>>>>> 1fed90ba7acbd1a6c855a59adbd92839316db4fe
</table>
<h3>VM ISO Status</h3>
<table>
<tr>
<th>VM ID</th>
<th>Name</th>
<th>ISO Status</th>
</tr>
<tr><td>VM ID: 108</td><td>node03</td><td>ISO Mounted: local:iso/Rocky-9.4-x86_64-dvd.iso,media=cdrom,size=10660544K</td></tr><tr><td>VM ID: 105</td><td>OpenHPC</td><td>ISO Mounted: local:iso/Rocky-9.4-x86_64-dvd.iso,media=cdrom,size=10660544K</td></tr>
</table>
<h3>HA Status</h3>
<table>
<tr>
<th>ID</th>
<th>Name</th>
<th>HA Status</th>
</tr>
<<<<<<< HEAD
<tr><td>QEMU ID: 106</td><td>node01</td><td>Error fetching HA status: 501 Not Implemented: Method 'GET /nodes/TigerHost04/ha/resources/106' not implemented</td></tr><tr><td>QEMU ID: 108</td><td>node03</td><td>Error fetching HA status: 501 Not Implemented: Method 'GET /nodes/TigerHost04/ha/resources/108' not implemented</td></tr><tr><td>QEMU ID: 107</td><td>node02</td><td>Error fetching HA status: 501 Not Implemented: Method 'GET /nodes/TigerHost04/ha/resources/107' not implemented</td></tr><tr><td>QEMU ID: 104</td><td>ProxBackServ</td><td>Error fetching HA status: 501 Not Implemented: Method 'GET /nodes/TigerHost04/ha/resources/104' not implemented</td></tr><tr><td>QEMU ID: 105</td><td>OpenHPC</td><td>Error fetching HA status: 501 Not Implemented: Method 'GET /nodes/TigerHost04/ha/resources/105' not implemented</td></tr><tr><td>QEMU ID: 109</td><td>node04</td><td>Error fetching HA status: 501 Not Implemented: Method 'GET /nodes/TigerHost04/ha/resources/109' not implemented</td></tr><tr><td>LXC ID: 100</td><td>nginxproxymanager</td><td>Error fetching HA status: 501 Not Implemented: Method 'GET /nodes/TigerHost04/ha/resources/100' not implemented</td></tr><tr><td>LXC ID: 110</td><td>nextcloud</td><td>Error fetching HA status: 501 Not Implemented: Method 'GET /nodes/TigerHost04/ha/resources/110' not implemented</td></tr><tr><td>LXC ID: 103</td><td>wiki</td><td>Error fetching HA status: 501 Not Implemented: Method 'GET /nodes/TigerHost04/ha/resources/103' not implemented</td></tr><tr><td>LXC ID: 101</td><td>Docker</td><td>Error fetching HA status: 501 Not Implemented: Method 'GET /nodes/TigerHost04/ha/resources/101' not implemented</td></tr><tr><td>LXC ID: 102</td><td>snipeit</td><td>Error fetching HA status: 501 Not Implemented: Method 'GET /nodes/TigerHost04/ha/resources/102' not implemented</td></tr>
=======
<tr><td>QEMU ID: 106</td><td>node01</td><td>Error fetching HA status: 501 Not Implemented: Method 'GET /nodes/TigerHost04/ha/resources/106' not implemented</td></tr><tr><td>QEMU ID: 108</td><td>node03</td><td>Error fetching HA status: 501 Not Implemented: Method 'GET /nodes/TigerHost04/ha/resources/108' not implemented</td></tr><tr><td>QEMU ID: 107</td><td>node02</td><td>Error fetching HA status: 501 Not Implemented: Method 'GET /nodes/TigerHost04/ha/resources/107' not implemented</td></tr><tr><td>QEMU ID: 104</td><td>ProxBackServ</td><td>Error fetching HA status: 501 Not Implemented: Method 'GET /nodes/TigerHost04/ha/resources/104' not implemented</td></tr><tr><td>QEMU ID: 105</td><td>OpenHPC</td><td>Error fetching HA status: 501 Not Implemented: Method 'GET /nodes/TigerHost04/ha/resources/105' not implemented</td></tr><tr><td>QEMU ID: 109</td><td>node04</td><td>Error fetching HA status: 501 Not Implemented: Method 'GET /nodes/TigerHost04/ha/resources/109' not implemented</td></tr><tr><td>LXC ID: 102</td><td>snipeit</td><td>Error fetching HA status: 501 Not Implemented: Method 'GET /nodes/TigerHost04/ha/resources/102' not implemented</td></tr><tr><td>LXC ID: 100</td><td>nginxproxymanager</td><td>Error fetching HA status: 501 Not Implemented: Method 'GET /nodes/TigerHost04/ha/resources/100' not implemented</td></tr><tr><td>LXC ID: 110</td><td>nextcloud</td><td>Error fetching HA status: 501 Not Implemented: Method 'GET /nodes/TigerHost04/ha/resources/110' not implemented</td></tr><tr><td>LXC ID: 101</td><td>Docker</td><td>Error fetching HA status: 501 Not Implemented: Method 'GET /nodes/TigerHost04/ha/resources/101' not implemented</td></tr><tr><td>LXC ID: 103</td><td>wiki</td><td>Error fetching HA status: 501 Not Implemented: Method 'GET /nodes/TigerHost04/ha/resources/103' not implemented</td></tr>
>>>>>>> 1fed90ba7acbd1a6c855a59adbd92839316db4fe
</table>
</div>
</div>
<script>
var coll = document.getElementsByClassName("collapsible");
var i;
for (i = 0; i < coll.length; i++) {
coll[i].addEventListener("click", function() {
this.classList.toggle("active");
var content = this.nextElementSibling;
if (content.style.display === "block") {
content.style.display = "none";
} else {
content.style.display = "block";
}
});
}
</script>
</body>
</html>