-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathdata.js
More file actions
7 lines (7 loc) · 953 Bytes
/
data.js
File metadata and controls
7 lines (7 loc) · 953 Bytes
1
2
3
4
5
6
7
const lastUpdate = "06/01/2026 20:51:49";
const cycleCount = 3;
const serverData = [
{ name: "INTERNET (Cloudflare)", url: "1.1.1.1", use_pager: "yes", class: "online", ping: "25.6ms", web: "OK" },{ name: "Debian Projet", url: "https://www.debian.org", use_pager: "no", class: "online", ping: "KO", web: "OK" },{ name: "Wikipedia", url: "https://www.wikipedia.org", use_pager: "no", class: "online", ping: "KO", web: "OK" },{ name: "Google Search", url: "https://www.google.com", use_pager: "no", class: "online", ping: "N/A", web: "OK" },{ name: "PERDU", url: "https://www.perdu.com", use_pager: "yes", class: "online", ping: "KO", web: "OK" },{ name: "Linux Kernel", url: "https://www.kernel.org", use_pager: "no", class: "online", ping: "KO", web: "OK" },{ name: "Test Erreur", url: "https://un-site-qui-n-existe-pas.com", use_pager: "no", class: "offline", ping: "KO", web: "KO" }
];
const historyPing = [1,1,1,1];
const historyWeb = [5,6,6,6];