From 5bc85f8ce6d72bedc856d0d29e2f9ac894ae9e91 Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Tue, 10 Nov 2015 12:47:43 +0200
Subject: [PATCH] There will be no blog post on CollectD or Riemann, instead
 there will be Ansible roles in my git repos.

---
 content/collectd.rst | 10 ----------
 content/riemann.rst  | 43 -------------------------------------------
 2 files changed, 53 deletions(-)
 delete mode 100644 content/collectd.rst
 delete mode 100644 content/riemann.rst

diff --git a/content/collectd.rst b/content/collectd.rst
deleted file mode 100644
index 7f8798c..0000000
--- a/content/collectd.rst
+++ /dev/null
@@ -1,10 +0,0 @@
-Configuring Collectd for use with Riemann
-#########################################
-:date: 2014-10-26
-:summary: How I use Collectd to push information to Riemann
-:status: draft
-
-Installing Collectd
--------------------
-
-
diff --git a/content/riemann.rst b/content/riemann.rst
deleted file mode 100644
index 4c128f6..0000000
--- a/content/riemann.rst
+++ /dev/null
@@ -1,43 +0,0 @@
-Installing Riemann on Debian Wheezy
-###################################
-:date: 2014-10-26
-:summary: How I installed Riemann on Debian Wheezy.
-:status: draft
-
-#. Install dependencies. ::
-
-   $ sudo apt-get install openjdk-7-jre ruby-dev build-essential
-
-#. Grab the debian package from the riemann.io front page and install (at time
-   of writing version 0.2.6) ::
-
-   $ wget http://aphyr.com/riemann/riemann_0.2.6_all.deb
-   $ sudo dpkg -i riemann_0.2.6_all.deb
-
-#. Configure Riemann. In /etc/riemann/riemann.config change the host to 0.0.0.0
-   . Add the following line to /etc/default/riemann:
-
-   EXTRA_JAVA_OPTS="-Djava.net.preferIPv4Stack=true"
-
-#. Start the service ::
-
-   $ sudo service riemann start
-
-#. Install the Riemann dashboard. ::
-
-   $ sudo apt-get install ruby
-   $ sudo gem install riemann-dash
-
-#. Create an Upstart configuration file for riemann-dash.
-
-   $ cat > /etc/init/riemann-dash.conf << EOF
-   author "Nimrod Adar <nimrod.adar@wiser.com>"
-   description "The Riemann dashboard."
-   start on runlevel [2345]
-   stop on runlevel [!2345]
-   respawn
-   respawn limit 10 10
-   exec /usr/local/bin/riemann-dash
-   EOF
-
-
-- 
GitLab