Added named/bind9 Application, Graphs, Check_MK-script

This commit is contained in:
f0o
2015-01-16 18:30:53 +00:00
parent 1581f70d64
commit e4a1ff5b7c
6 changed files with 186 additions and 0 deletions

View File

@@ -43,6 +43,7 @@ if ($device['os_group'] == "unix")
if ($section == "apache") { $sa = "app"; $sb = "apache"; }
if ($section == "mysql") { $sa = "app"; $sb = "mysql"; }
if ($section == "nginx") { $sa = "app"; $sb = "nginx"; }
if ($section == "bind") { $sa = "app"; $sb = "bind"; }
# if ($section == "drbd") { $sa = "app"; $sb = "drbd"; }
if (!empty($sa) && !empty($sb))