Update README.rst
diff --git a/README.rst b/README.rst
index a9c1baf..e012df7 100644
--- a/README.rst
+++ b/README.rst
@@ -1,6 +1,6 @@
-========
-Collectd
-========
+================
+Collectd formula
+================
Collectd is a daemon which collects system performance statistics periodically and provides mechanisms to store the values in a variety of ways, for example in RRD files.
@@ -59,7 +59,6 @@
Data collectors
---------------
-
Monitor network devices, defined in 'external' dictionary
.. code-block:: yaml
@@ -104,7 +103,6 @@
data:
- connected_devices
-
Collecting the cURL response times and codes
.. code-block:: yaml
@@ -118,7 +116,6 @@
service2:
url: "https://service.domain.com:443/"
-
Collecting the ping response times
.. code-block:: yaml
@@ -132,8 +129,8 @@
host_label2:
host: "172.10.31.12"
-Read more
-=========
+External links
+==============
* http://collectd.org/documentation.shtml
* http://www.canopsis.org/2013/02/collectd-graphite/