From 69bb321ebce1ee996aa0d9254b93ce21f2c07271 Mon Sep 17 00:00:00 2001
From: "Hahn Axel (hahn)" <axel.hahn@iml.unibe.ch>
Date: Wed, 29 Jul 2020 14:23:58 +0200
Subject: [PATCH] update readme

---
 readme.md | 14 ++++++++++++--
 1 file changed, 12 insertions(+), 2 deletions(-)

diff --git a/readme.md b/readme.md
index 94a8f43..5188159 100644
--- a/readme.md
+++ b/readme.md
@@ -1,4 +1,4 @@
-# IML Checks for Icinga / Nagios
+# Graphs with Graphite module of Icinga
 
 ## Introduction
 
@@ -20,5 +20,15 @@ The checks are available in a sister repository.
 
 You need the graphite modul of icingaweb2 that points to a graphite service (Graphite can run on another server than Icinga).
 
+(1)
+
 On the Icinga server put the wanted ini into the folder 
-**/etc_incingaweb2/modules/graphite/templates/**
\ No newline at end of file
+**/etc_incingaweb2/modules/graphite/templates/**
+
+(2)
+
+Inside an ini file have a look to the lines
+
+    check_command = "..."
+
+They need to match the name of a service (NOT the name of a check script) to apply the rules for a graph.
\ No newline at end of file
-- 
GitLab