Servers - Do you monitor the uptimes of all your servers daily?

Updated by Rob Thomlinson [SSW] 5 months ago. See history

123

It is important that the system administrator can easily find out how reliable his servers are. This can be achieved using tools like What's Up Gold (WUG) <https://www.whatsupgold.com> to monitor many statistics e.g.:

- Uptime - Ping, Interface monitor
- Performance - RAM usage, CPU usage
- Network - Bandwidth, Interface throughput
- Storage - Disk usage, health

For example, here is a report in WhatsUp Gold you can use to monitor servers on a daily basis.
<imageEmbed
  alt="Image"
  size="large"
  showBorder={false}
  figureEmbed={{
    preset: "goodExample",
    figure: 'Good example - WhatsUp Gold - Green indicates servers are healthy',
    shouldDisplay: true
  }}
  src="/uploads/rules/monitor-the-uptimes-of-all-your-servers-daily/WuGReport.png"
/>

Another option is to use WUG's built-in email alerts, which can be formatted in HTML or plain text. You can also add variables that change based on the current state of devices and other stats.

<imageEmbed
  alt="Image"
  size="large"
  showBorder={false}
  figureEmbed={{
    preset: "goodExample",
    figure: 'OK Example - Editing WUG\'s email action is simple, but HTML skills are necessary to make a good looking report',
    shouldDisplay: true
  }}
  src="/uploads/rules/monitor-the-uptimes-of-all-your-servers-daily/wugemail.jpg"
/>

The best option is to use SQL Reporting Services to create a custom report that can be emailed via a data-driven subscription, which sends a nicely formatted email when there's a problem.

<imageEmbed
  alt="Image"
  size="large"
  showBorder={false}
  figureEmbed={{
    preset: "goodExample",
    figure: 'Good example - Email - Nicely branded email, red indicates servers are not healthy',
    shouldDisplay: true
  }}
  src="/uploads/rules/monitor-the-uptimes-of-all-your-servers-daily/unhealthy.jpg"
/>