From 0f500276dad9c11927cd293266f7c41d9c603f5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20W=C3=A4ckerlin?= Date: Mon, 25 Sep 2017 09:16:12 +0200 Subject: [PATCH] docu updated --- README.md | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9cdeb56..68d7346 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,16 @@ -# icinga-checks +Icinge Check Scripts +==================== -Various check scripts for use in icinga. \ No newline at end of file +Various check scripts for use in icinga. + +All scripts support option `--help`, so call `./scriptname --help` for +more information. + + +load_per_cpu.sh +--------------- + +Icinga plugin to check load average per CPU. Shows 1min, 5min 15min +average per CPU. Different to check_load, the load is divided by the +number of CPU units and therefore normalized. So the same warning and +critical levels fit for any server. \ No newline at end of file