General Terms And Conditions

Terms and conditions

Für die Nutzung des Monitoring-Systems Livewatch.de, betrieben von Fa. Inter-Dev Ronny Ristau, Fritz-Reuter-Str. 21b, 15859 Storkow, im Weiteren Livewatch.de genannt und durch das Mitglied, im Weiteren Benutzer genannt, gelten folgende Nutzungsbedingungen:

§1 Leistung

a) Livewatch.de stellt dem Benutzer Statistiken zu seiner Website zur Verfügung. Diese Statistiken werden erst generiert, wenn der Benutzer den gelieferten HTML- bzw. Javascript-Code auf seiner Website einbaut. Es darf nur ein Code auf jeder Website und Unterseite eingebaut werden. Der Code darf nicht verändert werden.

§2 Garantie

Livewatch.de ist immer bestrebt einen reibungslosen Ablauf des Dienstes zu gewährleisten. Für die kostenlose Nutzung des Dienstes kann keine Garantie übernommen werden. Dazu gehören insbesondere Ausfallzeiten der Server und systembedingte Fehler.

§3 Inhalte

Der Benutzer bestätigt bei Anmeldung und mit der Nutzung des Dienstes, dass sein Server nicht gegen deutsches Recht verstoßende Inhalte beinhaltet.

§4 Datenschutz

Bei jeder Anmeldung bei Livewatch.de werden die persönlichen Daten des Benutzers gespeichert. Diese Daten werden von Livewatch.de niemals an Dritte weitergegeben. Sie dienen lediglich einer eventuellen Rechnungsstellung bei kostenpflichtigen Accounts. Des Weiteren können die Daten bei Missbrauch an Behörden weitergegeben werden.

§5 Kündigung und Löschung

Livewatch.de behält sich das Recht vor Accounts ohne Angabe von Gründen zu löschen. Dies gilt insbesondere bei Verstößen gegen diese Nutzungsbedingungen. Nach Löschung ist der Benutzer verpflichtet alle Codes aus seiner Website zu entfernen.

§6 Haftung

Livewatch.de haftet für keinerlei Schäden die im Zusammenhang mit der Nutzung, Nichtnutzung und Nichterreichbarkeit des Dienstes entstehen. Dies gilt auch wenn leichte oder grobe Fahrlässigkeit oder Verschulden von Seitens Livewatch.de vorliegt.

§7 Eigentum

Die von Livewatch.de gespeicherten Daten bleiben jederzeit Eigentum von Livewatch.de. Dem Benutzer wird lediglich Zugriff auf eine Statistik gewährt. Der Benutzer hat insbesondere bei Kündigung oder Löschung kein Anrecht auf die Herausgabe der Daten.

§8 Preisänderungen

Preisänderungen bei kostenpflichtigen Accounts sind jederzeit nach Ablauf einer vorausbezahlten Abrechnungsperiode wirksam. Es erfolgt keine Rückerstattung bei vorzeitiger Kündigung oder Löschung durch Verstoß gegen diese Nutzungsbedingungen.

§9 Zustandekommen des Vertrages

a.) Der Vertrag über die Nutzung von Livewatch.de-Diensten kommt mit der Anmeldung bzw. Registrierung über die Website www.livewatch.de zustande.

b.) Soweit Livewatch.de sich zur Erbringung der angebotenen Dienste Dritter bedient, werden diese nicht Vertragspartner des Kunden. Ferner besteht zwischen den Kunden Livewatch.de kein allein durch die gemeinsame Nutzung der Dienste begründbares Vertragsverhältnis.

c.) Mit Vertragsschluss ist die vereinbarte Gebühr zur Zahlung fällig. Die Zahlung erfolgt im Voraus für die vereinbarte Vertragslaufzeit. Zahlungsart ergibt sich aus den auf der Website angebotenen Zahlungsweisen. Die Leistung wird mit Erhalt der Bestellbestätigung sofort freigeschaltet.

§10 Höhere Gewalt

Kann Livewatch.de trotz aller Sorgfalt aufgrund von höherer Gewalt wie Naturereignissen von besonderer Intensität, kriegerischen Ereignissen, Streik, unvorhergesehene behördliche Restriktionen, u.s.w. ihren vertraglichen Verpflichtungen nicht nachkommen, wird die Vertragserfüllung oder der Termin für die Vertragserfüllung dem eingetretenen Ereignis entsprechend hinausgeschoben

