summaryrefslogtreecommitdiff
path: root/content/html
diff options
context:
space:
mode:
Diffstat (limited to 'content/html')
-rw-r--r--content/html/gemfeed/2021-04-22-dtail-the-distributed-log-tail-program.html2
-rw-r--r--content/html/gemfeed/2021-04-22-dtail-the-distributed-log-tail-program/dtail-logo.pngbin13787 -> 0 bytes
-rw-r--r--content/html/gemfeed/2021-04-22-dtail-the-distributed-log-tail-program/title.pngbin0 -> 84933 bytes
-rw-r--r--content/html/gemfeed/atom.xml4
4 files changed, 3 insertions, 3 deletions
diff --git a/content/html/gemfeed/2021-04-22-dtail-the-distributed-log-tail-program.html b/content/html/gemfeed/2021-04-22-dtail-the-distributed-log-tail-program.html
index d9ad256f..39da289a 100644
--- a/content/html/gemfeed/2021-04-22-dtail-the-distributed-log-tail-program.html
+++ b/content/html/gemfeed/2021-04-22-dtail-the-distributed-log-tail-program.html
@@ -51,7 +51,7 @@ h2, h3 {
<body>
<h1>DTail - The distributed log tail program</h1>
<p class="quote"><i>Written by Paul Buetow 2021-04-22, last updated 2021-04-26</i></p>
-<i>DTail logo image:</i><a href="./2021-04-22-dtail-the-distributed-log-tail-program/dtail-logo.png"><img alt="DTail logo image" title="DTail logo image" src="./2021-04-22-dtail-the-distributed-log-tail-program/dtail-logo.png" /></a><br />
+<i>DTail logo image:</i><a href="./2021-04-22-dtail-the-distributed-log-tail-program/title.png"><img alt="DTail logo image" title="DTail logo image" src="./2021-04-22-dtail-the-distributed-log-tail-program/title.png" /></a><br />
<p>This article first appeared at the Mimecast Engineering Blog but I made it available here in my personal Gemini capsule too.</p>
<a class="textlink" href="https://medium.com/mimecast-engineering/dtail-the-distributed-log-tail-program-79b8087904bb">Original Mimecast Engineering Blog post at Medium</a><br />
<p>Running a large cloud-based service requires monitoring the state of huge numbers of machines, a task for which many standard UNIX tools were not really designed. In this post, I will describe a simple program, DTail, that Mimecast has built and released as Open-Source, which enables us to monitor log files of many servers at once without the costly overhead of a full-blown log management system.</p>
diff --git a/content/html/gemfeed/2021-04-22-dtail-the-distributed-log-tail-program/dtail-logo.png b/content/html/gemfeed/2021-04-22-dtail-the-distributed-log-tail-program/dtail-logo.png
deleted file mode 100644
index 8cfe4889..00000000
--- a/content/html/gemfeed/2021-04-22-dtail-the-distributed-log-tail-program/dtail-logo.png
+++ /dev/null
Binary files differ
diff --git a/content/html/gemfeed/2021-04-22-dtail-the-distributed-log-tail-program/title.png b/content/html/gemfeed/2021-04-22-dtail-the-distributed-log-tail-program/title.png
new file mode 100644
index 00000000..4e343c4f
--- /dev/null
+++ b/content/html/gemfeed/2021-04-22-dtail-the-distributed-log-tail-program/title.png
Binary files differ
diff --git a/content/html/gemfeed/atom.xml b/content/html/gemfeed/atom.xml
index 693a3656..11767358 100644
--- a/content/html/gemfeed/atom.xml
+++ b/content/html/gemfeed/atom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
- <updated>2021-05-14T09:41:13+01:00</updated>
+ <updated>2021-05-14T09:59:18+01:00</updated>
<title>buetow.org feed</title>
<subtitle>Having fun with computers!</subtitle>
<link href="https://buetow.org/gemfeed/atom.xml" rel="self" />
@@ -88,7 +88,7 @@
<div xmlns="http://www.w3.org/1999/xhtml">
<h1>DTail - The distributed log tail program</h1>
<p class="quote"><i>Written by Paul Buetow 2021-04-22, last updated 2021-04-26</i></p>
-<i>DTail logo image:</i><a href="https://buetow.org/gemfeed/2021-04-22-dtail-the-distributed-log-tail-program/dtail-logo.png"><img alt="DTail logo image" title="DTail logo image" src="https://buetow.org/gemfeed/2021-04-22-dtail-the-distributed-log-tail-program/dtail-logo.png" /></a><br />
+<i>DTail logo image:</i><a href="https://buetow.org/gemfeed/2021-04-22-dtail-the-distributed-log-tail-program/title.png"><img alt="DTail logo image" title="DTail logo image" src="https://buetow.org/gemfeed/2021-04-22-dtail-the-distributed-log-tail-program/title.png" /></a><br />
<p>This article first appeared at the Mimecast Engineering Blog but I made it available here in my personal Gemini capsule too.</p>
<a class="textlink" href="https://medium.com/mimecast-engineering/dtail-the-distributed-log-tail-program-79b8087904bb">Original Mimecast Engineering Blog post at Medium</a><br />
<p>Running a large cloud-based service requires monitoring the state of huge numbers of machines, a task for which many standard UNIX tools were not really designed. In this post, I will describe a simple program, DTail, that Mimecast has built and released as Open-Source, which enables us to monitor log files of many servers at once without the costly overhead of a full-blown log management system.</p>