6Linux-Systeme überwachen

Für Linux sind Definitionen zu Services bereits in der Beispielkonfiguration in conf.d/service.conf mitgeliefert. Durch leichte Modifikationen lassen sich alle so anpassen, dass die Plugins jeweils auf dem Endpunkt bzw. Agenten ausgeführt werden. Für eine komplette Liste aller Optionen zu den im Folgenden angewendeten Check Commands sei auf die Onlinedokumentation verwiesen.

object Host "antlia.gwc-jonas.net" {

...

vars.osfamily = "Debian"

vars.disks["disk /tmp"] = {

disk_partitions = "/tmp"

disk_wfree = "30%"

disk_cfree = "15%"

}

vars.procs_warning = 150

vars.procs_critical = 250

vars.procs["apache2"] = {

procs_warning = "4:8"

procs_critical = "1:10"

}

}

Codebeispiel 6.1: Host antlia in zones.d/main/hosts/antlia.conf ...

Get Icinga now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.