§11 Änderungen

Änderungen dieser Nutzungsbedingungen und Ergänzungen werden auf der Website bekannt gegeben und gelten jeweils sofort.

Gerichtsstand:

Erfüllungsort und Gerichtsstand ist Storkow - Stand der AGB: 10.02.2011

Knowledge Base

Here we answer questions about server monitoring from Livewatch. If you have a question that we have not yet answered here, please contact us.

How is my ping?

You can use the ping test to check the network connection between your computer and another device or server. Here are the steps to perform the ping test:

On Windows:

  1. Open Command Prompt:

    • Click on the Windows icon in the taskbar.
    • Search for "cmd" or "Command Prompt" and open it.
  2. Enter the ping command:

    • Use the ping command followed by the target's IP address or hostname. For example: ping www.example.com or ping 192.168.1.1.
  3. Waiting for results:

    • The ping command sends a request to the target and measures the time it takes to receive the response.
    • You will then see the number of packets sent, packets received and the average response time.

On macOS and Linux:

  1. Open the terminal:

    • Search for "Terminal" using Spotlight search or open it from the Applications folder.
  2. Enter the ping command:

    • Use the ping command followed by the target's IP address or hostname. For example: ping www.example.com or ping 192.168.1.1.
  3. Waiting for results:

    • Like on Windows, the ping command measures response time and displays statistics.

Interpretation of results:

  • Packet Loss:

    • Some packages may be lost in transit. Low packet loss is normal, but high packet loss could indicate network problems.
  • Average response time:

    • The lower the average response time (ping time), the better. This is the time it takes for the signal to travel from the transmitter to the receiver and back.

The ping test is a simple but useful tool to identify basic network connection problems. If you're having trouble connecting to a specific server or website, the ping test can help determine if the difficulties are due to network issues.

Ping test - Online

Typically, a web page is not pinged directly because ping is based on the Internet Control Message Protocol (ICMP) and many web servers block ICMP packets to protect against potential attacks. Instead, Hypertext Transfer Protocol (HTTP) or secure HTTPS is commonly used to verify web pages.

If you still want to try to check the accessibility of your website via ping, you can do this on the command line (Windows) or in the terminal (Linux/Mac). To do this, use the following format:

ping your-website.de

Replace “your-website.de” with the actual URL of your website. However, note that many web servers can block ICMP packets, which may result in the ping not being successful even if the website is reachable.

For a more accurate check of website availability, it is better to use tools that send HTTP requests. Here are some examples:

Curl (command line):

curl -I your-webseite.de

This command uses Curl to send an HTTP head request to your website. You should receive an HTTP status code response, which will give you more information about the status of the website.

Wget (command line):

wget --spider your-website.de

The wget command with the --spider flag performs a similar function to curl and returns information about the connection states.

Online tools: There are also many online tools that can check the availability of your website. You can simply search for “website availability check” or similar terms to find relevant services.

To fully monitor your website's uptime and performance, you might also consider using specialized monitoring services or tools, which typically provide more detailed information and alerts.

Ping test - what exactly does it say?

When you perform a ping test, ICMP packets are sent to the specified address. Ping is often confused with latency. Ping stands for a signal sent to and from another computer over a network. The measurement of this round trip is the latency. If this round trip works, you will receive a measured value as an answer, which at the same time confirms the accessibility of the addressed computer. If the ping test does not work, the addressed computer is either not accessible or other factors (e.g. firewall) have prevented the request (PING, ICMP).

Worldwide server monitoring

Our server monitoring instances are located worldwide. So you get a complete picture of your system health and are also informed about disturbances in distant locations.

Load Balancing
Which server monitoring are you looking for?
  • Server Monitoring
  • Uptime Monitor
  • Performance Monitoring
  • Website Monitoring
  • Website-Check
  • Ping Check
  • Server availability
  • Uptime Performance
  • Content Monitoring
  • Monitor server
  • Monitor website
  • DNS-Test
  • Ping-Test
  • Website Speed Test
  • Ip Website
Create an account

Server Monitoring

Continuous monitoring of your website

Uptime-Check

Detailed logging of the availability of your website

Check Monitoring

Create your own exams and monitor your infrastructure with ease

Start your monitoring now!

Register your account free of charge and without obligation.

Livewatch server monitoring in 60 seconds

Let us explain our server monitoring offer in a 60-second video.

60 seconds of video - all about server monitoring