Sinds een tijdje draai ik een Proxmox server. Hierin kun je servers / machines virtueel draaien. Zie het als een alternatief van ESXi. Mocht je ooit de hardware upgraden dan kun je die van de ene naar de andere machine verhuizen zonder dat hierbij het hardware id veranderd. Dat kan soms handig zijn bij bepaalde licenties die daar naar kijken.
SmokePing kan latency, latency distributie en packet loss meten, opslaan en weergeven. SmokePing gebruikt RRDtool om een lange-termijn data-store te onderhouden en om mooie grafieken te tonen, die tot op de minuut nauwkeurige informatie geven over de toestand van elke netwerk verbinding.
Smokeping draait op Linux, nu moet ik bekennen ik ben totaal geen ster in Linux. Gelukkig met een klein beetje hulp en wat mixen van artikelen heb ik Smokeping werkend gekregen. Hieronder een stap voor stap handleiding.
Stap 1 – Debian installeren
Om te beginnen heb ik een Proxmox Helper script (zie Operating System > Debian LXC) gebruikt. Deze installeert Debian kant en klaar met de volgende specificaties: Default Settings: 512MiB RAM – 2GB Storage – 1vCPU
Ga naar je Proxmox webinterface. Kies de betreffende node en in de betreffende node bij Shell plak je het onderstaande commando en druk je op enter.
1 |
bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/debian.sh)" |
Tijdens de installatie krijg je de vraag als je een nieuwe Debian LXC wilt installeren (Yes), standaard instellingen wilt gebruiken (Yes) en waar je het installatie wilt opslaan (kies de juiste opslag locatie). Voor de rest is vooral volgende, volgende en klaar. Binnen 5 minuten (of zelfs eerder) draait je Debian LXC (Linux Containers).
Stap 2 – Smokeping installeren
Ga naar de Debian LXC die je zojuist hebt geïnstalleerd en ga naar de Console. Voer het volgende commando uit en druk op enter
1 |
apt-get install smokeping curl libauthen-radius-perl libnet-ldap-perl libnet-dns-perl libio-socket-ssl-perl libnet-telnet-perl libsocket6-perl libio-socket-inet6-perl apache2 |
Als de pakketten worden opgehaald, zal er een x aantal MB worden gebruikt kies Y om de pakketten te installeren.
Stap 3 – IP-adres van de Debian LXC
Nadat je de diverse pakketten hebt geïnstalleerd even achterhalen welk IP-adres de Debian LXC heeft.
Voer het volgende commando uit en druk op enter.
1 |
hostname -I |
In mijn geval krijg ik IP-adres: 192.168.10.116 terug. Dit nummer houdt ik aan in het schrijven van dit artikel. Naar alle waarschijnlijkheid krijg je een ander nummer terug, dat dien je dan bij jou te gebruiken.
Stap 4 – Standaard configuratie
Update de standaard settings /etc/smokeping/config.d/General
Voer het volgende commando uit en druk op enter.
1 |
nano /etc/smokeping/config.d/General |
Standaard is dat al gevuld met het volgende
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
*** General *** owner = Peter Random contact = some@address.nowhere mailhost = my.mail.host # NOTE: do not put the Image Cache below cgi-bin # since all files under cgi-bin will be executed ... this is not # good for images. cgiurl = http://some.url/smokeping.cgi # specify this to get syslog logging syslogfacility = local0 # each probe is now run in its own process # disable this to revert to the old behaviour # concurrentprobes = no @include /etc/smokeping/config.d/pathnames |
Pas owner, contact en cgiurl aan. In mijn geval komt het er zo uit te zien. Belangrijk vergeet de cgiurl niet naar het correcte adres aan te passen.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
*** General *** owner = Robby contact = jouw@email.nl mailhost = mail.jouwdomein.com # NOTE: do not put the Image Cache below cgi-bin # since all files under cgi-bin will be executed ... this is not # good for images. cgiurl = http://192.168.10.116/smokeping/smokeping.cgi # specify this to get syslog logging syslogfacility = local0 # each probe is now run in its own process # disable this to revert to the old behaviour # concurrentprobes = no @include /etc/smokeping/config.d/pathnames |
Alles correct. Druk op Ctrl + X en kies voor opslaan Y en druk op Enter.
Stap 5 – Probes
Update de standaard settings /etc/smokeping/config.d/Probes
Voer het volgende commando uit en druk op enter.
1 |
nano /etc/smokeping/config.d/Probes |
Standaard is dat al gevuld met het volgende
1 2 3 4 5 |
*** Probes *** + FPing binary = /usr/bin/fping |
We gaan dat iets uitbreiden en aanpassen naar de onderstaande code. Tip even alles verwijderen en vervolgens het volgende erin pakken
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
*** Probes *** + FPing binary = /usr/bin/fping ++ FPing pings = 10 step = 60 + DNS binary = /usr/bin/dig pings = 5 step = 300 +Curl binary = /usr/bin/curl +EchoPingSmtp +EchoPingHttps +EchoPingHttp |
Als je FPing standaard op 20 pings wilt laten op 5 minuten, dat kan haal dan ++FPing weg met de pings en step.
Alles correct. Druk op Ctrl + X en kies voor opslaan Y en druk op Enter.
Stap 6 – Presentation aanpassen (optioneel)
Smokeping heeft standaard weergave van een target de volgende grafieken: 3 uur, 30 uur, 10 dagen, 360 dagen. Persoonlijk vind ik dat wat rare aantallen. Indien je wilt kun je dat aanpassen.
Voer het volgende commando uit en druk op enter.
1 |
nano /etc/smokeping/config.d/Presentation |
Het Presentation bestand is aardig gevuld. Als je een stukje naar beneden gaat zie je het volgende staan
1 2 3 4 |
"Last 3 Hours" 3h "Last 30 Hours" 30h "Last 10 Days" 10d "Last 360 Days" 360d |
Dit heb ik aangepast / vervangen naar het volgende
1 2 3 4 5 6 7 8 9 |
"Last 1 Hour" 1h "Last 3 Hours" 3h "Last 6 Hours" 6h "Last 12 Hours" 12h "Last 24 Hours" 24h "Last 7 days" 7d "Last 30 Days" 30d "Last 90 Days" 90d "Last 365 Days" 365d |
We gaan nu dus van 4 naar 9 grafieken van een target. Voor mij persoonlijk vond ik de mooiste presentatie. Als je het anders wilt, dat kan. Je zou er zelfs nog 1 bij kunnen maken van bijvoorbeeld 180 dagen of natuurlijk een aantal weg laten. Net wat jij relevant vind.
Alles correct. Druk op Ctrl + X en kies voor opslaan Y en druk op Enter.
Stap 7 – Targets aanpassen
Vervolgens gaan we wat targets toevoegen. Voer het volgende commando uit en druk op enter
1 |
nano /etc/smokeping/config.d/Targets |
Standaard is dat al gevuld met het volgende
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
*** Targets *** probe = FPing menu = Top title = Network Latency Grapher remark = Welcome to the SmokePing website of xxx Company. \ Here you will learn all about the latency of our network. + Local menu = Local title = Local Network #parents = owner:/Test/James location:/ ++ LocalMachine menu = Local Machine title = This host host = localhost #alerts = someloss |
Standaard zal de machine worden uitgelezen (This host). Dit wil natuurlijk uitbreiden naar bijvoorbeeld een aantal DNS servers, wat websites. Wat je allemaal precies nodig hebt is vrij persoonlijk.
Hieronder zie je mijn Targets bestand. Dit is erg uitgebreid. Als je wilt kun daar het een en ander weg laten (onderaan zie je wat kleinere Targets versie met alleen Google DNS).
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 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 |
*** Targets *** probe = FPing menu = Top title = Network Latency Grapher remark = Welcome to the SmokePing website. \ Here you will learn all about the latency of our network. # # Local machines # + local menu = Local title = Local Network ++ local-machine menu = Local Machine title = Debian LXC host = localhost # # Root servers - Ping # + root-name-servers-ping menu = Root Name Servers - Ping title = Root Name Servers - Ping ++ a-root-servers-net-ping menu = a.root-servers.net title = a.root-servers.net host = a.root-servers.net ++ b-root-servers-net-ping menu = b.root-servers.net title = b.root-servers.net host = b.root-servers.net ++ c-root-servers-net-ping menu = c.root-servers.net title = c.root-servers.net host = c.root-servers.net ++ d-root-servers-net-ping menu = d.root-servers.net title = d.root-servers.net host = d.root-servers.net ++ e-root-servers-net-ping menu = e.root-servers.net title = e.root-servers.net host = e.root-servers.net ++ f-root-servers-net-ping menu = f.root-servers.net title = f.root-servers.net host = f.root-servers.net ++ h-root-serversnet-ping menu = h.root-servers.net title = h.root-servers.net host = h.root-servers.net ++ i-root-servers-net-ping menu = i.root-servers.net title = i.root-servers.net host = i.root-servers.net ++ j-root-servers-net-ping menu = j.root-servers.net title = j.root-servers.net host = j.root-servers.net ++ k-root-servers-net-ping menu = k.root-servers.net title = k.root-servers.net host = k.root-servers.net ++ l-root-servers-net-ping menu = l.root-servers.net title = l.root-servers.net host = l.root-servers.net ++ m-root-serversnet-ping menu = m.root-servers.net title = m.root-servers.net host = m.root-servers.net # # Public DNS servers - Ping # + public-dns-ping menu = Public DNS - Ping title = Public DNS - Ping ++ google-8888-ping menu = Google 8.8.8.8 title = Google 8.8.8.8 host = 8.8.8.8 ++ google-8844-ping menu = Google 8.8.4.4 title = Google 8.8.4.4 host = 8.8.4.4 ++ cloudflare-1111-ping menu = Cloudflare 1.1.1.1 title = Cloudflare 1.1.1.1 host = 1.1.1.1 ++ cloudflare-1001-ping menu = Cloudflare 1.0.0.1 title = Cloudflare 1.0.0.1 host = 1.0.0.1 ++ nextdns-4590280-ping menu = NextDNS 45.90.28.0 title = NextDNS 45.90.28.0 host = 45.90.28.0 ++ nextdns-4590300-ping menu = NextDNS 45.90.30.0 title = NextDNS 45.90.30.0 host = 45.90.30.0 ++ opendns-20867222222-ping menu = OpenDNS 208.67.222.222 title = OpenDNS 208.67.222.222 host = 208.67.222.222 ++ opendns-20867220220-ping menu = OpenDNS 208.67.220.220 title = OpenDNS 208.67.220.220 host = 208.67.220.220 ++ quad-99999-ping menu = Quad9 9.9.9.9 title = Quad9 9.9.9.9 host = 9.9.9.9 ++ quad-9149112112112-ping menu = Quad9 149.112.112.112 title = Quad9 149.112.112.112 host = 149.112.112.112 ++ level3-4221-ping menu = Level 3 4.2.2.1 title = Level 3 4.2.2.1 host = 4.2.2.1 ++ level3-4222-ping menu = Level 3 4.2.2.2 title = Level 3 4.2.2.2 host = 4.2.2.2 # # Public DNS servers - DNS Lookup # + public-dns-dns-lookup menu = Public DNS - DNS Lookup title = Public DNS - DNS Lookup probe = DNS ++ google-8888-lookup menu = Google 8.8.8.8 title = Google 8.8.8.8 host = 8.8.8.8 ++ google-8844-lookup menu = Google 8.8.4.4 title = Google 8.8.4.4 host = 8.8.4.4 ++ cloudflare-1111-lookup menu = Cloudflare 1.1.1.1 title = Cloudflare 1.1.1.1 host = 1.1.1.1 ++ cloudflare-1001-lookup menu = Cloudflare 1.0.0.1 title = Cloudflare 1.0.0.1 host = 1.0.0.1 ++ nextdns-4590280-lookup menu = NextDNS 45.90.28.0 title = NextDNS 45.90.28.0 host = 45.90.28.0 ++ nextdns-4590300-lookup menu = NextDNS 45.90.30.0 title = NextDNS 45.90.30.0 host = 45.90.30.0 ++ opendns-20867222222-lookup menu = OpenDNS 208.67.222.222 title = OpenDNS 208.67.222.222 host = 208.67.222.222 ++ opendns-20867220220-lookup menu = OpenDNS 208.67.220.220 title = OpenDNS 208.67.220.220 host = 208.67.220.220 ++ quad9-9999-lookup menu = Quad9 9.9.9.9 title = Quad9 9.9.9.9 host = 9.9.9.9 ++ quad9-149112112112-lookup menu = Quad9 149.112.112.112 title = Quad9 149.112.112.112 host = 149.112.112.112 ++ level3-4221-lookup menu = Level 3 4.2.2.1 title = Level 3 4.2.2.1 host = 4.2.2.1 ++ level3-4222-lookup menu = Level 3 4.2.2.2 title = Level 3 4.2.2.2 host = 4.2.2.2 ++ multihost-dns menu = Multihost DNS title = Consolidated DNS Responses host = /public-dns-dns-lookup/google-8888-lookup /public-dns-dns-lookup/google-8844-lookup /public-dns-dns-lookup/cloudflare-1111-lookup /public-dns-dns-lookup/cloudflare-1001-lookup /public-dns-dns-lookup/nextdns-4590280-lookup /public-dns-dns-lookup/nextdns-4590300-lookup /public-dns-dns-lookup/opendns-20867222222-lookup /public-dns-dns-lookup/opendns-20867220220-lookup /public-dns-dns-lookup/quad9-9999-lookup /public-dns-dns-lookup/quad9-149112112112-lookup /public-dns-dns-lookup/level3-4221-lookup /public-dns-dns-lookup/level3-4222-lookup # # Webhosting NL DNS servers - Ping # + hosted-dns-nl-ping menu = Hosted DNS NL - Ping title = Hosted DNS NL - Ping ++ ns0-transip-net-ping menu = ns0.transip.net title = ns0.transip.net host = ns0.transip.net ++ ns1-transip-nl-ping menu = ns1.transip.nl title = ns1.transip.nl host = ns1.transip.nl ++ ns2-transip-net-ping menu = ns2.transip.eu title = ns2.transip.eu host = ns2.transip.eu ++ ns1-mijn-host-ping menu = ns1.mijn.host title = ns1.mijn.host host = ns1.mijn.host ++ ns2-mij-nhost-ping menu = ns2.mijn.host title = ns2.mijn.host host = ns2.mijn.host ++ ns3-mijn-host-ping menu = ns3.mijn.host title = ns3.mijn.host host = ns3.mijn.host ++ ns1-webhostingserver-nl-ping menu = ns1.webhostingserver.nl title = ns1.webhostingserver.nl host = ns1.webhostingserver.nl ++ ns2-webhostingserver-nl-ping menu = ns2.webhostingserver.nl title = ns2.webhostingserver.nl host = ns2.webhostingserver.nl ++ ns3-webhostingserver-nl-ping menu = ns3.webhostingserver.nl title = ns3.webhostingserver.nl host = ns3.webhostingserver.nl ++ ns1-zxcs-nl-ping menu = ns1.zxcs.nl title = ns1.zxcs.nl host = ns1.zxcs.nl ++ ns2-zxcs-nl-ping menu = ns2.zxcs.nl title = ns2.zxcs.nl host = ns2.zxcs.nl ++ ns3-zxcs-nl-ping menu = ns3.zxcs.nl title = ns3.zxcs.nl host = ns3.zxcs.nl # # Webhosting NL DNS servers - DNS Lookup # + hosted-dns-nl-lookup menu = Hosted DNS NL - DNS Lookup title = Hosted DNS NL - DNS Lookup probe = DNS ++ ns0-transip-net-lookup menu = ns0.transip.net title = ns0.transip.net host = ns0.transip.net ++ ns1-transip-nl-lookup menu = ns1.transip.nl title = ns1.transip.nl host = ns1.transip.nl ++ ns2-transip-net-lookup menu = ns2.transip.eu title = ns2.transip.eu host = ns2.transip.eu ++ ns1-mijn-host-lookup menu = ns1.mijn.host title = ns1.mijn.host host = ns1.mijn.host ++ ns2-mij-nhost-lookup menu = ns2.mijn.host title = ns2.mijn.host host = ns2.mijn.host ++ ns3-mijn-host-lookup menu = ns3.mijn.host title = ns3.mijn.host host = ns3.mijn.host ++ ns1-webhostingserver-nl-lookup menu = ns1.webhostingserver.nl title = ns1.webhostingserver.nl host = ns1.webhostingserver.nl ++ ns2-webhostingserver-nl-lookup menu = ns2.webhostingserver.nl title = ns2.webhostingserver.nl host = ns2.webhostingserver.nl ++ ns3-webhostingserver-nl-lookup menu = ns3.webhostingserver.nl title = ns3.webhostingserver.nl host = ns3.webhostingserver.nl ++ ns1-zxcs-nl-lookup menu = ns1.zxcs.nl title = ns1.zxcs.nl host = ns1.zxcs.nl ++ ns2-zxcs-nl-lookup menu = ns2.zxcs.nl title = ns2.zxcs.nl host = ns2.zxcs.nl ++ ns3-zxcs-nl-lookup menu = ns3.zxcs.nl title = ns3.zxcs.nl host = ns3.zxcs.nl # # Nederlandse Internet Service Provider - Ping # + nl-isp-ping menu = Netherlands ISP - Ping title = Netherlands ISP - Ping ++ ams-ix-net-ping menu = ams-ix.net title = ams-ix.net host = ams-ix.net ++ budgetthuis-nl-ping menu = budgetthuis.nl title = budgetthuis.nl host = budgetthuis.nl ++ freedom-nl-ping menu = freedom.nl title = freedom.nl host = freedom.nl ++ glasne-tnl-ping menu = glasnet.nl title = glasnet.nl host = glasnet.nl ++ kpn-com-ping menu = kpn.com title = kpn.com host = kpn.com ++ netrebel-nl-ping menu = netrebel.nl title = netrebel.nl host = netrebel.nl ++ odido-nl-ping menu = odido.nl title = odido.nl host = odido.nl ++ snlr-nl-ping menu = snlr.nl title = snlr.nl host = snlr.nl ++ trined-nl-ping menu = trined.nl title = trined.nl host = trined.nl ++ ziggo-nl-ping menu = ziggo.nl title = ziggo.nl host = ziggo.nl # # Nederlandse webhosting providers - Ping # + nl-hosting-ping menu = Netherlands Hosting - Ping title = Netherlands Hosting - Ping ++ antagonist-nl-ping menu = antagonist.nl title = antagonist.nl host = antagonist.nl ++ argeweb-nl-ping menu = argeweb.nl title = argeweb.nl host = argeweb.nl ++ bhosted-nl-ping menu = bhosted.nl title = bhosted.nl host = bhosted.nl ++ cloud86-io-ping menu = cloud86.io title = cloud86.io host = cloud86.io ++ cloudvps-com-ping menu = cloudvps.com title = cloudvps.com host = cloudvps.com ++ hostnet-nl-ping menu = hostnet.nl title = hostnet.nl host = hostnet.nl ++ i3d-net-ping menu = i3d.net title = i3d.net host = i3d.net ++ mijn-host-ping menu = mijn.host title = mijn.host host = mijn.host ++ transip-nl-ping menu = transip.nl title = transip.nl host = transip.nl ++ versio-nl-ping menu = versio.nl title = versio.nl host = versio.nl ++ weboke-nl-ping menu = weboke.nl title = weboke.nl host = weboke.nl ++ yourhosting-nl-ping menu = yourhosting.nl title = yourhosting.nl host = yourhosting.nl # # Nederlandse webites # + nl-websites-https menu = Netherlands Webites - HTTPS title = Netherlands Webites - HTTPS probe = Curl urlformat = https://%host%/ ++ tweakers-net-https menu = tweakers.net title = HTTPS latency for tweakers.net host = tweakers.net ++ fok-nl-https menu = fok.nl title = HTTPS latency for fok.nl host = fok.nl ++ bol-com-https menu = bol.com title = HTTPS latency for bol.com host = bol.com ++ nu-nl-https menu = nu.nl title = HTTPS latency for nu.nl host = nu.nl ++ buienradar-nl-https menu = buienradar.nl title = HTTPS latency for buienradar.nl host = buienradar.nl ++ dumpert-nl-https menu = dumpert.nl title = HTTPS latency for dumpert.nl host = dumpert.nl ++ glasnet-nl-https menu = glasnet.nl title = HTTPS latency for glasnet.nl host = glasnet.nl ++ breedbandhelmond-nl-https menu = breedbandhelmond.nl title = HTTPS latency for breedbandhelmond.nl host = breedbandhelmond.nl ++ trined-nl-https menu = trined.nl title = HTTPS latency for trined.nl host = trined.nl ++ kpn-com-https menu = kpn.com title = HTTPS latency for kpn.com host = kpn.com ++ odido-nl-https menu = odido.nl title = HTTPS latency for odido.nl host = odido.nl ++ ziggo-nl-https menu = ziggo.nl title = HTTPS latency for ziggo.nl host = ziggo.nl ++ antagonist-nl-https menu = antagonist.nl title = HTTPS latency for antagonist.nl host = antagonist.nl ++ mijn-host-https menu = mijn.host title = HTTPS latency for mijn.host host = mijn.host ++ bhosted-nl-https menu = bhosted.nl title = HTTPS latency for bhosted.nl host = bhosted.nl # # Netherlands RIPE Atlas Anchor # + nl-ripe-atlasa-anchor menu = Netherlands RIPE Atlas Anchors title = Netherlands RIPE Atlas Anchors ++ pipe-atlas-anchor-as1101-amsterdam menu = Amsterdam AS1101 title = AS1101, Amsterdam (nl-ams-as1101) host = nl-ams-as1101.anchors.atlas.ripe.net ++ pipe-atlas-anchor-12041-amsterdam menu = Amsterdam AS12041 title = AS12041, Amsterdam (nl-ams-as12041) host = nl-ams-as12041.anchors.atlas.ripe.net ++ pipe-atlas-anchor-as286-amsterdam menu = Amsterdam AS286 title = AS286, Amsterdam (nl-ams-as286) host = nl-ams-as286.anchors.atlas.ripe.net ++ pipe-atlas-anchor-as3265-amsterdam menu = Amsterdam AS3265 title = AS3265, Amsterdam (nl-ams-as3265) host = nl-ams-as3265.anchors.atlas.ripe.net ++ pipe-atlas-anchor-as33333-amsterdam menu = Amsterdam AS3333-3 title = AS3333-3, Amsterdam (nl-ams-as3333-3) host = nl-ams-as3333-3.anchors.atlas.ripe.net ++ pipe-atlas-anchor-as33334-amsterdam menu = Amsterdam AS3333-4 title = AS3333-4, Amsterdam (nl-ams-as3333-4) host = nl-ams-as3333-4.anchors.atlas.ripe.net ++ pipe-atlas-anchor-as43996-amsterdam menu = Amsterdam AS43996 title = AS43996, Amsterdam (nl-ams-as43996) host = nl-ams-as43996.anchors.atlas.ripe.net ++ pipe-atlas-anchor-as203993-apeldoorn menu = Apeldoorn AS203993 title = AS203993, Apeldoorn (nl-ape-as203993) host = nl-ape-as203993.anchors.atlas.ripe.net ++ pipe-atlas-anchor-as1140-arnhem menu = Arnhem AS1140 title = AS1140, Arnhem (nl-arn-as1140) host = nl-arn-as1140.anchors.atlas.ripe.net ++ pipe-atlas-anchor-as12414-dronten menu = Dronten AS12414 title = AS12414, Dronten (nl-dro-as12414) host = nl-dro-as12414.anchors.atlas.ripe.net ++ pipe-atlas-anchor-as12859-ede menu = Ede AS12859 title = AS12859, Ede (nl-ede-as12859) host = nl-ede-as12859.anchors.atlas.ripe.net ++ pipe-atlas-anchor-as34612-harderwijk menu = Harderwijk AS34612 title = AS34612, Harderwijk (nl-hrd-as34612) host = nl-hrd-as34612.anchors.atlas.ripe.net ++ pipe-atlas-anchor-as49784-veendam menu = Veendam AS49784 title = AS49784, Veendam (nl-vdm-as49784) host = nl-vdm-as49784.anchors.atlas.ripe.net # # Vultr servers - Ping # + vultr-servers menu = Vultr Servers - Ping title = Vultr Servers - Ping ++ ams-nl-ping-vultr-com-ping menu = ams-nl-ping.vultr.com title = ams-nl-ping.vultr.com host = ams-nl-ping.vultr.com ++ fl-us-ping-vultr-com-ping menu = fl-us-ping.vultr.com title = fl-us-ping.vultr.com host = fl-us-ping.vultr.com ++ fra-de-ping-vultr-com-ping menu = fra-de-ping.vultr.com title = fra-de-ping.vultr.com host = fra-de-ping.vultr.com ++ hnd-jp-ping-vultr-com-ping menu = hnd-jp-ping.vultr.com title = hnd-jp-ping.vultr.com host = hnd-jp-ping.vultr.com ++ ga-us-ping-vultr-com-ping menu = ga-us-ping.vultr.com title = ga-us-ping.vultr.com host = ga-us-ping.vultr.com ++ il-us-ping-vultr-com-ping menu = il-us-ping.vultr.com title = il-us-ping.vultr.com host = il-us-ping.vultr.com ++ lax-ca-us-ping-vultr-com-ping menu = lax-ca-us-ping.vultr.com title = lax-ca-us-ping.vultr.com host = lax-ca-us-ping.vultr.com ++ lon-gb-ping-vultr-com-ping menu = lon-gb-ping.vultr.com title = lon-gb-ping.vultr.com host = lon-gb-ping.vultr.com ++ nj-us-ping-vultr-com-ping menu = nj-us-ping.vultr.com title = nj-us-ping.vultr.com host = nj-us-ping.vultr.com ++ osk-jp-ping-vultr-com-ping menu = osk-jp-ping.vultr.com title = osk-jp-ping.vultr.com host = osk-jp-ping.vultr.com ++ par-fr-ping-vultr-com-ping menu = par-fr-ping.vultr.com title = par-fr-ping.vultr.com host = par-fr-ping.vultr.com ++ sjo-ca-us-ping-vultr-com-ping menu = sjo-ca-us-ping.vultr.com title = sjo-ca-us-ping.vultr.com host = sjo-ca-us-ping.vultr.com ++ sgp-ping-vultr-com-ping menu = sgp-ping.vultr.com title = sgp-ping.vultr.com host = sgp-ping.vultr.com ++ syd-au-ping-vultr-com-ping menu = syd-au-ping.vultr.com title = syd-au-ping.vultr.com host = syd-au-ping.vultr.com ++ tx-us-ping-vultr-com-ping menu = tx-us-ping.vultr.com title = tx-us-ping.vultr.com host = tx-us-ping.vultr.com ++ wa-us-ping-vultr-com-ping menu = wa-us-ping.vultr.com title = wa-us-ping.vultr.com host = wa-us-ping.vultr.com |
Alles correct. Druk op Ctrl + X en kies voor opslaan Y.
Indien je wenst om bijvoorbeeld alleen de Debian server (This host) en Google DNS te meten zie hieronder de korte versie van het Targets bestand.
Kleinere Targets bestand
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 |
*** Targets *** probe = FPing menu = Top title = Network Latency Grapher remark = Welcome to the SmokePing website. \ Here you will learn all about the latency of our network. + Local menu = Local title = Local Network ++ LocalMachine menu = Local Machine title = This host host = localhost + DNS menu = DNS title = DNS Servers ++ GoogleDNS1 menu = Google DNS 1 title = Google DNS 8.8.8.8 host = 8.8.8.8 ++ GoogleDNS2 menu = Google DNS 2 title = Google DNS 8.8.4.4 host = 8.8.4.4 |
Alles correct. Druk op Ctrl + X en kies voor opslaan Y en druk op Enter.
Je kunt op diverse manieren Targets instellen. In de Blog van Henri Matthijssen heeft het bijvoorbeeld weer in een sub menu gemaakt.
De laatste stap even smokeping service een herstart geven om de aanpassing op te pakken. Voer het volgende commando uit en druk op enter.
1 |
/etc/init.d/smokeping restart |
Als je alles goed hebt gedaan zouden er geen foutmeldingen moeten komen.
In mij situatie ga ik naar http://192.168.10.116/smokeping/smokeping.cgi om het resultaat te bekijken. In het begin zie nog geen grafiek. Geef het 5 minuten om de eerste resultaten te laten verwerken. Daarna worden ze weergegeven.
Ter info omdat er geen certificaat op de server zit ga je dus geen groen slotje in je adresbalk krijgen en uit veiligheid maak de website niet benaderbaar van buitenaf 😉 .
Stap 8 – Aanvullende info
Blauw/paars bolletje
Toen je de Debian LXC installeerde kreeg je blauw/paars bolletje achter de server. Dit is een tag. Deze kun je weghalen. Kies de Debian LXC net boven Summary zie je proxmox-helper-scripts staan met daarachter een pennetje. Druk daar op en kies vervolgens voor het min icoontje of pas het naar wens aan.
Hostname aanpassen
Standaard is de Debian LXC geïnstalleerd met naam debian indien je dat naar bijvoorbeeld smokeping wilt hebben kan dat. Om te beginnen zet de Debian LXC uit. Kies de Debian LXC ga naar Console en type shutdown en druk op enter, in 1 minuut zal de LXC uit gaan. Ga naar DNS daar zal je debian zien staan. Kies Edit en pas het aan naar bijvoorbeeld smokeping. Rechts klik op de Debian LXC en kies voor Start.
Debian LXC en packages updaten
Regelmatig zijn er updates voor Debian en de betreffend packages die je op de LXC hebt geïnstalleerd. Voer in de Console regelmatig het volgende commando uit om te updaten.
1 |
apt-get update && apt-get upgrade |
Smokeping items bijmaken
Mogelijk heb je al een beetje ontdekt hoe de structuur eruit ziet om targets erbij te maken. Zo niet dan leg ik even het even uit.
1 2 3 4 5 6 7 8 9 10 11 12 |
# # Vultr servers - Ping # + vultr-servers #Hoofd link, mag geen spaties op punten bevatten menu = Vultr Servers - Ping #Menu naam title = Vultr Servers - Ping #Titel naam ++ ams-nl-ping-vultr-com-ping #target link, mag geen spaties op punten bevatten menu = ams-nl-ping.vultr.com #Menu naam title = ams-nl-ping.vultr.com #Titel naam host = ams-nl-ping.vultr.com #het doel |
Stel we willen nos.nl erbij hebben bij Netherlands Webites – HTTPS. Dan komt dat als volgt eruit te zien:
1 2 3 4 |
++ nos-nl-https menu = nos.nl title = HTTPS latency for nos.nl host = nos.nl |
Server via DNS bereikbaar maken
Installeer de volgende package.
1 |
apt install libnss-mdns |