mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Added named/bind9 Application, Graphs, Check_MK-script
This commit is contained in:
@@ -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))
|
||||
|
Reference in New Issue
Block a user