From 79114c3f3c352753b7cffaf61b02f22e8e91f058 Mon Sep 17 00:00:00 2001 From: "Hahn Axel (hahn)" <axel.hahn@iml.unibe.ch> Date: Wed, 29 Jul 2020 17:23:03 +0200 Subject: [PATCH] update readme --- readme.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/readme.md b/readme.md index e69de29..90a5389 100644 --- a/readme.md +++ b/readme.md @@ -0,0 +1,24 @@ +# IML Checks for Icinga / Nagios + +## Introduction + +IML - we are the Institute for Medical Education at university in Bern, Switzerland. + +This is a collection of our checks. They are used on Linux systems (Debian, CentOS, Ubuntu) and written in Bash using some shared functions. + +We use Icinga graphite module to show performance data. The templates are located in a sister repository. + +## License + +* Licence: GNU GPL 3.0 +* Source: + * Checks: https://git-repo.iml.unibe.ch/iml-open-source/icinga-checks + * Graphs (Graphite): https://git-repo.iml.unibe.ch/iml-open-source/icinga-graphite-templates + +## Scripts + +[inc_pluginfunctions](inc_pluginfunctions.md) + +## Checks + +... \ No newline at end of file -- GitLab