From 3b62c656595b5172f5bdd9db6ff106118c23d618 Mon Sep 17 00:00:00 2001 From: Tom Laermans Date: Sat, 26 Jun 2010 22:51:43 +0000 Subject: [PATCH] blacklist routeros for bulkwalk git-svn-id: http://www.observium.org/svn/observer/trunk@1275 61d68cd4-352d-0410-923a-c4978735b2b8 --- includes/static-config.php | 1 + 1 file changed, 1 insertion(+) diff --git a/includes/static-config.php b/includes/static-config.php index b567a90bc..cf5b05ede 100644 --- a/includes/static-config.php +++ b/includes/static-config.php @@ -79,6 +79,7 @@ $config['os']['screenos']['type'] = "firewall"; $config['os']['routeros']['text'] = "Mikrotik RouterOS"; $config['os']['routeros']['type'] = "network"; +$config['os']['routeros']['nobulk'] = 1; $config['os']['junose']['text'] = "Juniper JunOSe"; $config['os']['junose']['type'] = "network";