2017-09-21 08:43:47 +00:00
2017-10-03 14:07:48 +02:00
2017-10-03 13:55:10 +02:00
2017-10-03 13:55:10 +02:00

Icinga Check Scripts

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.

mountpoint.sh

Icinga plugin to check whether a given path is available. Detects problems, e.g. with glusterfs: In case of a problem, there is an error message such as "socket not connected". Called with path to check.

Description
No description provided
Readme 31 KiB
Languages
Shell 100%