DEBUG! Observium v0.14.4.5391 Poller  Starting polling run: SQL[SELECT `device_id` FROM `devices` WHERE `disabled` = 0 AND `hostname` LIKE 'krtn-tc1-pe01.core.korton.net' ORDER BY `device_id` ASC]  SQL[SELECT * FROM `devices` WHERE `device_id` = '25']  SQL[SELECT * FROM devices_attribs WHERE `device_id` = '25']  SQL[SELECT * FROM `alert_tests` WHERE 1]  Cached 11 alert rules. SQL[SELECT *,`alert_table`.`alert_table_id` AS `alert_table_id` FROM `alert_table` LEFT JOIN `alert_table-state` ON `alert_table`.`alert_table_id` = `alert_table-state`.`alert_table_id` WHERE `device_id` = '25']  Array ( [3] => Array ( [alert_test_id] => 3 [entity_type] => storage [alert_name] => disk_ge_95 [alert_message] => Disk usage is above 95% [conditions] => Array ( [0] => Array ( [value] => 95 [condition] => greater [metric] => storage_perc ) ) [and] => 0 [severity] => crit [delay] => 0 [alerter] => default [enable] => 1 [ignore_until] => ) [4] => Array ( [alert_test_id] => 4 [entity_type] => sensor [alert_name] => sensor_limit [alert_message] => Sensor is above limit [conditions] => Array ( [0] => Array ( [value] => @sensor_limit [condition] => greater [metric] => sensor_value ) ) [and] => 0 [severity] => crit [delay] => 0 [alerter] => default [enable] => 1 [ignore_until] => ) [5] => Array ( [alert_test_id] => 5 [entity_type] => bgp_peer [alert_name] => bgp_down [alert_message] => BGP peer session is down [conditions] => Array ( [0] => Array ( [value] => established [condition] => notequals [metric] => bgpPeerState ) [1] => Array ( [value] => start [condition] => equals [metric] => bgpPeerAdminStatus ) ) [and] => 1 [severity] => crit [delay] => 0 [alerter] => default [enable] => 1 [ignore_until] => ) [6] => Array ( [alert_test_id] => 6 [entity_type] => bgp_peer [alert_name] => bgp_flap [alert_message] => BGP peer session flapped [conditions] => Array ( [0] => Array ( [value] => 300 [condition] => less [metric] => bgpPeerFsmEstablishedTime ) [1] => Array ( [value] => established [condition] => equals [metric] => bgpPeerState ) ) [and] => 1 [severity] => crit [delay] => 0 [alerter] => default [enable] => 1 [ignore_until] => ) [7] => Array ( [alert_test_id] => 7 [entity_type] => port [alert_name] => traffic_perc_85 [alert_message] => Port RX/TX traffic is above 85% [conditions] => Array ( [0] => Array ( [value] => 85 [condition] => greater [metric] => ifInOctets_perc ) [1] => Array ( [value] => 85 [condition] => greater [metric] => ifOutOctets_perc ) ) [and] => 0 [severity] => crit [delay] => 1 [alerter] => default [enable] => 1 [ignore_until] => ) [8] => Array ( [alert_test_id] => 8 [entity_type] => port [alert_name] => half_duplex [alert_message] => Port is in half-duplex mode [conditions] => Array ( [0] => Array ( [value] => halfDuplex [condition] => equals [metric] => ifDuplex ) ) [and] => 0 [severity] => crit [delay] => 0 [alerter] => default [enable] => 1 [ignore_until] => ) [9] => Array ( [alert_test_id] => 9 [entity_type] => port [alert_name] => mtu_less_1500 [alert_message] => Port MTU is below 1500 [conditions] => Array ( [0] => Array ( [value] => 1500 [condition] => less [metric] => ifMtu ) ) [and] => 0 [severity] => crit [delay] => 0 [alerter] => default [enable] => 1 [ignore_until] => ) [10] => Array ( [alert_test_id] => 10 [entity_type] => port [alert_name] => port_up_down [alert_message] => Port is enabled but operationally down [conditions] => Array ( [0] => Array ( [value] => up [condition] => equals [metric] => ifAdminStatus ) [1] => Array ( [value] => up [condition] => notequals [metric] => ifOperStatus ) ) [and] => 1 [severity] => crit [delay] => 0 [alerter] => default [enable] => 1 [ignore_until] => ) [11] => Array ( [alert_test_id] => 11 [entity_type] => port [alert_name] => port_errors [alert_message] => Port has errors [conditions] => Array ( [0] => Array ( [value] => 1 [condition] => greater [metric] => ifInErrors_rate ) [1] => Array ( [value] => 1 [condition] => greater [metric] => ifOutErrors_rate ) ) [and] => 0 [severity] => crit [delay] => 0 [alerter] => default [enable] => 1 [ignore_until] => ) [12] => Array ( [alert_test_id] => 12 [entity_type] => mempool [alert_name] => mempool_ge_75 [alert_message] => Memory pool is above 75% [conditions] => Array ( [0] => Array ( [value] => 75 [condition] => greater [metric] => mempool_perc ) ) [and] => 0 [severity] => crit [delay] => 0 [alerter] => default [enable] => 1 [ignore_until] => ) [13] => Array ( [alert_test_id] => 13 [entity_type] => processor [alert_name] => cpu_ge_85 [alert_message] => Processor usage is above 85% [conditions] => Array ( [0] => Array ( [value] => 85 [condition] => greater [metric] => processor_usage ) ) [and] => 0 [severity] => crit [delay] => 3 [alerter] => default [enable] => 1 [ignore_until] => ) ) > $vars ========= array( [3] => array( [alert_test_id] => string(1) "3" [entity_type] => string(7) "storage" [alert_name] => string(10) "disk_ge_95" [alert_message] => string(23) "Disk usage is above 95%" [conditions] => array( [0] => array( [value] => string(2) "95" [condition] => string(7) "greater" [metric] => string(12) "storage_perc" ) ) [and] => string(1) "0" [severity] => string(4) "crit" [delay] => string(1) "0" [alerter] => string(7) "default" [enable] => string(1) "1" [ignore_until] => null ) [4] => array( [alert_test_id] => string(1) "4" [entity_type] => string(6) "sensor" [alert_name] => string(12) "sensor_limit" [alert_message] => string(21) "Sensor is above limit" [conditions] => array( [0] => array( [value] => string(13) "@sensor_limit" [condition] => string(7) "greater" [metric] => string(12) "sensor_value" ) ) [and] => string(1) "0" [severity] => string(4) "crit" [delay] => string(1) "0" [alerter] => string(7) "default" [enable] => string(1) "1" [ignore_until] => null ) [5] => array( [alert_test_id] => string(1) "5" [entity_type] => string(8) "bgp_peer" [alert_name] => string(8) "bgp_down" [alert_message] => string(24) "BGP peer session is down" [conditions] => array( [0] => array( [value] => string(11) "established" [condition] => string(9) "notequals" [metric] => string(12) "bgpPeerState" ) [1] => array( [value] => string(5) "start" [condition] => string(6) "equals" [metric] => string(18) "bgpPeerAdminStatus" ) ) [and] => string(1) "1" [severity] => string(4) "crit" [delay] => string(1) "0" [alerter] => string(7) "default" [enable] => string(1) "1" [ignore_until] => null ) [6] => array( [alert_test_id] => string(1) "6" [entity_type] => string(8) "bgp_peer" [alert_name] => string(8) "bgp_flap" [alert_message] => string(24) "BGP peer session flapped" [conditions] => array( [0] => array( [value] => string(3) "300" [condition] => string(4) "less" [metric] => string(25) "bgpPeerFsmEstablishedTime" ) [1] => array( [value] => string(11) "established" [condition] => string(6) "equals" [metric] => string(12) "bgpPeerState" ) ) [and] => string(1) "1" [severity] => string(4) "crit" [delay] => string(1) "0" [alerter] => string(7) "default" [enable] => string(1) "1" [ignore_until] => null ) [7] => array( [alert_test_id] => string(1) "7" [entity_type] => string(4) "port" [alert_name] => string(15) "traffic_perc_85" [alert_message] => string(31) "Port RX/TX traffic is above 85%" [conditions] => array( [0] => array( [value] => string(2) "85" [condition] => string(7) "greater" [metric] => string(15) "ifInOctets_perc" ) [1] => array( [value] => string(2) "85" [condition] => string(7) "greater" [metric] => string(16) "ifOutOctets_perc" ) ) [and] => string(1) "0" [severity] => string(4) "crit" [delay] => string(1) "1" [alerter] => string(7) "default" [enable] => string(1) "1" [ignore_until] => null ) [8] => array( [alert_test_id] => string(1) "8" [entity_type] => string(4) "port" [alert_name] => string(11) "half_duplex" [alert_message] => string(27) "Port is in half-duplex mode" [conditions] => array( [0] => array( [value] => string(10) "halfDuplex" [condition] => string(6) "equals" [metric] => string(8) "ifDuplex" ) ) [and] => string(1) "0" [severity] => string(4) "crit" [delay] => string(1) "0" [alerter] => string(7) "default" [enable] => string(1) "1" [ignore_until] => null ) [9] => array( [alert_test_id] => string(1) "9" [entity_type] => string(4) "port" [alert_name] => string(13) "mtu_less_1500" [alert_message] => string(22) "Port MTU is below 1500" [conditions] => array( [0] => array( [value] => string(4) "1500" [condition] => string(4) "less" [metric] => string(5) "ifMtu" ) ) [and] => string(1) "0" [severity] => string(4) "crit" [delay] => string(1) "0" [alerter] => string(7) "default" [enable] => string(1) "1" [ignore_until] => null ) [10] => array( [alert_test_id] => string(2) "10" [entity_type] => string(4) "port" [alert_name] => string(12) "port_up_down" [alert_message] => string(38) "Port is enabled but operationally down" [conditions] => array( [0] => array( [value] => string(2) "up" [condition] => string(6) "equals" [metric] => string(13) "ifAdminStatus" ) [1] => array( [value] => string(2) "up" [condition] => string(9) "notequals" [metric] => string(12) "ifOperStatus" ) ) [and] => string(1) "1" [severity] => string(4) "crit" [delay] => string(1) "0" [alerter] => string(7) "default" [enable] => string(1) "1" [ignore_until] => null ) [11] => array( [alert_test_id] => string(2) "11" [entity_type] => string(4) "port" [alert_name] => string(11) "port_errors" [alert_message] => string(15) "Port has errors" [conditions] => array( [0] => array( [value] => string(1) "1" [condition] => string(7) "greater" [metric] => string(15) "ifInErrors_rate" ) [1] => array( [value] => string(1) "1" [condition] => string(7) "greater" [metric] => string(16) "ifOutErrors_rate" ) ) [and] => string(1) "0" [severity] => string(4) "crit" [delay] => string(1) "0" [alerter] => string(7) "default" [enable] => string(1) "1" [ignore_until] => null ) [12] => array( [alert_test_id] => string(2) "12" [entity_type] => string(7) "mempool" [alert_name] => string(13) "mempool_ge_75" [alert_message] => string(24) "Memory pool is above 75%" [conditions] => array( [0] => array( [value] => string(2) "75" [condition] => string(7) "greater" [metric] => string(12) "mempool_perc" ) ) [and] => string(1) "0" [severity] => string(4) "crit" [delay] => string(1) "0" [alerter] => string(7) "default" [enable] => string(1) "1" [ignore_until] => null ) [13] => array( [alert_test_id] => string(2) "13" [entity_type] => string(9) "processor" [alert_name] => string(9) "cpu_ge_85" [alert_message] => string(28) "Processor usage is above 85%" [conditions] => array( [0] => array( [value] => string(2) "85" [condition] => string(7) "greater" [metric] => string(15) "processor_usage" ) ) [and] => string(1) "0" [severity] => string(4) "crit" [delay] => string(1) "3" [alerter] => string(7) "default" [enable] => string(1) "1" [ignore_until] => null ) ) Array ( [processor] => Array ( [25] => Array ( [13] => Array ( [alert_table_id] => 4934 [alert_test_id] => 13 [device_id] => 25 [entity_type] => processor [entity_id] => 25 [alert_assocs] => 13 [delay] => 0 [ignore_until] => [last_checked] => 1398860748 [last_changed] => 1397135750 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"processor_usage":10}} [count] => 0 [state_entry] => 1 ) ) [196] => Array ( [13] => Array ( [alert_table_id] => 4935 [alert_test_id] => 13 [device_id] => 25 [entity_type] => processor [entity_id] => 196 [alert_assocs] => 13 [delay] => 0 [ignore_until] => [last_checked] => 1398860748 [last_changed] => 1397135750 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"processor_usage":2}} [count] => 0 [state_entry] => 1 ) ) ) [sensor] => Array ( [169] => Array ( [4] => Array ( [alert_table_id] => 4936 [alert_test_id] => 4 [device_id] => 25 [entity_type] => sensor [entity_id] => 169 [alert_assocs] => 4 [delay] => 0 [ignore_until] => [last_checked] => 1398860748 [last_changed] => 1398685553 [last_recovered] => 1398685558 [last_failed] => 1398680448 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 1398680454 [ignore_until_ok] => 0 [state] => {"metrics":{"sensor_value":7}} [count] => 0 [state_entry] => 1 ) ) [170] => Array ( [4] => Array ( [alert_table_id] => 4937 [alert_test_id] => 4 [device_id] => 25 [entity_type] => sensor [entity_id] => 170 [alert_assocs] => 4 [delay] => 0 [ignore_until] => [last_checked] => 1398860748 [last_changed] => 1398685553 [last_recovered] => 1398685558 [last_failed] => 1398680448 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 1398680454 [ignore_until_ok] => 0 [state] => {"metrics":{"sensor_value":12}} [count] => 0 [state_entry] => 1 ) ) [171] => Array ( [4] => Array ( [alert_table_id] => 4938 [alert_test_id] => 4 [device_id] => 25 [entity_type] => sensor [entity_id] => 171 [alert_assocs] => 4 [delay] => 0 [ignore_until] => [last_checked] => 1398860748 [last_changed] => 1398685553 [last_recovered] => 1398685558 [last_failed] => 1398680448 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 1398680454 [ignore_until_ok] => 0 [state] => {"metrics":{"sensor_value":232}} [count] => 0 [state_entry] => 1 ) ) [172] => Array ( [4] => Array ( [alert_table_id] => 4939 [alert_test_id] => 4 [device_id] => 25 [entity_type] => sensor [entity_id] => 172 [alert_assocs] => 4 [delay] => 0 [ignore_until] => [last_checked] => 1398860748 [last_changed] => 1398685553 [last_recovered] => 1398685558 [last_failed] => 1398680448 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 1398680454 [ignore_until_ok] => 0 [state] => {"metrics":{"sensor_value":44}} [count] => 0 [state_entry] => 1 ) ) [173] => Array ( [4] => Array ( [alert_table_id] => 4940 [alert_test_id] => 4 [device_id] => 25 [entity_type] => sensor [entity_id] => 173 [alert_assocs] => 4 [delay] => 0 [ignore_until] => [last_checked] => 1398860748 [last_changed] => 1398685553 [last_recovered] => 1398685558 [last_failed] => 1398680448 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 1398680454 [ignore_until_ok] => 0 [state] => {"metrics":{"sensor_value":56}} [count] => 0 [state_entry] => 1 ) ) [174] => Array ( [4] => Array ( [alert_table_id] => 4941 [alert_test_id] => 4 [device_id] => 25 [entity_type] => sensor [entity_id] => 174 [alert_assocs] => 4 [delay] => 0 [ignore_until] => [last_checked] => 1398860748 [last_changed] => 1397996445 [last_recovered] => 1397996450 [last_failed] => 1397996156 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 1397996164 [ignore_until_ok] => 0 [state] => {"metrics":{"sensor_value":4}} [count] => 0 [state_entry] => 1 ) ) [175] => Array ( [4] => Array ( [alert_table_id] => 4942 [alert_test_id] => 4 [device_id] => 25 [entity_type] => sensor [entity_id] => 175 [alert_assocs] => 4 [delay] => 0 [ignore_until] => [last_checked] => 1398860748 [last_changed] => 1398685553 [last_recovered] => 1398685558 [last_failed] => 1398680448 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 1398680454 [ignore_until_ok] => 0 [state] => {"metrics":{"sensor_value":12}} [count] => 0 [state_entry] => 1 ) ) [176] => Array ( [4] => Array ( [alert_table_id] => 4943 [alert_test_id] => 4 [device_id] => 25 [entity_type] => sensor [entity_id] => 176 [alert_assocs] => 4 [delay] => 0 [ignore_until] => [last_checked] => 1398860748 [last_changed] => 1398685553 [last_recovered] => 1398685558 [last_failed] => 1398680448 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 1398680454 [ignore_until_ok] => 0 [state] => {"metrics":{"sensor_value":233}} [count] => 0 [state_entry] => 1 ) ) [177] => Array ( [4] => Array ( [alert_table_id] => 4944 [alert_test_id] => 4 [device_id] => 25 [entity_type] => sensor [entity_id] => 177 [alert_assocs] => 4 [delay] => 0 [ignore_until] => [last_checked] => 1398860748 [last_changed] => 1398685553 [last_recovered] => 1398685558 [last_failed] => 1398680448 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 1398680454 [ignore_until_ok] => 0 [state] => {"metrics":{"sensor_value":45}} [count] => 0 [state_entry] => 1 ) ) [178] => Array ( [4] => Array ( [alert_table_id] => 4945 [alert_test_id] => 4 [device_id] => 25 [entity_type] => sensor [entity_id] => 178 [alert_assocs] => 4 [delay] => 0 [ignore_until] => [last_checked] => 1398860748 [last_changed] => 1398685553 [last_recovered] => 1398685558 [last_failed] => 1398680448 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 1398680454 [ignore_until_ok] => 0 [state] => {"metrics":{"sensor_value":55}} [count] => 0 [state_entry] => 1 ) ) [179] => Array ( [4] => Array ( [alert_table_id] => 4946 [alert_test_id] => 4 [device_id] => 25 [entity_type] => sensor [entity_id] => 179 [alert_assocs] => 4 [delay] => 0 [ignore_until] => [last_checked] => 1398860748 [last_changed] => 1398685553 [last_recovered] => 1398685558 [last_failed] => 1397800844 [has_alerted] => 1 [last_message] => Checks failed [alert_status] => 0 [last_alerted] => 1398858647 [ignore_until_ok] => 0 [state] => {"metrics":{"sensor_value":3.295},"failed":[{"value":"3.78925","condition":"greater","metric":"sensor_value"}]} [count] => 585 [state_entry] => 1 ) ) [180] => Array ( [4] => Array ( [alert_table_id] => 4947 [alert_test_id] => 4 [device_id] => 25 [entity_type] => sensor [entity_id] => 180 [alert_assocs] => 4 [delay] => 0 [ignore_until] => [last_checked] => 1398860748 [last_changed] => 1398821738 [last_recovered] => 1398821742 [last_failed] => 1397808347 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 1398821465 [ignore_until_ok] => 0 [state] => {"metrics":{"sensor_value":1}} [count] => 0 [state_entry] => 1 ) ) [181] => Array ( [4] => Array ( [alert_table_id] => 4948 [alert_test_id] => 4 [device_id] => 25 [entity_type] => sensor [entity_id] => 181 [alert_assocs] => 4 [delay] => 0 [ignore_until] => [last_checked] => 1398860748 [last_changed] => 1398685553 [last_recovered] => 1398685558 [last_failed] => 1397800844 [has_alerted] => 1 [last_message] => Checks failed [alert_status] => 0 [last_alerted] => 1398858647 [ignore_until_ok] => 0 [state] => {"metrics":{"sensor_value":2.495},"failed":[{"value":"2.86925","condition":"greater","metric":"sensor_value"}]} [count] => 585 [state_entry] => 1 ) ) [182] => Array ( [4] => Array ( [alert_table_id] => 4949 [alert_test_id] => 4 [device_id] => 25 [entity_type] => sensor [entity_id] => 182 [alert_assocs] => 4 [delay] => 0 [ignore_until] => [last_checked] => 1398860748 [last_changed] => 1398685553 [last_recovered] => 1398685558 [last_failed] => 1397800844 [has_alerted] => 1 [last_message] => Checks failed [alert_status] => 0 [last_alerted] => 1398858966 [ignore_until_ok] => 0 [state] => {"metrics":{"sensor_value":2.485},"failed":[{"value":"2.85775","condition":"greater","metric":"sensor_value"}]} [count] => 585 [state_entry] => 1 ) ) [183] => Array ( [4] => Array ( [alert_table_id] => 4950 [alert_test_id] => 4 [device_id] => 25 [entity_type] => sensor [entity_id] => 183 [alert_assocs] => 4 [delay] => 0 [ignore_until] => [last_checked] => 1398860748 [last_changed] => 1398685553 [last_recovered] => 1398685558 [last_failed] => 1397800844 [has_alerted] => 1 [last_message] => Checks failed [alert_status] => 0 [last_alerted] => 1398858966 [ignore_until_ok] => 0 [state] => {"metrics":{"sensor_value":1.196},"failed":[{"value":"1.3754","condition":"greater","metric":"sensor_value"}]} [count] => 585 [state_entry] => 1 ) ) [184] => Array ( [4] => Array ( [alert_table_id] => 4951 [alert_test_id] => 4 [device_id] => 25 [entity_type] => sensor [entity_id] => 184 [alert_assocs] => 4 [delay] => 0 [ignore_until] => [last_checked] => 1398860748 [last_changed] => 1398685553 [last_recovered] => 1398685559 [last_failed] => 1398680448 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 1398685559 [ignore_until_ok] => 0 [state] => {"metrics":{"sensor_value":1.796}} [count] => 0 [state_entry] => 1 ) ) [185] => Array ( [4] => Array ( [alert_table_id] => 4952 [alert_test_id] => 4 [device_id] => 25 [entity_type] => sensor [entity_id] => 185 [alert_assocs] => 4 [delay] => 0 [ignore_until] => [last_checked] => 1398860748 [last_changed] => 1398685553 [last_recovered] => 1398685559 [last_failed] => 1398680448 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 1398685559 [ignore_until_ok] => 0 [state] => {"metrics":{"sensor_value":11.938}} [count] => 0 [state_entry] => 1 ) ) [186] => Array ( [4] => Array ( [alert_table_id] => 4953 [alert_test_id] => 4 [device_id] => 25 [entity_type] => sensor [entity_id] => 186 [alert_assocs] => 4 [delay] => 0 [ignore_until] => [last_checked] => 1398860748 [last_changed] => 1398685553 [last_recovered] => 1398685559 [last_failed] => 1398680448 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 1398685559 [ignore_until_ok] => 0 [state] => {"metrics":{"sensor_value":4.995}} [count] => 0 [state_entry] => 1 ) ) [187] => Array ( [4] => Array ( [alert_table_id] => 4954 [alert_test_id] => 4 [device_id] => 25 [entity_type] => sensor [entity_id] => 187 [alert_assocs] => 4 [delay] => 0 [ignore_until] => [last_checked] => 1398860748 [last_changed] => 1398685553 [last_recovered] => 1398685559 [last_failed] => 1397800844 [has_alerted] => 1 [last_message] => Checks failed [alert_status] => 0 [last_alerted] => 1398858966 [ignore_until_ok] => 0 [state] => {"metrics":{"sensor_value":1.198},"failed":[{"value":"1.3777","condition":"greater","metric":"sensor_value"}]} [count] => 585 [state_entry] => 1 ) ) [188] => Array ( [4] => Array ( [alert_table_id] => 4955 [alert_test_id] => 4 [device_id] => 25 [entity_type] => sensor [entity_id] => 188 [alert_assocs] => 4 [delay] => 0 [ignore_until] => [last_checked] => 1398860748 [last_changed] => 1398685553 [last_recovered] => 1398685559 [last_failed] => 1398680448 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 1398685559 [ignore_until_ok] => 0 [state] => {"metrics":{"sensor_value":0.9}} [count] => 0 [state_entry] => 1 ) ) [189] => Array ( [4] => Array ( [alert_table_id] => 4956 [alert_test_id] => 4 [device_id] => 25 [entity_type] => sensor [entity_id] => 189 [alert_assocs] => 4 [delay] => 0 [ignore_until] => [last_checked] => 1398860748 [last_changed] => 1398685553 [last_recovered] => 1398685559 [last_failed] => 1397800844 [has_alerted] => 1 [last_message] => Checks failed [alert_status] => 0 [last_alerted] => 1398858966 [ignore_until_ok] => 0 [state] => {"metrics":{"sensor_value":1.098},"failed":[{"value":"1.25695","condition":"greater","metric":"sensor_value"}]} [count] => 585 [state_entry] => 1 ) ) [190] => Array ( [4] => Array ( [alert_table_id] => 4957 [alert_test_id] => 4 [device_id] => 25 [entity_type] => sensor [entity_id] => 190 [alert_assocs] => 4 [delay] => 0 [ignore_until] => [last_checked] => 1398860748 [last_changed] => 1398848742 [last_recovered] => 1398848745 [last_failed] => 1397827250 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 1398848470 [ignore_until_ok] => 0 [state] => {"metrics":{"sensor_value":1}} [count] => 0 [state_entry] => 1 ) ) [191] => Array ( [4] => Array ( [alert_table_id] => 4958 [alert_test_id] => 4 [device_id] => 25 [entity_type] => sensor [entity_id] => 191 [alert_assocs] => 4 [delay] => 0 [ignore_until] => [last_checked] => 1398860748 [last_changed] => 1398685553 [last_recovered] => 1398685559 [last_failed] => 1397800844 [has_alerted] => 1 [last_message] => Checks failed [alert_status] => 0 [last_alerted] => 1398858966 [ignore_until_ok] => 0 [state] => {"metrics":{"sensor_value":1.489},"failed":[{"value":"1.72385","condition":"greater","metric":"sensor_value"}]} [count] => 585 [state_entry] => 1 ) ) [192] => Array ( [4] => Array ( [alert_table_id] => 4959 [alert_test_id] => 4 [device_id] => 25 [entity_type] => sensor [entity_id] => 192 [alert_assocs] => 4 [delay] => 0 [ignore_until] => [last_checked] => 1398860748 [last_changed] => 1398685553 [last_recovered] => 1398685559 [last_failed] => 1397800844 [has_alerted] => 1 [last_message] => Checks failed [alert_status] => 0 [last_alerted] => 1398858966 [ignore_until_ok] => 0 [state] => {"metrics":{"sensor_value":1.196},"failed":[{"value":"1.38115","condition":"greater","metric":"sensor_value"}]} [count] => 585 [state_entry] => 1 ) ) [193] => Array ( [4] => Array ( [alert_table_id] => 4960 [alert_test_id] => 4 [device_id] => 25 [entity_type] => sensor [entity_id] => 193 [alert_assocs] => 4 [delay] => 0 [ignore_until] => [last_checked] => 1398860748 [last_changed] => 1398685553 [last_recovered] => 1398685559 [last_failed] => 1397800844 [has_alerted] => 1 [last_message] => Checks failed [alert_status] => 0 [last_alerted] => 1398858966 [ignore_until_ok] => 0 [state] => {"metrics":{"sensor_value":1.04},"failed":[{"value":"1.20635","condition":"greater","metric":"sensor_value"}]} [count] => 585 [state_entry] => 1 ) ) [194] => Array ( [4] => Array ( [alert_table_id] => 4961 [alert_test_id] => 4 [device_id] => 25 [entity_type] => sensor [entity_id] => 194 [alert_assocs] => 4 [delay] => 0 [ignore_until] => [last_checked] => 1398860748 [last_changed] => 1398685553 [last_recovered] => 1398685559 [last_failed] => 1398680448 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 1398685559 [ignore_until_ok] => 0 [state] => {"metrics":{"sensor_value":11.938}} [count] => 0 [state_entry] => 1 ) ) [195] => Array ( [4] => Array ( [alert_table_id] => 4962 [alert_test_id] => 4 [device_id] => 25 [entity_type] => sensor [entity_id] => 195 [alert_assocs] => 4 [delay] => 0 [ignore_until] => [last_checked] => 1398860748 [last_changed] => 1398685553 [last_recovered] => 1398685559 [last_failed] => 1398680448 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 1398685559 [ignore_until_ok] => 0 [state] => {"metrics":{"sensor_value":4.995}} [count] => 0 [state_entry] => 1 ) ) [196] => Array ( [4] => Array ( [alert_table_id] => 4963 [alert_test_id] => 4 [device_id] => 25 [entity_type] => sensor [entity_id] => 196 [alert_assocs] => 4 [delay] => 0 [ignore_until] => [last_checked] => 1398860748 [last_changed] => 1398685553 [last_recovered] => 1398685559 [last_failed] => 1397800844 [has_alerted] => 1 [last_message] => Checks failed [alert_status] => 0 [last_alerted] => 1398858967 [ignore_until_ok] => 0 [state] => {"metrics":{"sensor_value":0.751},"failed":[{"value":"0.8809","condition":"greater","metric":"sensor_value"}]} [count] => 585 [state_entry] => 1 ) ) [197] => Array ( [4] => Array ( [alert_table_id] => 4964 [alert_test_id] => 4 [device_id] => 25 [entity_type] => sensor [entity_id] => 197 [alert_assocs] => 4 [delay] => 0 [ignore_until] => [last_checked] => 1398860748 [last_changed] => 1398685553 [last_recovered] => 1398685559 [last_failed] => 1397800844 [has_alerted] => 1 [last_message] => Checks failed [alert_status] => 0 [last_alerted] => 1398858967 [ignore_until_ok] => 0 [state] => {"metrics":{"sensor_value":2.497},"failed":[{"value":"2.87155","condition":"greater","metric":"sensor_value"}]} [count] => 585 [state_entry] => 1 ) ) [198] => Array ( [4] => Array ( [alert_table_id] => 4965 [alert_test_id] => 4 [device_id] => 25 [entity_type] => sensor [entity_id] => 198 [alert_assocs] => 4 [delay] => 0 [ignore_until] => [last_checked] => 1398860748 [last_changed] => 1398685553 [last_recovered] => 1398685559 [last_failed] => 1398680448 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 1398685559 [ignore_until_ok] => 0 [state] => {"metrics":{"sensor_value":44}} [count] => 0 [state_entry] => 1 ) ) [199] => Array ( [4] => Array ( [alert_table_id] => 4966 [alert_test_id] => 4 [device_id] => 25 [entity_type] => sensor [entity_id] => 199 [alert_assocs] => 4 [delay] => 0 [ignore_until] => [last_checked] => 1398860748 [last_changed] => 1398685553 [last_recovered] => 1398685559 [last_failed] => 1398680448 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 1398685559 [ignore_until_ok] => 0 [state] => {"metrics":{"sensor_value":39}} [count] => 0 [state_entry] => 1 ) ) [200] => Array ( [4] => Array ( [alert_table_id] => 4967 [alert_test_id] => 4 [device_id] => 25 [entity_type] => sensor [entity_id] => 200 [alert_assocs] => 4 [delay] => 0 [ignore_until] => [last_checked] => 1398860748 [last_changed] => 1398685553 [last_recovered] => 1398685559 [last_failed] => 1398680448 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 1398685559 [ignore_until_ok] => 0 [state] => {"metrics":{"sensor_value":45}} [count] => 0 [state_entry] => 1 ) ) [201] => Array ( [4] => Array ( [alert_table_id] => 4968 [alert_test_id] => 4 [device_id] => 25 [entity_type] => sensor [entity_id] => 201 [alert_assocs] => 4 [delay] => 0 [ignore_until] => [last_checked] => 1398860748 [last_changed] => 1398685553 [last_recovered] => 1398685559 [last_failed] => 1398680448 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 1398685559 [ignore_until_ok] => 0 [state] => {"metrics":{"sensor_value":56}} [count] => 0 [state_entry] => 1 ) ) [202] => Array ( [4] => Array ( [alert_table_id] => 4969 [alert_test_id] => 4 [device_id] => 25 [entity_type] => sensor [entity_id] => 202 [alert_assocs] => 4 [delay] => 0 [ignore_until] => [last_checked] => 1398860748 [last_changed] => 1398685553 [last_recovered] => 1398685559 [last_failed] => 1398680448 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 1398685559 [ignore_until_ok] => 0 [state] => {"metrics":{"sensor_value":34}} [count] => 0 [state_entry] => 1 ) ) [203] => Array ( [4] => Array ( [alert_table_id] => 4970 [alert_test_id] => 4 [device_id] => 25 [entity_type] => sensor [entity_id] => 203 [alert_assocs] => 4 [delay] => 0 [ignore_until] => [last_checked] => 1398860748 [last_changed] => 1398685553 [last_recovered] => 1398685559 [last_failed] => 1398680448 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 1398685559 [ignore_until_ok] => 0 [state] => {"metrics":{"sensor_value":41}} [count] => 0 [state_entry] => 1 ) ) [204] => Array ( [4] => Array ( [alert_table_id] => 4971 [alert_test_id] => 4 [device_id] => 25 [entity_type] => sensor [entity_id] => 204 [alert_assocs] => 4 [delay] => 0 [ignore_until] => [last_checked] => 1398860748 [last_changed] => 1398685553 [last_recovered] => 1398685559 [last_failed] => 1398680448 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 1398685559 [ignore_until_ok] => 0 [state] => {"metrics":{"sensor_value":52}} [count] => 0 [state_entry] => 1 ) ) [205] => Array ( [4] => Array ( [alert_table_id] => 4972 [alert_test_id] => 4 [device_id] => 25 [entity_type] => sensor [entity_id] => 205 [alert_assocs] => 4 [delay] => 0 [ignore_until] => [last_checked] => 1398860748 [last_changed] => 1398685553 [last_recovered] => 1398685559 [last_failed] => 1398680448 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 1398685559 [ignore_until_ok] => 0 [state] => {"metrics":{"sensor_value":51}} [count] => 0 [state_entry] => 1 ) ) [206] => Array ( [4] => Array ( [alert_table_id] => 4973 [alert_test_id] => 4 [device_id] => 25 [entity_type] => sensor [entity_id] => 206 [alert_assocs] => 4 [delay] => 0 [ignore_until] => [last_checked] => 1398860748 [last_changed] => 1398685553 [last_recovered] => 1398685559 [last_failed] => 1398680448 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 1398685559 [ignore_until_ok] => 0 [state] => {"metrics":{"sensor_value":47}} [count] => 0 [state_entry] => 1 ) ) [207] => Array ( [4] => Array ( [alert_table_id] => 4974 [alert_test_id] => 4 [device_id] => 25 [entity_type] => sensor [entity_id] => 207 [alert_assocs] => 4 [delay] => 0 [ignore_until] => [last_checked] => 1398860748 [last_changed] => 1398685553 [last_recovered] => 1398685559 [last_failed] => 1398680448 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 1398685559 [ignore_until_ok] => 0 [state] => {"metrics":{"sensor_value":58}} [count] => 0 [state_entry] => 1 ) ) [208] => Array ( [4] => Array ( [alert_table_id] => 4975 [alert_test_id] => 4 [device_id] => 25 [entity_type] => sensor [entity_id] => 208 [alert_assocs] => 4 [delay] => 0 [ignore_until] => [last_checked] => 1398860748 [last_changed] => 1398685553 [last_recovered] => 1398685559 [last_failed] => 1398680448 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 1398685559 [ignore_until_ok] => 0 [state] => {"metrics":{"sensor_value":34}} [count] => 0 [state_entry] => 1 ) ) ) [bgp_peer] => Array ( [166] => Array ( [5] => Array ( [alert_table_id] => 4976 [alert_test_id] => 5 [device_id] => 25 [entity_type] => bgp_peer [entity_id] => 166 [alert_assocs] => 5 [delay] => 0 [ignore_until] => [last_checked] => 1398860751 [last_changed] => 1397135754 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"bgpPeerState":"established","bgpPeerAdminStatus":"start"},"failed":[{"value":"start","condition":"equals","metric":"bgpPeerAdminStatus"}]} [count] => 0 [state_entry] => 1 ) [6] => Array ( [alert_table_id] => 4977 [alert_test_id] => 6 [device_id] => 25 [entity_type] => bgp_peer [entity_id] => 166 [alert_assocs] => 6 [delay] => 0 [ignore_until] => [last_checked] => 1398860751 [last_changed] => 1397135754 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"bgpPeerFsmEstablishedTime":"14569718","bgpPeerState":"established"},"failed":[{"value":"established","condition":"equals","metric":"bgpPeerState"}]} [count] => 0 [state_entry] => 1 ) ) [167] => Array ( [5] => Array ( [alert_table_id] => 4978 [alert_test_id] => 5 [device_id] => 25 [entity_type] => bgp_peer [entity_id] => 167 [alert_assocs] => 5 [delay] => 0 [ignore_until] => [last_checked] => 1398860751 [last_changed] => 1397135754 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"bgpPeerState":"established","bgpPeerAdminStatus":"start"},"failed":[{"value":"start","condition":"equals","metric":"bgpPeerAdminStatus"}]} [count] => 0 [state_entry] => 1 ) [6] => Array ( [alert_table_id] => 4979 [alert_test_id] => 6 [device_id] => 25 [entity_type] => bgp_peer [entity_id] => 167 [alert_assocs] => 6 [delay] => 0 [ignore_until] => [last_checked] => 1398860751 [last_changed] => 1397135754 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"bgpPeerFsmEstablishedTime":"14569727","bgpPeerState":"established"},"failed":[{"value":"established","condition":"equals","metric":"bgpPeerState"}]} [count] => 0 [state_entry] => 1 ) ) [168] => Array ( [5] => Array ( [alert_table_id] => 4980 [alert_test_id] => 5 [device_id] => 25 [entity_type] => bgp_peer [entity_id] => 168 [alert_assocs] => 5 [delay] => 0 [ignore_until] => [last_checked] => 1398860751 [last_changed] => 1397135754 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"bgpPeerState":"established","bgpPeerAdminStatus":"start"},"failed":[{"value":"start","condition":"equals","metric":"bgpPeerAdminStatus"}]} [count] => 0 [state_entry] => 1 ) [6] => Array ( [alert_table_id] => 4981 [alert_test_id] => 6 [device_id] => 25 [entity_type] => bgp_peer [entity_id] => 168 [alert_assocs] => 6 [delay] => 0 [ignore_until] => [last_checked] => 1398860751 [last_changed] => 1397135754 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"bgpPeerFsmEstablishedTime":"14569725","bgpPeerState":"established"},"failed":[{"value":"established","condition":"equals","metric":"bgpPeerState"}]} [count] => 0 [state_entry] => 1 ) ) [169] => Array ( [5] => Array ( [alert_table_id] => 4982 [alert_test_id] => 5 [device_id] => 25 [entity_type] => bgp_peer [entity_id] => 169 [alert_assocs] => 5 [delay] => 0 [ignore_until] => [last_checked] => 1398860751 [last_changed] => 1397135754 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"bgpPeerState":"established","bgpPeerAdminStatus":"start"},"failed":[{"value":"start","condition":"equals","metric":"bgpPeerAdminStatus"}]} [count] => 0 [state_entry] => 1 ) [6] => Array ( [alert_table_id] => 4983 [alert_test_id] => 6 [device_id] => 25 [entity_type] => bgp_peer [entity_id] => 169 [alert_assocs] => 6 [delay] => 0 [ignore_until] => [last_checked] => 1398860751 [last_changed] => 1397135754 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"bgpPeerFsmEstablishedTime":"14569724","bgpPeerState":"established"},"failed":[{"value":"established","condition":"equals","metric":"bgpPeerState"}]} [count] => 0 [state_entry] => 1 ) ) [170] => Array ( [5] => Array ( [alert_table_id] => 4984 [alert_test_id] => 5 [device_id] => 25 [entity_type] => bgp_peer [entity_id] => 170 [alert_assocs] => 5 [delay] => 0 [ignore_until] => [last_checked] => 1398860751 [last_changed] => 1397135754 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"bgpPeerState":"established","bgpPeerAdminStatus":"start"},"failed":[{"value":"start","condition":"equals","metric":"bgpPeerAdminStatus"}]} [count] => 0 [state_entry] => 1 ) [6] => Array ( [alert_table_id] => 4985 [alert_test_id] => 6 [device_id] => 25 [entity_type] => bgp_peer [entity_id] => 170 [alert_assocs] => 6 [delay] => 0 [ignore_until] => [last_checked] => 1398860751 [last_changed] => 1397135754 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"bgpPeerFsmEstablishedTime":"14569724","bgpPeerState":"established"},"failed":[{"value":"established","condition":"equals","metric":"bgpPeerState"}]} [count] => 0 [state_entry] => 1 ) ) [171] => Array ( [5] => Array ( [alert_table_id] => 4986 [alert_test_id] => 5 [device_id] => 25 [entity_type] => bgp_peer [entity_id] => 171 [alert_assocs] => 5 [delay] => 0 [ignore_until] => [last_checked] => 1398860751 [last_changed] => 1397135754 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"bgpPeerState":"established","bgpPeerAdminStatus":"start"},"failed":[{"value":"start","condition":"equals","metric":"bgpPeerAdminStatus"}]} [count] => 0 [state_entry] => 1 ) [6] => Array ( [alert_table_id] => 4987 [alert_test_id] => 6 [device_id] => 25 [entity_type] => bgp_peer [entity_id] => 171 [alert_assocs] => 6 [delay] => 0 [ignore_until] => [last_checked] => 1398860751 [last_changed] => 1397135754 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"bgpPeerFsmEstablishedTime":"14569729","bgpPeerState":"established"},"failed":[{"value":"established","condition":"equals","metric":"bgpPeerState"}]} [count] => 0 [state_entry] => 1 ) ) [172] => Array ( [5] => Array ( [alert_table_id] => 4988 [alert_test_id] => 5 [device_id] => 25 [entity_type] => bgp_peer [entity_id] => 172 [alert_assocs] => 5 [delay] => 0 [ignore_until] => [last_checked] => 1398860751 [last_changed] => 1397135754 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"bgpPeerState":"established","bgpPeerAdminStatus":"start"},"failed":[{"value":"start","condition":"equals","metric":"bgpPeerAdminStatus"}]} [count] => 0 [state_entry] => 1 ) [6] => Array ( [alert_table_id] => 4989 [alert_test_id] => 6 [device_id] => 25 [entity_type] => bgp_peer [entity_id] => 172 [alert_assocs] => 6 [delay] => 0 [ignore_until] => [last_checked] => 1398860751 [last_changed] => 1397135754 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"bgpPeerFsmEstablishedTime":"14569728","bgpPeerState":"established"},"failed":[{"value":"established","condition":"equals","metric":"bgpPeerState"}]} [count] => 0 [state_entry] => 1 ) ) [173] => Array ( [5] => Array ( [alert_table_id] => 4990 [alert_test_id] => 5 [device_id] => 25 [entity_type] => bgp_peer [entity_id] => 173 [alert_assocs] => 5 [delay] => 0 [ignore_until] => [last_checked] => 1398860751 [last_changed] => 1397135754 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"bgpPeerState":"established","bgpPeerAdminStatus":"start"},"failed":[{"value":"start","condition":"equals","metric":"bgpPeerAdminStatus"}]} [count] => 0 [state_entry] => 1 ) [6] => Array ( [alert_table_id] => 4991 [alert_test_id] => 6 [device_id] => 25 [entity_type] => bgp_peer [entity_id] => 173 [alert_assocs] => 6 [delay] => 0 [ignore_until] => [last_checked] => 1398860751 [last_changed] => 1397135754 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"bgpPeerFsmEstablishedTime":"14569728","bgpPeerState":"established"},"failed":[{"value":"established","condition":"equals","metric":"bgpPeerState"}]} [count] => 0 [state_entry] => 1 ) ) [174] => Array ( [5] => Array ( [alert_table_id] => 4992 [alert_test_id] => 5 [device_id] => 25 [entity_type] => bgp_peer [entity_id] => 174 [alert_assocs] => 5 [delay] => 0 [ignore_until] => [last_checked] => 1398860751 [last_changed] => 1397135754 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"bgpPeerState":"established","bgpPeerAdminStatus":"start"},"failed":[{"value":"start","condition":"equals","metric":"bgpPeerAdminStatus"}]} [count] => 0 [state_entry] => 1 ) [6] => Array ( [alert_table_id] => 4993 [alert_test_id] => 6 [device_id] => 25 [entity_type] => bgp_peer [entity_id] => 174 [alert_assocs] => 6 [delay] => 0 [ignore_until] => [last_checked] => 1398860751 [last_changed] => 1397135754 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"bgpPeerFsmEstablishedTime":"14569729","bgpPeerState":"established"},"failed":[{"value":"established","condition":"equals","metric":"bgpPeerState"}]} [count] => 0 [state_entry] => 1 ) ) [175] => Array ( [5] => Array ( [alert_table_id] => 4994 [alert_test_id] => 5 [device_id] => 25 [entity_type] => bgp_peer [entity_id] => 175 [alert_assocs] => 5 [delay] => 0 [ignore_until] => [last_checked] => 1398860751 [last_changed] => 1397135754 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"bgpPeerState":"established","bgpPeerAdminStatus":"start"},"failed":[{"value":"start","condition":"equals","metric":"bgpPeerAdminStatus"}]} [count] => 0 [state_entry] => 1 ) [6] => Array ( [alert_table_id] => 4995 [alert_test_id] => 6 [device_id] => 25 [entity_type] => bgp_peer [entity_id] => 175 [alert_assocs] => 6 [delay] => 0 [ignore_until] => [last_checked] => 1398860751 [last_changed] => 1397135754 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"bgpPeerFsmEstablishedTime":"14569729","bgpPeerState":"established"},"failed":[{"value":"established","condition":"equals","metric":"bgpPeerState"}]} [count] => 0 [state_entry] => 1 ) ) [176] => Array ( [5] => Array ( [alert_table_id] => 4996 [alert_test_id] => 5 [device_id] => 25 [entity_type] => bgp_peer [entity_id] => 176 [alert_assocs] => 5 [delay] => 0 [ignore_until] => [last_checked] => 1398860751 [last_changed] => 1397135754 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"bgpPeerState":"established","bgpPeerAdminStatus":"start"},"failed":[{"value":"start","condition":"equals","metric":"bgpPeerAdminStatus"}]} [count] => 0 [state_entry] => 1 ) [6] => Array ( [alert_table_id] => 4997 [alert_test_id] => 6 [device_id] => 25 [entity_type] => bgp_peer [entity_id] => 176 [alert_assocs] => 6 [delay] => 0 [ignore_until] => [last_checked] => 1398860751 [last_changed] => 1397135754 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"bgpPeerFsmEstablishedTime":"14569729","bgpPeerState":"established"},"failed":[{"value":"established","condition":"equals","metric":"bgpPeerState"}]} [count] => 0 [state_entry] => 1 ) ) [178] => Array ( [5] => Array ( [alert_table_id] => 5000 [alert_test_id] => 5 [device_id] => 25 [entity_type] => bgp_peer [entity_id] => 178 [alert_assocs] => 5 [delay] => 0 [ignore_until] => [last_checked] => 1398860751 [last_changed] => 1397135754 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"bgpPeerState":"established","bgpPeerAdminStatus":"start"},"failed":[{"value":"start","condition":"equals","metric":"bgpPeerAdminStatus"}]} [count] => 0 [state_entry] => 1 ) [6] => Array ( [alert_table_id] => 5001 [alert_test_id] => 6 [device_id] => 25 [entity_type] => bgp_peer [entity_id] => 178 [alert_assocs] => 6 [delay] => 0 [ignore_until] => [last_checked] => 1398860751 [last_changed] => 1397135754 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"bgpPeerFsmEstablishedTime":"14569687","bgpPeerState":"established"},"failed":[{"value":"established","condition":"equals","metric":"bgpPeerState"}]} [count] => 0 [state_entry] => 1 ) ) [179] => Array ( [5] => Array ( [alert_table_id] => 5002 [alert_test_id] => 5 [device_id] => 25 [entity_type] => bgp_peer [entity_id] => 179 [alert_assocs] => 5 [delay] => 0 [ignore_until] => [last_checked] => 1398860751 [last_changed] => 1397135754 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"bgpPeerState":"established","bgpPeerAdminStatus":"start"},"failed":[{"value":"start","condition":"equals","metric":"bgpPeerAdminStatus"}]} [count] => 0 [state_entry] => 1 ) [6] => Array ( [alert_table_id] => 5003 [alert_test_id] => 6 [device_id] => 25 [entity_type] => bgp_peer [entity_id] => 179 [alert_assocs] => 6 [delay] => 0 [ignore_until] => [last_checked] => 1398860751 [last_changed] => 1397135754 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"bgpPeerFsmEstablishedTime":"4183262","bgpPeerState":"established"},"failed":[{"value":"established","condition":"equals","metric":"bgpPeerState"}]} [count] => 0 [state_entry] => 1 ) ) [180] => Array ( [5] => Array ( [alert_table_id] => 5004 [alert_test_id] => 5 [device_id] => 25 [entity_type] => bgp_peer [entity_id] => 180 [alert_assocs] => 5 [delay] => 0 [ignore_until] => [last_checked] => 1398860751 [last_changed] => 1397135754 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"bgpPeerState":"established","bgpPeerAdminStatus":"start"},"failed":[{"value":"start","condition":"equals","metric":"bgpPeerAdminStatus"}]} [count] => 0 [state_entry] => 1 ) [6] => Array ( [alert_table_id] => 5005 [alert_test_id] => 6 [device_id] => 25 [entity_type] => bgp_peer [entity_id] => 180 [alert_assocs] => 6 [delay] => 0 [ignore_until] => [last_checked] => 1398860751 [last_changed] => 1397135754 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"bgpPeerFsmEstablishedTime":"14569729","bgpPeerState":"established"},"failed":[{"value":"established","condition":"equals","metric":"bgpPeerState"}]} [count] => 0 [state_entry] => 1 ) ) [182] => Array ( [5] => Array ( [alert_table_id] => 5006 [alert_test_id] => 5 [device_id] => 25 [entity_type] => bgp_peer [entity_id] => 182 [alert_assocs] => 5 [delay] => 0 [ignore_until] => [last_checked] => 1398860751 [last_changed] => 1397135754 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"bgpPeerState":"established","bgpPeerAdminStatus":"start"},"failed":[{"value":"start","condition":"equals","metric":"bgpPeerAdminStatus"}]} [count] => 0 [state_entry] => 1 ) [6] => Array ( [alert_table_id] => 5007 [alert_test_id] => 6 [device_id] => 25 [entity_type] => bgp_peer [entity_id] => 182 [alert_assocs] => 6 [delay] => 0 [ignore_until] => [last_checked] => 1398860751 [last_changed] => 1397135754 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"bgpPeerFsmEstablishedTime":"14569727","bgpPeerState":"established"},"failed":[{"value":"established","condition":"equals","metric":"bgpPeerState"}]} [count] => 0 [state_entry] => 1 ) ) [183] => Array ( [5] => Array ( [alert_table_id] => 5008 [alert_test_id] => 5 [device_id] => 25 [entity_type] => bgp_peer [entity_id] => 183 [alert_assocs] => 5 [delay] => 0 [ignore_until] => [last_checked] => 1398860751 [last_changed] => 1397135754 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"bgpPeerState":"established","bgpPeerAdminStatus":"start"},"failed":[{"value":"start","condition":"equals","metric":"bgpPeerAdminStatus"}]} [count] => 0 [state_entry] => 1 ) [6] => Array ( [alert_table_id] => 5009 [alert_test_id] => 6 [device_id] => 25 [entity_type] => bgp_peer [entity_id] => 183 [alert_assocs] => 6 [delay] => 0 [ignore_until] => [last_checked] => 1398860751 [last_changed] => 1397135754 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"bgpPeerFsmEstablishedTime":"14568454","bgpPeerState":"established"},"failed":[{"value":"established","condition":"equals","metric":"bgpPeerState"}]} [count] => 0 [state_entry] => 1 ) ) [184] => Array ( [5] => Array ( [alert_table_id] => 5010 [alert_test_id] => 5 [device_id] => 25 [entity_type] => bgp_peer [entity_id] => 184 [alert_assocs] => 5 [delay] => 0 [ignore_until] => [last_checked] => 1398860751 [last_changed] => 1397135754 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"bgpPeerState":"established","bgpPeerAdminStatus":"start"},"failed":[{"value":"start","condition":"equals","metric":"bgpPeerAdminStatus"}]} [count] => 0 [state_entry] => 1 ) [6] => Array ( [alert_table_id] => 5011 [alert_test_id] => 6 [device_id] => 25 [entity_type] => bgp_peer [entity_id] => 184 [alert_assocs] => 6 [delay] => 0 [ignore_until] => [last_checked] => 1398860751 [last_changed] => 1397135754 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"bgpPeerFsmEstablishedTime":"6418715","bgpPeerState":"established"},"failed":[{"value":"established","condition":"equals","metric":"bgpPeerState"}]} [count] => 0 [state_entry] => 1 ) ) [185] => Array ( [5] => Array ( [alert_table_id] => 5012 [alert_test_id] => 5 [device_id] => 25 [entity_type] => bgp_peer [entity_id] => 185 [alert_assocs] => 5 [delay] => 0 [ignore_until] => [last_checked] => 1398860751 [last_changed] => 1397135754 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"bgpPeerState":"established","bgpPeerAdminStatus":"start"},"failed":[{"value":"start","condition":"equals","metric":"bgpPeerAdminStatus"}]} [count] => 0 [state_entry] => 1 ) [6] => Array ( [alert_table_id] => 5013 [alert_test_id] => 6 [device_id] => 25 [entity_type] => bgp_peer [entity_id] => 185 [alert_assocs] => 6 [delay] => 0 [ignore_until] => [last_checked] => 1398860751 [last_changed] => 1397135754 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"bgpPeerFsmEstablishedTime":"14569729","bgpPeerState":"established"},"failed":[{"value":"established","condition":"equals","metric":"bgpPeerState"}]} [count] => 0 [state_entry] => 1 ) ) [186] => Array ( [5] => Array ( [alert_table_id] => 5014 [alert_test_id] => 5 [device_id] => 25 [entity_type] => bgp_peer [entity_id] => 186 [alert_assocs] => 5 [delay] => 0 [ignore_until] => [last_checked] => 1398860751 [last_changed] => 1397135754 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"bgpPeerState":"established","bgpPeerAdminStatus":"start"},"failed":[{"value":"start","condition":"equals","metric":"bgpPeerAdminStatus"}]} [count] => 0 [state_entry] => 1 ) [6] => Array ( [alert_table_id] => 5015 [alert_test_id] => 6 [device_id] => 25 [entity_type] => bgp_peer [entity_id] => 186 [alert_assocs] => 6 [delay] => 0 [ignore_until] => [last_checked] => 1398860751 [last_changed] => 1397135754 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"bgpPeerFsmEstablishedTime":"14569723","bgpPeerState":"established"},"failed":[{"value":"established","condition":"equals","metric":"bgpPeerState"}]} [count] => 0 [state_entry] => 1 ) ) [189] => Array ( [5] => Array ( [alert_table_id] => 5016 [alert_test_id] => 5 [device_id] => 25 [entity_type] => bgp_peer [entity_id] => 189 [alert_assocs] => 5 [delay] => 0 [ignore_until] => [last_checked] => 1398860751 [last_changed] => 1397135754 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"bgpPeerState":null,"bgpPeerAdminStatus":null}} [count] => 0 [state_entry] => 1 ) [6] => Array ( [alert_table_id] => 5017 [alert_test_id] => 6 [device_id] => 25 [entity_type] => bgp_peer [entity_id] => 189 [alert_assocs] => 6 [delay] => 0 [ignore_until] => [last_checked] => 1398860751 [last_changed] => 1397135754 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"bgpPeerFsmEstablishedTime":null,"bgpPeerState":null}} [count] => 0 [state_entry] => 1 ) ) [217] => Array ( [5] => Array ( [alert_table_id] => 35338 [alert_test_id] => 5 [device_id] => 25 [entity_type] => bgp_peer [entity_id] => 217 [alert_assocs] => 5 [delay] => 0 [ignore_until] => [last_checked] => 1398860751 [last_changed] => 1397135754 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"bgpPeerState":"established","bgpPeerAdminStatus":"start"},"failed":[{"value":"start","condition":"equals","metric":"bgpPeerAdminStatus"}]} [count] => 0 [state_entry] => 1 ) [6] => Array ( [alert_table_id] => 35339 [alert_test_id] => 6 [device_id] => 25 [entity_type] => bgp_peer [entity_id] => 217 [alert_assocs] => 6 [delay] => 0 [ignore_until] => [last_checked] => 1398860751 [last_changed] => 1397135754 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"bgpPeerFsmEstablishedTime":"2927907","bgpPeerState":"established"},"failed":[{"value":"established","condition":"equals","metric":"bgpPeerState"}]} [count] => 0 [state_entry] => 1 ) ) ) [port] => Array ( [954] => Array ( [7] => Array ( [alert_table_id] => 5018 [alert_test_id] => 7 [device_id] => 25 [entity_type] => port [entity_id] => 954 [alert_assocs] => 7 [delay] => 0 [ignore_until] => [last_checked] => 1398860749 [last_changed] => 1397135752 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"ifInOctets_perc":18,"ifOutOctets_perc":3}} [count] => 0 [state_entry] => 1 ) [8] => Array ( [alert_table_id] => 5019 [alert_test_id] => 8 [device_id] => 25 [entity_type] => port [entity_id] => 954 [alert_assocs] => 8 [delay] => 0 [ignore_until] => [last_checked] => 1398860749 [last_changed] => 1397135752 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"ifDuplex":"fullDuplex"}} [count] => 0 [state_entry] => 1 ) [9] => Array ( [alert_table_id] => 5020 [alert_test_id] => 9 [device_id] => 25 [entity_type] => port [entity_id] => 954 [alert_assocs] => 9 [delay] => 0 [ignore_until] => [last_checked] => 1398860749 [last_changed] => 1397135752 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"ifMtu":"9216"}} [count] => 0 [state_entry] => 1 ) [10] => Array ( [alert_table_id] => 5021 [alert_test_id] => 10 [device_id] => 25 [entity_type] => port [entity_id] => 954 [alert_assocs] => 10 [delay] => 0 [ignore_until] => [last_checked] => 1398860749 [last_changed] => 1397135752 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"ifAdminStatus":"up","ifOperStatus":"up"},"failed":[{"value":"up","condition":"equals","metric":"ifAdminStatus"}]} [count] => 0 [state_entry] => 1 ) [11] => Array ( [alert_table_id] => 5022 [alert_test_id] => 11 [device_id] => 25 [entity_type] => port [entity_id] => 954 [alert_assocs] => 11 [delay] => 0 [ignore_until] => [last_checked] => 1398860749 [last_changed] => 1397135752 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"ifInErrors_rate":0,"ifOutErrors_rate":0}} [count] => 0 [state_entry] => 1 ) ) [93758] => Array ( [7] => Array ( [alert_table_id] => 5023 [alert_test_id] => 7 [device_id] => 25 [entity_type] => port [entity_id] => 93758 [alert_assocs] => 7 [delay] => 0 [ignore_until] => [last_checked] => 1398860749 [last_changed] => 1397135752 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"ifInOctets_perc":1,"ifOutOctets_perc":13}} [count] => 0 [state_entry] => 1 ) [8] => Array ( [alert_table_id] => 5024 [alert_test_id] => 8 [device_id] => 25 [entity_type] => port [entity_id] => 93758 [alert_assocs] => 8 [delay] => 0 [ignore_until] => [last_checked] => 1398860749 [last_changed] => 1397135752 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"ifDuplex":"fullDuplex"}} [count] => 0 [state_entry] => 1 ) [9] => Array ( [alert_table_id] => 5025 [alert_test_id] => 9 [device_id] => 25 [entity_type] => port [entity_id] => 93758 [alert_assocs] => 9 [delay] => 0 [ignore_until] => [last_checked] => 1398860749 [last_changed] => 1397135752 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"ifMtu":"9216"}} [count] => 0 [state_entry] => 1 ) [10] => Array ( [alert_table_id] => 5026 [alert_test_id] => 10 [device_id] => 25 [entity_type] => port [entity_id] => 93758 [alert_assocs] => 10 [delay] => 0 [ignore_until] => [last_checked] => 1398860749 [last_changed] => 1397135752 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"ifAdminStatus":"up","ifOperStatus":"up"},"failed":[{"value":"up","condition":"equals","metric":"ifAdminStatus"}]} [count] => 0 [state_entry] => 1 ) [11] => Array ( [alert_table_id] => 5027 [alert_test_id] => 11 [device_id] => 25 [entity_type] => port [entity_id] => 93758 [alert_assocs] => 11 [delay] => 0 [ignore_until] => [last_checked] => 1398860749 [last_changed] => 1397135752 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"ifInErrors_rate":0,"ifOutErrors_rate":0}} [count] => 0 [state_entry] => 1 ) ) [93759] => Array ( [7] => Array ( [alert_table_id] => 5028 [alert_test_id] => 7 [device_id] => 25 [entity_type] => port [entity_id] => 93759 [alert_assocs] => 7 [delay] => 0 [ignore_until] => [last_checked] => 1398860749 [last_changed] => 1397135752 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"ifInOctets_perc":2,"ifOutOctets_perc":6}} [count] => 0 [state_entry] => 1 ) [8] => Array ( [alert_table_id] => 5029 [alert_test_id] => 8 [device_id] => 25 [entity_type] => port [entity_id] => 93759 [alert_assocs] => 8 [delay] => 0 [ignore_until] => [last_checked] => 1398860749 [last_changed] => 1397135752 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"ifDuplex":"fullDuplex"}} [count] => 0 [state_entry] => 1 ) [9] => Array ( [alert_table_id] => 5030 [alert_test_id] => 9 [device_id] => 25 [entity_type] => port [entity_id] => 93759 [alert_assocs] => 9 [delay] => 0 [ignore_until] => [last_checked] => 1398860749 [last_changed] => 1397135752 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"ifMtu":"9216"}} [count] => 0 [state_entry] => 1 ) [10] => Array ( [alert_table_id] => 5031 [alert_test_id] => 10 [device_id] => 25 [entity_type] => port [entity_id] => 93759 [alert_assocs] => 10 [delay] => 0 [ignore_until] => [last_checked] => 1398860749 [last_changed] => 1397135752 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"ifAdminStatus":"up","ifOperStatus":"up"},"failed":[{"value":"up","condition":"equals","metric":"ifAdminStatus"}]} [count] => 0 [state_entry] => 1 ) [11] => Array ( [alert_table_id] => 5032 [alert_test_id] => 11 [device_id] => 25 [entity_type] => port [entity_id] => 93759 [alert_assocs] => 11 [delay] => 0 [ignore_until] => [last_checked] => 1398860749 [last_changed] => 1397135752 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"ifInErrors_rate":0,"ifOutErrors_rate":0}} [count] => 0 [state_entry] => 1 ) ) [93760] => Array ( [7] => Array ( [alert_table_id] => 5033 [alert_test_id] => 7 [device_id] => 25 [entity_type] => port [entity_id] => 93760 [alert_assocs] => 7 [delay] => 0 [ignore_until] => [last_checked] => 1398860749 [last_changed] => 1397135752 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"ifInOctets_perc":0,"ifOutOctets_perc":0}} [count] => 0 [state_entry] => 1 ) [8] => Array ( [alert_table_id] => 5034 [alert_test_id] => 8 [device_id] => 25 [entity_type] => port [entity_id] => 93760 [alert_assocs] => 8 [delay] => 0 [ignore_until] => [last_checked] => 1398860749 [last_changed] => 1397135752 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"ifDuplex":"fullDuplex"}} [count] => 0 [state_entry] => 1 ) [9] => Array ( [alert_table_id] => 5035 [alert_test_id] => 9 [device_id] => 25 [entity_type] => port [entity_id] => 93760 [alert_assocs] => 9 [delay] => 0 [ignore_until] => [last_checked] => 1398860749 [last_changed] => 1397135752 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"ifMtu":"1500"}} [count] => 0 [state_entry] => 1 ) [10] => Array ( [alert_table_id] => 5036 [alert_test_id] => 10 [device_id] => 25 [entity_type] => port [entity_id] => 93760 [alert_assocs] => 10 [delay] => 0 [ignore_until] => [last_checked] => 1398860749 [last_changed] => 1397135752 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"ifAdminStatus":"down","ifOperStatus":"down"},"failed":[{"value":"up","condition":"notequals","metric":"ifOperStatus"}]} [count] => 0 [state_entry] => 1 ) [11] => Array ( [alert_table_id] => 5037 [alert_test_id] => 11 [device_id] => 25 [entity_type] => port [entity_id] => 93760 [alert_assocs] => 11 [delay] => 0 [ignore_until] => [last_checked] => 1398860749 [last_changed] => 1397135752 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"ifInErrors_rate":0,"ifOutErrors_rate":0}} [count] => 0 [state_entry] => 1 ) ) [93761] => Array ( [7] => Array ( [alert_table_id] => 5038 [alert_test_id] => 7 [device_id] => 25 [entity_type] => port [entity_id] => 93761 [alert_assocs] => 7 [delay] => 0 [ignore_until] => [last_checked] => 1398860749 [last_changed] => 1397135752 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"ifInOctets_perc":0,"ifOutOctets_perc":0}} [count] => 0 [state_entry] => 1 ) [8] => Array ( [alert_table_id] => 5039 [alert_test_id] => 8 [device_id] => 25 [entity_type] => port [entity_id] => 93761 [alert_assocs] => 8 [delay] => 0 [ignore_until] => [last_checked] => 1398860749 [last_changed] => 1397135752 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"ifDuplex":"unknown"}} [count] => 0 [state_entry] => 1 ) [9] => Array ( [alert_table_id] => 5040 [alert_test_id] => 9 [device_id] => 25 [entity_type] => port [entity_id] => 93761 [alert_assocs] => 9 [delay] => 0 [ignore_until] => [last_checked] => 1398860749 [last_changed] => 1397135752 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"ifMtu":"1500"}} [count] => 0 [state_entry] => 1 ) [10] => Array ( [alert_table_id] => 5041 [alert_test_id] => 10 [device_id] => 25 [entity_type] => port [entity_id] => 93761 [alert_assocs] => 10 [delay] => 0 [ignore_until] => [last_checked] => 1398860749 [last_changed] => 1397135752 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"ifAdminStatus":"down","ifOperStatus":"down"},"failed":[{"value":"up","condition":"notequals","metric":"ifOperStatus"}]} [count] => 0 [state_entry] => 1 ) [11] => Array ( [alert_table_id] => 5042 [alert_test_id] => 11 [device_id] => 25 [entity_type] => port [entity_id] => 93761 [alert_assocs] => 11 [delay] => 0 [ignore_until] => [last_checked] => 1398860749 [last_changed] => 1397135752 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"ifInErrors_rate":0,"ifOutErrors_rate":0}} [count] => 0 [state_entry] => 1 ) ) [125115] => Array ( [7] => Array ( [alert_table_id] => 5043 [alert_test_id] => 7 [device_id] => 25 [entity_type] => port [entity_id] => 125115 [alert_assocs] => 7 [delay] => 0 [ignore_until] => [last_checked] => 1398860749 [last_changed] => 1397135752 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"ifInOctets_perc":0,"ifOutOctets_perc":0}} [count] => 0 [state_entry] => 1 ) [8] => Array ( [alert_table_id] => 5044 [alert_test_id] => 8 [device_id] => 25 [entity_type] => port [entity_id] => 125115 [alert_assocs] => 8 [delay] => 0 [ignore_until] => [last_checked] => 1398860749 [last_changed] => 1397135752 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"ifDuplex":null}} [count] => 0 [state_entry] => 1 ) [10] => Array ( [alert_table_id] => 5045 [alert_test_id] => 10 [device_id] => 25 [entity_type] => port [entity_id] => 125115 [alert_assocs] => 10 [delay] => 0 [ignore_until] => [last_checked] => 1398860749 [last_changed] => 1397135752 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"ifAdminStatus":"up","ifOperStatus":"up"},"failed":[{"value":"up","condition":"equals","metric":"ifAdminStatus"}]} [count] => 0 [state_entry] => 1 ) [11] => Array ( [alert_table_id] => 5046 [alert_test_id] => 11 [device_id] => 25 [entity_type] => port [entity_id] => 125115 [alert_assocs] => 11 [delay] => 0 [ignore_until] => [last_checked] => 1398860749 [last_changed] => 1397135752 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"ifInErrors_rate":0,"ifOutErrors_rate":0}} [count] => 0 [state_entry] => 1 ) ) [93762] => Array ( [7] => Array ( [alert_table_id] => 5047 [alert_test_id] => 7 [device_id] => 25 [entity_type] => port [entity_id] => 93762 [alert_assocs] => 7 [delay] => 0 [ignore_until] => [last_checked] => 1398860749 [last_changed] => 1397135752 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"ifInOctets_perc":0,"ifOutOctets_perc":0}} [count] => 0 [state_entry] => 1 ) [8] => Array ( [alert_table_id] => 5048 [alert_test_id] => 8 [device_id] => 25 [entity_type] => port [entity_id] => 93762 [alert_assocs] => 8 [delay] => 0 [ignore_until] => [last_checked] => 1398860749 [last_changed] => 1397135752 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"ifDuplex":null}} [count] => 0 [state_entry] => 1 ) [10] => Array ( [alert_table_id] => 5049 [alert_test_id] => 10 [device_id] => 25 [entity_type] => port [entity_id] => 93762 [alert_assocs] => 10 [delay] => 0 [ignore_until] => [last_checked] => 1398860749 [last_changed] => 1397135752 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"ifAdminStatus":"up","ifOperStatus":"up"},"failed":[{"value":"up","condition":"equals","metric":"ifAdminStatus"}]} [count] => 0 [state_entry] => 1 ) [11] => Array ( [alert_table_id] => 5050 [alert_test_id] => 11 [device_id] => 25 [entity_type] => port [entity_id] => 93762 [alert_assocs] => 11 [delay] => 0 [ignore_until] => [last_checked] => 1398860749 [last_changed] => 1397135752 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"ifInErrors_rate":0,"ifOutErrors_rate":0}} [count] => 0 [state_entry] => 1 ) ) [93763] => Array ( [7] => Array ( [alert_table_id] => 5051 [alert_test_id] => 7 [device_id] => 25 [entity_type] => port [entity_id] => 93763 [alert_assocs] => 7 [delay] => 0 [ignore_until] => [last_checked] => 1398860749 [last_changed] => 1397135752 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"ifInOctets_perc":0,"ifOutOctets_perc":0}} [count] => 0 [state_entry] => 1 ) [8] => Array ( [alert_table_id] => 5052 [alert_test_id] => 8 [device_id] => 25 [entity_type] => port [entity_id] => 93763 [alert_assocs] => 8 [delay] => 0 [ignore_until] => [last_checked] => 1398860749 [last_changed] => 1397135752 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"ifDuplex":null}} [count] => 0 [state_entry] => 1 ) [10] => Array ( [alert_table_id] => 5053 [alert_test_id] => 10 [device_id] => 25 [entity_type] => port [entity_id] => 93763 [alert_assocs] => 10 [delay] => 0 [ignore_until] => [last_checked] => 1398860749 [last_changed] => 1397135752 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"ifAdminStatus":"up","ifOperStatus":"up"},"failed":[{"value":"up","condition":"equals","metric":"ifAdminStatus"}]} [count] => 0 [state_entry] => 1 ) [11] => Array ( [alert_table_id] => 5054 [alert_test_id] => 11 [device_id] => 25 [entity_type] => port [entity_id] => 93763 [alert_assocs] => 11 [delay] => 0 [ignore_until] => [last_checked] => 1398860749 [last_changed] => 1397135752 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"ifInErrors_rate":0,"ifOutErrors_rate":0}} [count] => 0 [state_entry] => 1 ) ) [93765] => Array ( [7] => Array ( [alert_table_id] => 5059 [alert_test_id] => 7 [device_id] => 25 [entity_type] => port [entity_id] => 93765 [alert_assocs] => 7 [delay] => 0 [ignore_until] => [last_checked] => 1398860749 [last_changed] => 1397135752 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"ifInOctets_perc":0,"ifOutOctets_perc":0}} [count] => 0 [state_entry] => 1 ) [8] => Array ( [alert_table_id] => 5060 [alert_test_id] => 8 [device_id] => 25 [entity_type] => port [entity_id] => 93765 [alert_assocs] => 8 [delay] => 0 [ignore_until] => [last_checked] => 1398860749 [last_changed] => 1397135752 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"ifDuplex":null}} [count] => 0 [state_entry] => 1 ) [10] => Array ( [alert_table_id] => 5061 [alert_test_id] => 10 [device_id] => 25 [entity_type] => port [entity_id] => 93765 [alert_assocs] => 10 [delay] => 0 [ignore_until] => [last_checked] => 1398860749 [last_changed] => 1397135752 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"ifAdminStatus":"up","ifOperStatus":"up"},"failed":[{"value":"up","condition":"equals","metric":"ifAdminStatus"}]} [count] => 0 [state_entry] => 1 ) [11] => Array ( [alert_table_id] => 5062 [alert_test_id] => 11 [device_id] => 25 [entity_type] => port [entity_id] => 93765 [alert_assocs] => 11 [delay] => 0 [ignore_until] => [last_checked] => 1398860749 [last_changed] => 1397135752 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"ifInErrors_rate":0,"ifOutErrors_rate":0}} [count] => 0 [state_entry] => 1 ) ) [93766] => Array ( [7] => Array ( [alert_table_id] => 5063 [alert_test_id] => 7 [device_id] => 25 [entity_type] => port [entity_id] => 93766 [alert_assocs] => 7 [delay] => 0 [ignore_until] => [last_checked] => 1398860749 [last_changed] => 1397135752 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"ifInOctets_perc":0,"ifOutOctets_perc":0}} [count] => 0 [state_entry] => 1 ) [8] => Array ( [alert_table_id] => 5064 [alert_test_id] => 8 [device_id] => 25 [entity_type] => port [entity_id] => 93766 [alert_assocs] => 8 [delay] => 0 [ignore_until] => [last_checked] => 1398860749 [last_changed] => 1397135752 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"ifDuplex":null}} [count] => 0 [state_entry] => 1 ) [10] => Array ( [alert_table_id] => 5065 [alert_test_id] => 10 [device_id] => 25 [entity_type] => port [entity_id] => 93766 [alert_assocs] => 10 [delay] => 0 [ignore_until] => [last_checked] => 1398860749 [last_changed] => 1397135752 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"ifAdminStatus":"up","ifOperStatus":"up"},"failed":[{"value":"up","condition":"equals","metric":"ifAdminStatus"}]} [count] => 0 [state_entry] => 1 ) [11] => Array ( [alert_table_id] => 5066 [alert_test_id] => 11 [device_id] => 25 [entity_type] => port [entity_id] => 93766 [alert_assocs] => 11 [delay] => 0 [ignore_until] => [last_checked] => 1398860749 [last_changed] => 1397135752 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"ifInErrors_rate":0,"ifOutErrors_rate":0}} [count] => 0 [state_entry] => 1 ) ) [93767] => Array ( [7] => Array ( [alert_table_id] => 5067 [alert_test_id] => 7 [device_id] => 25 [entity_type] => port [entity_id] => 93767 [alert_assocs] => 7 [delay] => 0 [ignore_until] => [last_checked] => 1398860749 [last_changed] => 1397135752 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"ifInOctets_perc":0,"ifOutOctets_perc":0}} [count] => 0 [state_entry] => 1 ) [8] => Array ( [alert_table_id] => 5068 [alert_test_id] => 8 [device_id] => 25 [entity_type] => port [entity_id] => 93767 [alert_assocs] => 8 [delay] => 0 [ignore_until] => [last_checked] => 1398860749 [last_changed] => 1397135752 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"ifDuplex":null}} [count] => 0 [state_entry] => 1 ) [10] => Array ( [alert_table_id] => 5069 [alert_test_id] => 10 [device_id] => 25 [entity_type] => port [entity_id] => 93767 [alert_assocs] => 10 [delay] => 0 [ignore_until] => [last_checked] => 1398860749 [last_changed] => 1397135752 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"ifAdminStatus":"up","ifOperStatus":"up"},"failed":[{"value":"up","condition":"equals","metric":"ifAdminStatus"}]} [count] => 0 [state_entry] => 1 ) [11] => Array ( [alert_table_id] => 5070 [alert_test_id] => 11 [device_id] => 25 [entity_type] => port [entity_id] => 93767 [alert_assocs] => 11 [delay] => 0 [ignore_until] => [last_checked] => 1398860749 [last_changed] => 1397135752 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"ifInErrors_rate":0,"ifOutErrors_rate":0}} [count] => 0 [state_entry] => 1 ) ) [93768] => Array ( [7] => Array ( [alert_table_id] => 5071 [alert_test_id] => 7 [device_id] => 25 [entity_type] => port [entity_id] => 93768 [alert_assocs] => 7 [delay] => 0 [ignore_until] => [last_checked] => 1398860749 [last_changed] => 1397135752 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"ifInOctets_perc":0,"ifOutOctets_perc":0}} [count] => 0 [state_entry] => 1 ) [8] => Array ( [alert_table_id] => 5072 [alert_test_id] => 8 [device_id] => 25 [entity_type] => port [entity_id] => 93768 [alert_assocs] => 8 [delay] => 0 [ignore_until] => [last_checked] => 1398860749 [last_changed] => 1397135752 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"ifDuplex":null}} [count] => 0 [state_entry] => 1 ) [10] => Array ( [alert_table_id] => 5073 [alert_test_id] => 10 [device_id] => 25 [entity_type] => port [entity_id] => 93768 [alert_assocs] => 10 [delay] => 0 [ignore_until] => [last_checked] => 1398860749 [last_changed] => 1397135752 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"ifAdminStatus":"up","ifOperStatus":"up"},"failed":[{"value":"up","condition":"equals","metric":"ifAdminStatus"}]} [count] => 0 [state_entry] => 1 ) [11] => Array ( [alert_table_id] => 5074 [alert_test_id] => 11 [device_id] => 25 [entity_type] => port [entity_id] => 93768 [alert_assocs] => 11 [delay] => 0 [ignore_until] => [last_checked] => 1398860749 [last_changed] => 1397135752 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"ifInErrors_rate":0,"ifOutErrors_rate":0}} [count] => 0 [state_entry] => 1 ) ) [93769] => Array ( [7] => Array ( [alert_table_id] => 5075 [alert_test_id] => 7 [device_id] => 25 [entity_type] => port [entity_id] => 93769 [alert_assocs] => 7 [delay] => 0 [ignore_until] => [last_checked] => 1398860749 [last_changed] => 1397135752 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"ifInOctets_perc":0,"ifOutOctets_perc":0}} [count] => 0 [state_entry] => 1 ) [8] => Array ( [alert_table_id] => 5076 [alert_test_id] => 8 [device_id] => 25 [entity_type] => port [entity_id] => 93769 [alert_assocs] => 8 [delay] => 0 [ignore_until] => [last_checked] => 1398860749 [last_changed] => 1397135752 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"ifDuplex":null}} [count] => 0 [state_entry] => 1 ) [10] => Array ( [alert_table_id] => 5077 [alert_test_id] => 10 [device_id] => 25 [entity_type] => port [entity_id] => 93769 [alert_assocs] => 10 [delay] => 0 [ignore_until] => [last_checked] => 1398860749 [last_changed] => 1397135752 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"ifAdminStatus":"up","ifOperStatus":"up"},"failed":[{"value":"up","condition":"equals","metric":"ifAdminStatus"}]} [count] => 0 [state_entry] => 1 ) [11] => Array ( [alert_table_id] => 5078 [alert_test_id] => 11 [device_id] => 25 [entity_type] => port [entity_id] => 93769 [alert_assocs] => 11 [delay] => 0 [ignore_until] => [last_checked] => 1398860749 [last_changed] => 1397135752 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"ifInErrors_rate":0,"ifOutErrors_rate":0}} [count] => 0 [state_entry] => 1 ) ) [93770] => Array ( [7] => Array ( [alert_table_id] => 5079 [alert_test_id] => 7 [device_id] => 25 [entity_type] => port [entity_id] => 93770 [alert_assocs] => 7 [delay] => 0 [ignore_until] => [last_checked] => 1398860749 [last_changed] => 1397135752 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"ifInOctets_perc":0,"ifOutOctets_perc":0}} [count] => 0 [state_entry] => 1 ) [8] => Array ( [alert_table_id] => 5080 [alert_test_id] => 8 [device_id] => 25 [entity_type] => port [entity_id] => 93770 [alert_assocs] => 8 [delay] => 0 [ignore_until] => [last_checked] => 1398860749 [last_changed] => 1397135752 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"ifDuplex":null}} [count] => 0 [state_entry] => 1 ) [10] => Array ( [alert_table_id] => 5081 [alert_test_id] => 10 [device_id] => 25 [entity_type] => port [entity_id] => 93770 [alert_assocs] => 10 [delay] => 0 [ignore_until] => [last_checked] => 1398860749 [last_changed] => 1397135752 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"ifAdminStatus":"up","ifOperStatus":"up"},"failed":[{"value":"up","condition":"equals","metric":"ifAdminStatus"}]} [count] => 0 [state_entry] => 1 ) [11] => Array ( [alert_table_id] => 5082 [alert_test_id] => 11 [device_id] => 25 [entity_type] => port [entity_id] => 93770 [alert_assocs] => 11 [delay] => 0 [ignore_until] => [last_checked] => 1398860749 [last_changed] => 1397135752 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"ifInErrors_rate":0,"ifOutErrors_rate":0}} [count] => 0 [state_entry] => 1 ) ) [93771] => Array ( [7] => Array ( [alert_table_id] => 5083 [alert_test_id] => 7 [device_id] => 25 [entity_type] => port [entity_id] => 93771 [alert_assocs] => 7 [delay] => 0 [ignore_until] => [last_checked] => 1398860749 [last_changed] => 1397135752 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"ifInOctets_perc":0,"ifOutOctets_perc":0}} [count] => 0 [state_entry] => 1 ) [8] => Array ( [alert_table_id] => 5084 [alert_test_id] => 8 [device_id] => 25 [entity_type] => port [entity_id] => 93771 [alert_assocs] => 8 [delay] => 0 [ignore_until] => [last_checked] => 1398860749 [last_changed] => 1397135752 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"ifDuplex":null}} [count] => 0 [state_entry] => 1 ) [10] => Array ( [alert_table_id] => 5085 [alert_test_id] => 10 [device_id] => 25 [entity_type] => port [entity_id] => 93771 [alert_assocs] => 10 [delay] => 0 [ignore_until] => [last_checked] => 1398860749 [last_changed] => 1397135752 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"ifAdminStatus":"up","ifOperStatus":"up"},"failed":[{"value":"up","condition":"equals","metric":"ifAdminStatus"}]} [count] => 0 [state_entry] => 1 ) [11] => Array ( [alert_table_id] => 5086 [alert_test_id] => 11 [device_id] => 25 [entity_type] => port [entity_id] => 93771 [alert_assocs] => 11 [delay] => 0 [ignore_until] => [last_checked] => 1398860749 [last_changed] => 1397135752 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"ifInErrors_rate":0,"ifOutErrors_rate":0}} [count] => 0 [state_entry] => 1 ) ) [93772] => Array ( [7] => Array ( [alert_table_id] => 5087 [alert_test_id] => 7 [device_id] => 25 [entity_type] => port [entity_id] => 93772 [alert_assocs] => 7 [delay] => 0 [ignore_until] => [last_checked] => 1398860749 [last_changed] => 1397135752 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"ifInOctets_perc":1,"ifOutOctets_perc":11}} [count] => 0 [state_entry] => 1 ) [8] => Array ( [alert_table_id] => 5088 [alert_test_id] => 8 [device_id] => 25 [entity_type] => port [entity_id] => 93772 [alert_assocs] => 8 [delay] => 0 [ignore_until] => [last_checked] => 1398860749 [last_changed] => 1397135752 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"ifDuplex":null}} [count] => 0 [state_entry] => 1 ) [10] => Array ( [alert_table_id] => 5089 [alert_test_id] => 10 [device_id] => 25 [entity_type] => port [entity_id] => 93772 [alert_assocs] => 10 [delay] => 0 [ignore_until] => [last_checked] => 1398860749 [last_changed] => 1397135752 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"ifAdminStatus":"up","ifOperStatus":"up"},"failed":[{"value":"up","condition":"equals","metric":"ifAdminStatus"}]} [count] => 0 [state_entry] => 1 ) [11] => Array ( [alert_table_id] => 5090 [alert_test_id] => 11 [device_id] => 25 [entity_type] => port [entity_id] => 93772 [alert_assocs] => 11 [delay] => 0 [ignore_until] => [last_checked] => 1398860749 [last_changed] => 1397135752 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"ifInErrors_rate":0,"ifOutErrors_rate":0}} [count] => 0 [state_entry] => 1 ) ) [93773] => Array ( [7] => Array ( [alert_table_id] => 5091 [alert_test_id] => 7 [device_id] => 25 [entity_type] => port [entity_id] => 93773 [alert_assocs] => 7 [delay] => 0 [ignore_until] => [last_checked] => 1398860749 [last_changed] => 1397135752 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"ifInOctets_perc":0,"ifOutOctets_perc":0}} [count] => 0 [state_entry] => 1 ) [8] => Array ( [alert_table_id] => 5092 [alert_test_id] => 8 [device_id] => 25 [entity_type] => port [entity_id] => 93773 [alert_assocs] => 8 [delay] => 0 [ignore_until] => [last_checked] => 1398860749 [last_changed] => 1397135752 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"ifDuplex":null}} [count] => 0 [state_entry] => 1 ) [10] => Array ( [alert_table_id] => 5093 [alert_test_id] => 10 [device_id] => 25 [entity_type] => port [entity_id] => 93773 [alert_assocs] => 10 [delay] => 0 [ignore_until] => [last_checked] => 1398860749 [last_changed] => 1397135752 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"ifAdminStatus":"up","ifOperStatus":"up"},"failed":[{"value":"up","condition":"equals","metric":"ifAdminStatus"}]} [count] => 0 [state_entry] => 1 ) [11] => Array ( [alert_table_id] => 5094 [alert_test_id] => 11 [device_id] => 25 [entity_type] => port [entity_id] => 93773 [alert_assocs] => 11 [delay] => 0 [ignore_until] => [last_checked] => 1398860749 [last_changed] => 1397135752 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"ifInErrors_rate":0,"ifOutErrors_rate":0}} [count] => 0 [state_entry] => 1 ) ) [93774] => Array ( [7] => Array ( [alert_table_id] => 5095 [alert_test_id] => 7 [device_id] => 25 [entity_type] => port [entity_id] => 93774 [alert_assocs] => 7 [delay] => 0 [ignore_until] => [last_checked] => 1398860749 [last_changed] => 1397135752 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"ifInOctets_perc":0,"ifOutOctets_perc":1}} [count] => 0 [state_entry] => 1 ) [8] => Array ( [alert_table_id] => 5096 [alert_test_id] => 8 [device_id] => 25 [entity_type] => port [entity_id] => 93774 [alert_assocs] => 8 [delay] => 0 [ignore_until] => [last_checked] => 1398860749 [last_changed] => 1397135752 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"ifDuplex":null}} [count] => 0 [state_entry] => 1 ) [10] => Array ( [alert_table_id] => 5097 [alert_test_id] => 10 [device_id] => 25 [entity_type] => port [entity_id] => 93774 [alert_assocs] => 10 [delay] => 0 [ignore_until] => [last_checked] => 1398860749 [last_changed] => 1397135752 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"ifAdminStatus":"up","ifOperStatus":"up"},"failed":[{"value":"up","condition":"equals","metric":"ifAdminStatus"}]} [count] => 0 [state_entry] => 1 ) [11] => Array ( [alert_table_id] => 5098 [alert_test_id] => 11 [device_id] => 25 [entity_type] => port [entity_id] => 93774 [alert_assocs] => 11 [delay] => 0 [ignore_until] => [last_checked] => 1398860749 [last_changed] => 1397135752 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"ifInErrors_rate":0,"ifOutErrors_rate":0}} [count] => 0 [state_entry] => 1 ) ) [93775] => Array ( [7] => Array ( [alert_table_id] => 5099 [alert_test_id] => 7 [device_id] => 25 [entity_type] => port [entity_id] => 93775 [alert_assocs] => 7 [delay] => 0 [ignore_until] => [last_checked] => 1398860749 [last_changed] => 1397135752 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"ifInOctets_perc":0,"ifOutOctets_perc":0}} [count] => 0 [state_entry] => 1 ) [8] => Array ( [alert_table_id] => 5100 [alert_test_id] => 8 [device_id] => 25 [entity_type] => port [entity_id] => 93775 [alert_assocs] => 8 [delay] => 0 [ignore_until] => [last_checked] => 1398860749 [last_changed] => 1397135752 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"ifDuplex":null}} [count] => 0 [state_entry] => 1 ) [10] => Array ( [alert_table_id] => 5101 [alert_test_id] => 10 [device_id] => 25 [entity_type] => port [entity_id] => 93775 [alert_assocs] => 10 [delay] => 0 [ignore_until] => [last_checked] => 1398860749 [last_changed] => 1397135752 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"ifAdminStatus":"up","ifOperStatus":"up"},"failed":[{"value":"up","condition":"equals","metric":"ifAdminStatus"}]} [count] => 0 [state_entry] => 1 ) [11] => Array ( [alert_table_id] => 5102 [alert_test_id] => 11 [device_id] => 25 [entity_type] => port [entity_id] => 93775 [alert_assocs] => 11 [delay] => 0 [ignore_until] => [last_checked] => 1398860749 [last_changed] => 1397135752 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"ifInErrors_rate":0,"ifOutErrors_rate":0}} [count] => 0 [state_entry] => 1 ) ) [93776] => Array ( [7] => Array ( [alert_table_id] => 5103 [alert_test_id] => 7 [device_id] => 25 [entity_type] => port [entity_id] => 93776 [alert_assocs] => 7 [delay] => 0 [ignore_until] => [last_checked] => 1398860749 [last_changed] => 1397135752 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"ifInOctets_perc":0,"ifOutOctets_perc":0}} [count] => 0 [state_entry] => 1 ) [8] => Array ( [alert_table_id] => 5104 [alert_test_id] => 8 [device_id] => 25 [entity_type] => port [entity_id] => 93776 [alert_assocs] => 8 [delay] => 0 [ignore_until] => [last_checked] => 1398860749 [last_changed] => 1397135752 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"ifDuplex":null}} [count] => 0 [state_entry] => 1 ) [10] => Array ( [alert_table_id] => 5105 [alert_test_id] => 10 [device_id] => 25 [entity_type] => port [entity_id] => 93776 [alert_assocs] => 10 [delay] => 0 [ignore_until] => [last_checked] => 1398860749 [last_changed] => 1397135752 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"ifAdminStatus":"up","ifOperStatus":"up"},"failed":[{"value":"up","condition":"equals","metric":"ifAdminStatus"}]} [count] => 0 [state_entry] => 1 ) [11] => Array ( [alert_table_id] => 5106 [alert_test_id] => 11 [device_id] => 25 [entity_type] => port [entity_id] => 93776 [alert_assocs] => 11 [delay] => 0 [ignore_until] => [last_checked] => 1398860749 [last_changed] => 1397135752 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"ifInErrors_rate":0,"ifOutErrors_rate":0}} [count] => 0 [state_entry] => 1 ) ) [93777] => Array ( [7] => Array ( [alert_table_id] => 5107 [alert_test_id] => 7 [device_id] => 25 [entity_type] => port [entity_id] => 93777 [alert_assocs] => 7 [delay] => 0 [ignore_until] => [last_checked] => 1398860749 [last_changed] => 1397135752 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"ifInOctets_perc":0,"ifOutOctets_perc":0}} [count] => 0 [state_entry] => 1 ) [8] => Array ( [alert_table_id] => 5108 [alert_test_id] => 8 [device_id] => 25 [entity_type] => port [entity_id] => 93777 [alert_assocs] => 8 [delay] => 0 [ignore_until] => [last_checked] => 1398860749 [last_changed] => 1397135752 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"ifDuplex":null}} [count] => 0 [state_entry] => 1 ) [10] => Array ( [alert_table_id] => 5109 [alert_test_id] => 10 [device_id] => 25 [entity_type] => port [entity_id] => 93777 [alert_assocs] => 10 [delay] => 0 [ignore_until] => [last_checked] => 1398860749 [last_changed] => 1397135752 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"ifAdminStatus":"up","ifOperStatus":"up"},"failed":[{"value":"up","condition":"equals","metric":"ifAdminStatus"}]} [count] => 0 [state_entry] => 1 ) [11] => Array ( [alert_table_id] => 5110 [alert_test_id] => 11 [device_id] => 25 [entity_type] => port [entity_id] => 93777 [alert_assocs] => 11 [delay] => 0 [ignore_until] => [last_checked] => 1398860749 [last_changed] => 1397135752 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"ifInErrors_rate":0,"ifOutErrors_rate":0}} [count] => 0 [state_entry] => 1 ) ) [93778] => Array ( [7] => Array ( [alert_table_id] => 5111 [alert_test_id] => 7 [device_id] => 25 [entity_type] => port [entity_id] => 93778 [alert_assocs] => 7 [delay] => 0 [ignore_until] => [last_checked] => 1398860749 [last_changed] => 1397135752 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"ifInOctets_perc":1,"ifOutOctets_perc":1}} [count] => 0 [state_entry] => 1 ) [8] => Array ( [alert_table_id] => 5112 [alert_test_id] => 8 [device_id] => 25 [entity_type] => port [entity_id] => 93778 [alert_assocs] => 8 [delay] => 0 [ignore_until] => [last_checked] => 1398860749 [last_changed] => 1397135752 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"ifDuplex":null}} [count] => 0 [state_entry] => 1 ) [10] => Array ( [alert_table_id] => 5113 [alert_test_id] => 10 [device_id] => 25 [entity_type] => port [entity_id] => 93778 [alert_assocs] => 10 [delay] => 0 [ignore_until] => [last_checked] => 1398860749 [last_changed] => 1397135752 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"ifAdminStatus":"up","ifOperStatus":"up"},"failed":[{"value":"up","condition":"equals","metric":"ifAdminStatus"}]} [count] => 0 [state_entry] => 1 ) [11] => Array ( [alert_table_id] => 5114 [alert_test_id] => 11 [device_id] => 25 [entity_type] => port [entity_id] => 93778 [alert_assocs] => 11 [delay] => 0 [ignore_until] => [last_checked] => 1398860749 [last_changed] => 1397135752 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"ifInErrors_rate":0,"ifOutErrors_rate":0}} [count] => 0 [state_entry] => 1 ) ) [93779] => Array ( [7] => Array ( [alert_table_id] => 5115 [alert_test_id] => 7 [device_id] => 25 [entity_type] => port [entity_id] => 93779 [alert_assocs] => 7 [delay] => 0 [ignore_until] => [last_checked] => 1398860749 [last_changed] => 1397135752 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"ifInOctets_perc":0,"ifOutOctets_perc":1}} [count] => 0 [state_entry] => 1 ) [8] => Array ( [alert_table_id] => 5116 [alert_test_id] => 8 [device_id] => 25 [entity_type] => port [entity_id] => 93779 [alert_assocs] => 8 [delay] => 0 [ignore_until] => [last_checked] => 1398860749 [last_changed] => 1397135752 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"ifDuplex":null}} [count] => 0 [state_entry] => 1 ) [10] => Array ( [alert_table_id] => 5117 [alert_test_id] => 10 [device_id] => 25 [entity_type] => port [entity_id] => 93779 [alert_assocs] => 10 [delay] => 0 [ignore_until] => [last_checked] => 1398860749 [last_changed] => 1397135752 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"ifAdminStatus":"up","ifOperStatus":"up"},"failed":[{"value":"up","condition":"equals","metric":"ifAdminStatus"}]} [count] => 0 [state_entry] => 1 ) [11] => Array ( [alert_table_id] => 5118 [alert_test_id] => 11 [device_id] => 25 [entity_type] => port [entity_id] => 93779 [alert_assocs] => 11 [delay] => 0 [ignore_until] => [last_checked] => 1398860749 [last_changed] => 1397135752 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"ifInErrors_rate":0,"ifOutErrors_rate":0}} [count] => 0 [state_entry] => 1 ) ) [93780] => Array ( [7] => Array ( [alert_table_id] => 5119 [alert_test_id] => 7 [device_id] => 25 [entity_type] => port [entity_id] => 93780 [alert_assocs] => 7 [delay] => 0 [ignore_until] => [last_checked] => 1398860749 [last_changed] => 1397135752 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"ifInOctets_perc":0,"ifOutOctets_perc":0}} [count] => 0 [state_entry] => 1 ) [8] => Array ( [alert_table_id] => 5120 [alert_test_id] => 8 [device_id] => 25 [entity_type] => port [entity_id] => 93780 [alert_assocs] => 8 [delay] => 0 [ignore_until] => [last_checked] => 1398860749 [last_changed] => 1397135752 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"ifDuplex":null}} [count] => 0 [state_entry] => 1 ) [10] => Array ( [alert_table_id] => 5121 [alert_test_id] => 10 [device_id] => 25 [entity_type] => port [entity_id] => 93780 [alert_assocs] => 10 [delay] => 0 [ignore_until] => [last_checked] => 1398860749 [last_changed] => 1397135752 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"ifAdminStatus":"up","ifOperStatus":"up"},"failed":[{"value":"up","condition":"equals","metric":"ifAdminStatus"}]} [count] => 0 [state_entry] => 1 ) [11] => Array ( [alert_table_id] => 5122 [alert_test_id] => 11 [device_id] => 25 [entity_type] => port [entity_id] => 93780 [alert_assocs] => 11 [delay] => 0 [ignore_until] => [last_checked] => 1398860749 [last_changed] => 1397135752 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"ifInErrors_rate":0,"ifOutErrors_rate":0}} [count] => 0 [state_entry] => 1 ) ) [93781] => Array ( [7] => Array ( [alert_table_id] => 5123 [alert_test_id] => 7 [device_id] => 25 [entity_type] => port [entity_id] => 93781 [alert_assocs] => 7 [delay] => 0 [ignore_until] => [last_checked] => 1398860749 [last_changed] => 1397135752 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"ifInOctets_perc":0,"ifOutOctets_perc":2}} [count] => 0 [state_entry] => 1 ) [8] => Array ( [alert_table_id] => 5124 [alert_test_id] => 8 [device_id] => 25 [entity_type] => port [entity_id] => 93781 [alert_assocs] => 8 [delay] => 0 [ignore_until] => [last_checked] => 1398860749 [last_changed] => 1397135752 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"ifDuplex":null}} [count] => 0 [state_entry] => 1 ) [10] => Array ( [alert_table_id] => 5125 [alert_test_id] => 10 [device_id] => 25 [entity_type] => port [entity_id] => 93781 [alert_assocs] => 10 [delay] => 0 [ignore_until] => [last_checked] => 1398860749 [last_changed] => 1397135752 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"ifAdminStatus":"up","ifOperStatus":"up"},"failed":[{"value":"up","condition":"equals","metric":"ifAdminStatus"}]} [count] => 0 [state_entry] => 1 ) [11] => Array ( [alert_table_id] => 5126 [alert_test_id] => 11 [device_id] => 25 [entity_type] => port [entity_id] => 93781 [alert_assocs] => 11 [delay] => 0 [ignore_until] => [last_checked] => 1398860749 [last_changed] => 1397135752 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"ifInErrors_rate":0,"ifOutErrors_rate":0}} [count] => 0 [state_entry] => 1 ) ) [93782] => Array ( [7] => Array ( [alert_table_id] => 5127 [alert_test_id] => 7 [device_id] => 25 [entity_type] => port [entity_id] => 93782 [alert_assocs] => 7 [delay] => 0 [ignore_until] => [last_checked] => 1398860749 [last_changed] => 1397135752 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"ifInOctets_perc":0,"ifOutOctets_perc":0}} [count] => 0 [state_entry] => 1 ) [8] => Array ( [alert_table_id] => 5128 [alert_test_id] => 8 [device_id] => 25 [entity_type] => port [entity_id] => 93782 [alert_assocs] => 8 [delay] => 0 [ignore_until] => [last_checked] => 1398860749 [last_changed] => 1397135752 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"ifDuplex":null}} [count] => 0 [state_entry] => 1 ) [10] => Array ( [alert_table_id] => 5129 [alert_test_id] => 10 [device_id] => 25 [entity_type] => port [entity_id] => 93782 [alert_assocs] => 10 [delay] => 0 [ignore_until] => [last_checked] => 1398860749 [last_changed] => 1397135752 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"ifAdminStatus":"up","ifOperStatus":"up"},"failed":[{"value":"up","condition":"equals","metric":"ifAdminStatus"}]} [count] => 0 [state_entry] => 1 ) [11] => Array ( [alert_table_id] => 5130 [alert_test_id] => 11 [device_id] => 25 [entity_type] => port [entity_id] => 93782 [alert_assocs] => 11 [delay] => 0 [ignore_until] => [last_checked] => 1398860749 [last_changed] => 1397135752 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"ifInErrors_rate":0,"ifOutErrors_rate":0}} [count] => 0 [state_entry] => 1 ) ) [93783] => Array ( [7] => Array ( [alert_table_id] => 5131 [alert_test_id] => 7 [device_id] => 25 [entity_type] => port [entity_id] => 93783 [alert_assocs] => 7 [delay] => 0 [ignore_until] => [last_checked] => 1398860749 [last_changed] => 1397135752 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"ifInOctets_perc":0,"ifOutOctets_perc":0}} [count] => 0 [state_entry] => 1 ) [8] => Array ( [alert_table_id] => 5132 [alert_test_id] => 8 [device_id] => 25 [entity_type] => port [entity_id] => 93783 [alert_assocs] => 8 [delay] => 0 [ignore_until] => [last_checked] => 1398860749 [last_changed] => 1397135752 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"ifDuplex":null}} [count] => 0 [state_entry] => 1 ) [10] => Array ( [alert_table_id] => 5133 [alert_test_id] => 10 [device_id] => 25 [entity_type] => port [entity_id] => 93783 [alert_assocs] => 10 [delay] => 0 [ignore_until] => [last_checked] => 1398860749 [last_changed] => 1397135752 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"ifAdminStatus":"up","ifOperStatus":"up"},"failed":[{"value":"up","condition":"equals","metric":"ifAdminStatus"}]} [count] => 0 [state_entry] => 1 ) [11] => Array ( [alert_table_id] => 5134 [alert_test_id] => 11 [device_id] => 25 [entity_type] => port [entity_id] => 93783 [alert_assocs] => 11 [delay] => 0 [ignore_until] => [last_checked] => 1398860749 [last_changed] => 1397135752 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"ifInErrors_rate":0,"ifOutErrors_rate":0}} [count] => 0 [state_entry] => 1 ) ) [93784] => Array ( [7] => Array ( [alert_table_id] => 5135 [alert_test_id] => 7 [device_id] => 25 [entity_type] => port [entity_id] => 93784 [alert_assocs] => 7 [delay] => 0 [ignore_until] => [last_checked] => 1398860749 [last_changed] => 1397135752 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"ifInOctets_perc":0,"ifOutOctets_perc":1}} [count] => 0 [state_entry] => 1 ) [8] => Array ( [alert_table_id] => 5136 [alert_test_id] => 8 [device_id] => 25 [entity_type] => port [entity_id] => 93784 [alert_assocs] => 8 [delay] => 0 [ignore_until] => [last_checked] => 1398860749 [last_changed] => 1397135752 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"ifDuplex":null}} [count] => 0 [state_entry] => 1 ) [10] => Array ( [alert_table_id] => 5137 [alert_test_id] => 10 [device_id] => 25 [entity_type] => port [entity_id] => 93784 [alert_assocs] => 10 [delay] => 0 [ignore_until] => [last_checked] => 1398860749 [last_changed] => 1397135752 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"ifAdminStatus":"up","ifOperStatus":"up"},"failed":[{"value":"up","condition":"equals","metric":"ifAdminStatus"}]} [count] => 0 [state_entry] => 1 ) [11] => Array ( [alert_table_id] => 5138 [alert_test_id] => 11 [device_id] => 25 [entity_type] => port [entity_id] => 93784 [alert_assocs] => 11 [delay] => 0 [ignore_until] => [last_checked] => 1398860749 [last_changed] => 1397135752 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"ifInErrors_rate":0,"ifOutErrors_rate":0}} [count] => 0 [state_entry] => 1 ) ) [93785] => Array ( [7] => Array ( [alert_table_id] => 5139 [alert_test_id] => 7 [device_id] => 25 [entity_type] => port [entity_id] => 93785 [alert_assocs] => 7 [delay] => 0 [ignore_until] => [last_checked] => 1398860749 [last_changed] => 1397135752 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"ifInOctets_perc":0,"ifOutOctets_perc":0}} [count] => 0 [state_entry] => 1 ) [8] => Array ( [alert_table_id] => 5140 [alert_test_id] => 8 [device_id] => 25 [entity_type] => port [entity_id] => 93785 [alert_assocs] => 8 [delay] => 0 [ignore_until] => [last_checked] => 1398860749 [last_changed] => 1397135752 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"ifDuplex":null}} [count] => 0 [state_entry] => 1 ) [10] => Array ( [alert_table_id] => 5141 [alert_test_id] => 10 [device_id] => 25 [entity_type] => port [entity_id] => 93785 [alert_assocs] => 10 [delay] => 0 [ignore_until] => [last_checked] => 1398860749 [last_changed] => 1397135752 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"ifAdminStatus":"up","ifOperStatus":"up"},"failed":[{"value":"up","condition":"equals","metric":"ifAdminStatus"}]} [count] => 0 [state_entry] => 1 ) [11] => Array ( [alert_table_id] => 5142 [alert_test_id] => 11 [device_id] => 25 [entity_type] => port [entity_id] => 93785 [alert_assocs] => 11 [delay] => 0 [ignore_until] => [last_checked] => 1398860749 [last_changed] => 1397135752 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"ifInErrors_rate":0,"ifOutErrors_rate":0}} [count] => 0 [state_entry] => 1 ) ) [93786] => Array ( [7] => Array ( [alert_table_id] => 5143 [alert_test_id] => 7 [device_id] => 25 [entity_type] => port [entity_id] => 93786 [alert_assocs] => 7 [delay] => 0 [ignore_until] => [last_checked] => 1398860749 [last_changed] => 1397135752 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"ifInOctets_perc":0,"ifOutOctets_perc":0}} [count] => 0 [state_entry] => 1 ) [8] => Array ( [alert_table_id] => 5144 [alert_test_id] => 8 [device_id] => 25 [entity_type] => port [entity_id] => 93786 [alert_assocs] => 8 [delay] => 0 [ignore_until] => [last_checked] => 1398860749 [last_changed] => 1397135752 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"ifDuplex":null}} [count] => 0 [state_entry] => 1 ) [10] => Array ( [alert_table_id] => 5145 [alert_test_id] => 10 [device_id] => 25 [entity_type] => port [entity_id] => 93786 [alert_assocs] => 10 [delay] => 0 [ignore_until] => [last_checked] => 1398860749 [last_changed] => 1397135752 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"ifAdminStatus":"up","ifOperStatus":"up"},"failed":[{"value":"up","condition":"equals","metric":"ifAdminStatus"}]} [count] => 0 [state_entry] => 1 ) [11] => Array ( [alert_table_id] => 5146 [alert_test_id] => 11 [device_id] => 25 [entity_type] => port [entity_id] => 93786 [alert_assocs] => 11 [delay] => 0 [ignore_until] => [last_checked] => 1398860749 [last_changed] => 1397135752 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"ifInErrors_rate":0,"ifOutErrors_rate":0}} [count] => 0 [state_entry] => 1 ) ) [93787] => Array ( [7] => Array ( [alert_table_id] => 5147 [alert_test_id] => 7 [device_id] => 25 [entity_type] => port [entity_id] => 93787 [alert_assocs] => 7 [delay] => 0 [ignore_until] => [last_checked] => 1398860749 [last_changed] => 1397135752 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"ifInOctets_perc":0,"ifOutOctets_perc":0}} [count] => 0 [state_entry] => 1 ) [8] => Array ( [alert_table_id] => 5148 [alert_test_id] => 8 [device_id] => 25 [entity_type] => port [entity_id] => 93787 [alert_assocs] => 8 [delay] => 0 [ignore_until] => [last_checked] => 1398860749 [last_changed] => 1397135752 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"ifDuplex":null}} [count] => 0 [state_entry] => 1 ) [10] => Array ( [alert_table_id] => 5149 [alert_test_id] => 10 [device_id] => 25 [entity_type] => port [entity_id] => 93787 [alert_assocs] => 10 [delay] => 0 [ignore_until] => [last_checked] => 1398860749 [last_changed] => 1397135752 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"ifAdminStatus":"up","ifOperStatus":"up"},"failed":[{"value":"up","condition":"equals","metric":"ifAdminStatus"}]} [count] => 0 [state_entry] => 1 ) [11] => Array ( [alert_table_id] => 5150 [alert_test_id] => 11 [device_id] => 25 [entity_type] => port [entity_id] => 93787 [alert_assocs] => 11 [delay] => 0 [ignore_until] => [last_checked] => 1398860749 [last_changed] => 1397135752 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"ifInErrors_rate":0,"ifOutErrors_rate":0}} [count] => 0 [state_entry] => 1 ) ) [93788] => Array ( [7] => Array ( [alert_table_id] => 5151 [alert_test_id] => 7 [device_id] => 25 [entity_type] => port [entity_id] => 93788 [alert_assocs] => 7 [delay] => 0 [ignore_until] => [last_checked] => 1398860749 [last_changed] => 1397135752 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"ifInOctets_perc":0,"ifOutOctets_perc":0}} [count] => 0 [state_entry] => 1 ) [8] => Array ( [alert_table_id] => 5152 [alert_test_id] => 8 [device_id] => 25 [entity_type] => port [entity_id] => 93788 [alert_assocs] => 8 [delay] => 0 [ignore_until] => [last_checked] => 1398860749 [last_changed] => 1397135752 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"ifDuplex":null}} [count] => 0 [state_entry] => 1 ) [10] => Array ( [alert_table_id] => 5153 [alert_test_id] => 10 [device_id] => 25 [entity_type] => port [entity_id] => 93788 [alert_assocs] => 10 [delay] => 0 [ignore_until] => [last_checked] => 1398860749 [last_changed] => 1397135752 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"ifAdminStatus":"up","ifOperStatus":"up"},"failed":[{"value":"up","condition":"equals","metric":"ifAdminStatus"}]} [count] => 0 [state_entry] => 1 ) [11] => Array ( [alert_table_id] => 5154 [alert_test_id] => 11 [device_id] => 25 [entity_type] => port [entity_id] => 93788 [alert_assocs] => 11 [delay] => 0 [ignore_until] => [last_checked] => 1398860749 [last_changed] => 1397135752 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"ifInErrors_rate":0,"ifOutErrors_rate":0}} [count] => 0 [state_entry] => 1 ) ) [93789] => Array ( [7] => Array ( [alert_table_id] => 5155 [alert_test_id] => 7 [device_id] => 25 [entity_type] => port [entity_id] => 93789 [alert_assocs] => 7 [delay] => 0 [ignore_until] => [last_checked] => 1398860750 [last_changed] => 1397135752 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"ifInOctets_perc":0,"ifOutOctets_perc":0}} [count] => 0 [state_entry] => 1 ) [8] => Array ( [alert_table_id] => 5156 [alert_test_id] => 8 [device_id] => 25 [entity_type] => port [entity_id] => 93789 [alert_assocs] => 8 [delay] => 0 [ignore_until] => [last_checked] => 1398860750 [last_changed] => 1397135752 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"ifDuplex":null}} [count] => 0 [state_entry] => 1 ) [10] => Array ( [alert_table_id] => 5157 [alert_test_id] => 10 [device_id] => 25 [entity_type] => port [entity_id] => 93789 [alert_assocs] => 10 [delay] => 0 [ignore_until] => [last_checked] => 1398860750 [last_changed] => 1397135752 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"ifAdminStatus":"up","ifOperStatus":"up"},"failed":[{"value":"up","condition":"equals","metric":"ifAdminStatus"}]} [count] => 0 [state_entry] => 1 ) [11] => Array ( [alert_table_id] => 5158 [alert_test_id] => 11 [device_id] => 25 [entity_type] => port [entity_id] => 93789 [alert_assocs] => 11 [delay] => 0 [ignore_until] => [last_checked] => 1398860750 [last_changed] => 1397135752 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"ifInErrors_rate":0,"ifOutErrors_rate":0}} [count] => 0 [state_entry] => 1 ) ) [93790] => Array ( [7] => Array ( [alert_table_id] => 5159 [alert_test_id] => 7 [device_id] => 25 [entity_type] => port [entity_id] => 93790 [alert_assocs] => 7 [delay] => 0 [ignore_until] => [last_checked] => 1398860750 [last_changed] => 1397135752 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"ifInOctets_perc":0,"ifOutOctets_perc":0}} [count] => 0 [state_entry] => 1 ) [8] => Array ( [alert_table_id] => 5160 [alert_test_id] => 8 [device_id] => 25 [entity_type] => port [entity_id] => 93790 [alert_assocs] => 8 [delay] => 0 [ignore_until] => [last_checked] => 1398860750 [last_changed] => 1397135752 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"ifDuplex":null}} [count] => 0 [state_entry] => 1 ) [10] => Array ( [alert_table_id] => 5161 [alert_test_id] => 10 [device_id] => 25 [entity_type] => port [entity_id] => 93790 [alert_assocs] => 10 [delay] => 0 [ignore_until] => [last_checked] => 1398860750 [last_changed] => 1397135752 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"ifAdminStatus":"up","ifOperStatus":"up"},"failed":[{"value":"up","condition":"equals","metric":"ifAdminStatus"}]} [count] => 0 [state_entry] => 1 ) [11] => Array ( [alert_table_id] => 5162 [alert_test_id] => 11 [device_id] => 25 [entity_type] => port [entity_id] => 93790 [alert_assocs] => 11 [delay] => 0 [ignore_until] => [last_checked] => 1398860750 [last_changed] => 1397135752 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"ifInErrors_rate":0,"ifOutErrors_rate":0}} [count] => 0 [state_entry] => 1 ) ) [93791] => Array ( [7] => Array ( [alert_table_id] => 5163 [alert_test_id] => 7 [device_id] => 25 [entity_type] => port [entity_id] => 93791 [alert_assocs] => 7 [delay] => 0 [ignore_until] => [last_checked] => 1398860750 [last_changed] => 1397135753 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"ifInOctets_perc":0,"ifOutOctets_perc":0}} [count] => 0 [state_entry] => 1 ) [8] => Array ( [alert_table_id] => 5164 [alert_test_id] => 8 [device_id] => 25 [entity_type] => port [entity_id] => 93791 [alert_assocs] => 8 [delay] => 0 [ignore_until] => [last_checked] => 1398860750 [last_changed] => 1397135753 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"ifDuplex":null}} [count] => 0 [state_entry] => 1 ) [10] => Array ( [alert_table_id] => 5165 [alert_test_id] => 10 [device_id] => 25 [entity_type] => port [entity_id] => 93791 [alert_assocs] => 10 [delay] => 0 [ignore_until] => [last_checked] => 1398860750 [last_changed] => 1397135753 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"ifAdminStatus":"up","ifOperStatus":"up"},"failed":[{"value":"up","condition":"equals","metric":"ifAdminStatus"}]} [count] => 0 [state_entry] => 1 ) [11] => Array ( [alert_table_id] => 5166 [alert_test_id] => 11 [device_id] => 25 [entity_type] => port [entity_id] => 93791 [alert_assocs] => 11 [delay] => 0 [ignore_until] => [last_checked] => 1398860750 [last_changed] => 1397135753 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"ifInErrors_rate":0,"ifOutErrors_rate":0}} [count] => 0 [state_entry] => 1 ) ) [93908] => Array ( [7] => Array ( [alert_table_id] => 5167 [alert_test_id] => 7 [device_id] => 25 [entity_type] => port [entity_id] => 93908 [alert_assocs] => 7 [delay] => 0 [ignore_until] => [last_checked] => 1398860750 [last_changed] => 1397135753 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"ifInOctets_perc":0,"ifOutOctets_perc":0}} [count] => 0 [state_entry] => 1 ) [8] => Array ( [alert_table_id] => 5168 [alert_test_id] => 8 [device_id] => 25 [entity_type] => port [entity_id] => 93908 [alert_assocs] => 8 [delay] => 0 [ignore_until] => [last_checked] => 1398860750 [last_changed] => 1397135753 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"ifDuplex":null}} [count] => 0 [state_entry] => 1 ) [10] => Array ( [alert_table_id] => 5169 [alert_test_id] => 10 [device_id] => 25 [entity_type] => port [entity_id] => 93908 [alert_assocs] => 10 [delay] => 0 [ignore_until] => [last_checked] => 1398860750 [last_changed] => 1397135753 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"ifAdminStatus":"up","ifOperStatus":"up"},"failed":[{"value":"up","condition":"equals","metric":"ifAdminStatus"}]} [count] => 0 [state_entry] => 1 ) [11] => Array ( [alert_table_id] => 5170 [alert_test_id] => 11 [device_id] => 25 [entity_type] => port [entity_id] => 93908 [alert_assocs] => 11 [delay] => 0 [ignore_until] => [last_checked] => 1398860750 [last_changed] => 1397135753 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"ifInErrors_rate":0,"ifOutErrors_rate":0}} [count] => 0 [state_entry] => 1 ) ) [93909] => Array ( [7] => Array ( [alert_table_id] => 5171 [alert_test_id] => 7 [device_id] => 25 [entity_type] => port [entity_id] => 93909 [alert_assocs] => 7 [delay] => 0 [ignore_until] => [last_checked] => 1398860750 [last_changed] => 1397135753 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"ifInOctets_perc":0,"ifOutOctets_perc":0}} [count] => 0 [state_entry] => 1 ) [8] => Array ( [alert_table_id] => 5172 [alert_test_id] => 8 [device_id] => 25 [entity_type] => port [entity_id] => 93909 [alert_assocs] => 8 [delay] => 0 [ignore_until] => [last_checked] => 1398860750 [last_changed] => 1397135753 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"ifDuplex":null}} [count] => 0 [state_entry] => 1 ) [10] => Array ( [alert_table_id] => 5173 [alert_test_id] => 10 [device_id] => 25 [entity_type] => port [entity_id] => 93909 [alert_assocs] => 10 [delay] => 0 [ignore_until] => [last_checked] => 1398860750 [last_changed] => 1397135753 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"ifAdminStatus":"up","ifOperStatus":"up"},"failed":[{"value":"up","condition":"equals","metric":"ifAdminStatus"}]} [count] => 0 [state_entry] => 1 ) [11] => Array ( [alert_table_id] => 5174 [alert_test_id] => 11 [device_id] => 25 [entity_type] => port [entity_id] => 93909 [alert_assocs] => 11 [delay] => 0 [ignore_until] => [last_checked] => 1398860750 [last_changed] => 1397135753 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"ifInErrors_rate":0,"ifOutErrors_rate":0}} [count] => 0 [state_entry] => 1 ) ) [107351] => Array ( [7] => Array ( [alert_table_id] => 5175 [alert_test_id] => 7 [device_id] => 25 [entity_type] => port [entity_id] => 107351 [alert_assocs] => 7 [delay] => 0 [ignore_until] => [last_checked] => 1398860750 [last_changed] => 1397135753 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"ifInOctets_perc":0,"ifOutOctets_perc":0}} [count] => 0 [state_entry] => 1 ) [8] => Array ( [alert_table_id] => 5176 [alert_test_id] => 8 [device_id] => 25 [entity_type] => port [entity_id] => 107351 [alert_assocs] => 8 [delay] => 0 [ignore_until] => [last_checked] => 1398860750 [last_changed] => 1397135753 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"ifDuplex":null}} [count] => 0 [state_entry] => 1 ) [10] => Array ( [alert_table_id] => 5177 [alert_test_id] => 10 [device_id] => 25 [entity_type] => port [entity_id] => 107351 [alert_assocs] => 10 [delay] => 0 [ignore_until] => [last_checked] => 1398860750 [last_changed] => 1397135753 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"ifAdminStatus":"up","ifOperStatus":"up"},"failed":[{"value":"up","condition":"equals","metric":"ifAdminStatus"}]} [count] => 0 [state_entry] => 1 ) [11] => Array ( [alert_table_id] => 5178 [alert_test_id] => 11 [device_id] => 25 [entity_type] => port [entity_id] => 107351 [alert_assocs] => 11 [delay] => 0 [ignore_until] => [last_checked] => 1398860750 [last_changed] => 1397135753 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"ifInErrors_rate":0,"ifOutErrors_rate":0}} [count] => 0 [state_entry] => 1 ) ) [124773] => Array ( [7] => Array ( [alert_table_id] => 5179 [alert_test_id] => 7 [device_id] => 25 [entity_type] => port [entity_id] => 124773 [alert_assocs] => 7 [delay] => 0 [ignore_until] => [last_checked] => 1398860750 [last_changed] => 1397135753 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"ifInOctets_perc":0,"ifOutOctets_perc":0}} [count] => 0 [state_entry] => 1 ) [8] => Array ( [alert_table_id] => 5180 [alert_test_id] => 8 [device_id] => 25 [entity_type] => port [entity_id] => 124773 [alert_assocs] => 8 [delay] => 0 [ignore_until] => [last_checked] => 1398860750 [last_changed] => 1397135753 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"ifDuplex":null}} [count] => 0 [state_entry] => 1 ) [10] => Array ( [alert_table_id] => 5181 [alert_test_id] => 10 [device_id] => 25 [entity_type] => port [entity_id] => 124773 [alert_assocs] => 10 [delay] => 0 [ignore_until] => [last_checked] => 1398860750 [last_changed] => 1397135753 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"ifAdminStatus":"up","ifOperStatus":"up"},"failed":[{"value":"up","condition":"equals","metric":"ifAdminStatus"}]} [count] => 0 [state_entry] => 1 ) [11] => Array ( [alert_table_id] => 5182 [alert_test_id] => 11 [device_id] => 25 [entity_type] => port [entity_id] => 124773 [alert_assocs] => 11 [delay] => 0 [ignore_until] => [last_checked] => 1398860750 [last_changed] => 1397135753 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"ifInErrors_rate":0,"ifOutErrors_rate":0}} [count] => 0 [state_entry] => 1 ) ) [135219] => Array ( [7] => Array ( [alert_table_id] => 35340 [alert_test_id] => 7 [device_id] => 25 [entity_type] => port [entity_id] => 135219 [alert_assocs] => 7 [delay] => 0 [ignore_until] => [last_checked] => 1398860750 [last_changed] => 1397135753 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"ifInOctets_perc":0,"ifOutOctets_perc":0}} [count] => 0 [state_entry] => 1 ) [8] => Array ( [alert_table_id] => 35341 [alert_test_id] => 8 [device_id] => 25 [entity_type] => port [entity_id] => 135219 [alert_assocs] => 8 [delay] => 0 [ignore_until] => [last_checked] => 1398860750 [last_changed] => 1397135753 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"ifDuplex":null}} [count] => 0 [state_entry] => 1 ) [10] => Array ( [alert_table_id] => 35342 [alert_test_id] => 10 [device_id] => 25 [entity_type] => port [entity_id] => 135219 [alert_assocs] => 10 [delay] => 0 [ignore_until] => [last_checked] => 1398860750 [last_changed] => 1397135753 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"ifAdminStatus":"up","ifOperStatus":"up"},"failed":[{"value":"up","condition":"equals","metric":"ifAdminStatus"}]} [count] => 0 [state_entry] => 1 ) [11] => Array ( [alert_table_id] => 35343 [alert_test_id] => 11 [device_id] => 25 [entity_type] => port [entity_id] => 135219 [alert_assocs] => 11 [delay] => 0 [ignore_until] => [last_checked] => 1398860750 [last_changed] => 1397135753 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"ifInErrors_rate":0,"ifOutErrors_rate":0}} [count] => 0 [state_entry] => 1 ) ) ) [mempool] => Array ( [68] => Array ( [12] => Array ( [alert_table_id] => 5183 [alert_test_id] => 12 [device_id] => 25 [entity_type] => mempool [entity_id] => 68 [alert_assocs] => 12 [delay] => 0 [ignore_until] => [last_checked] => 1398860748 [last_changed] => 1397135750 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"mempool_perc":70.43}} [count] => 0 [state_entry] => 1 ) ) [69] => Array ( [12] => Array ( [alert_table_id] => 5184 [alert_test_id] => 12 [device_id] => 25 [entity_type] => mempool [entity_id] => 69 [alert_assocs] => 12 [delay] => 0 [ignore_until] => [last_checked] => 1398860748 [last_changed] => 1397815848 [last_recovered] => 0 [last_failed] => 1397135750 [has_alerted] => 1 [last_message] => Checks failed (Suppressed: ENTRY_UNTIL_OK) [alert_status] => 3 [last_alerted] => 1397741449 [ignore_until_ok] => 1 [state] => {"metrics":{"mempool_perc":99.99},"failed":[{"value":"75","condition":"greater","metric":"mempool_perc"}]} [count] => 5751 [state_entry] => 1 ) ) [181] => Array ( [12] => Array ( [alert_table_id] => 5185 [alert_test_id] => 12 [device_id] => 25 [entity_type] => mempool [entity_id] => 181 [alert_assocs] => 12 [delay] => 0 [ignore_until] => [last_checked] => 1398860748 [last_changed] => 1397135750 [last_recovered] => 0 [last_failed] => 0 [has_alerted] => 0 [last_message] => Checks OK [alert_status] => 1 [last_alerted] => 0 [ignore_until_ok] => 0 [state] => {"metrics":{"mempool_perc":46.9}} [count] => 0 [state_entry] => 1 ) ) ) ) == array( [processor] => array( [25] => array( [13] => array( [alert_table_id] => string(4) "4934" [alert_test_id] => string(2) "13" [device_id] => string(2) "25" [entity_type] => string(9) "processor" [entity_id] => string(2) "25" [alert_assocs] => string(2) "13" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860748" [last_changed] => string(10) "1397135750" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(34) "{"metrics":{"processor_usage":10}}" ��� json ~ stdClass object( Properties ---------- -> metrics = stdClass object( Properties ---------- -> processor_usage = int(10) ) ) ��� regex ~ {"metrics":{"processor_usage":10}} [count] => string(1) "0" [state_entry] => string(1) "1" ) ) [196] => array( [13] => array( [alert_table_id] => string(4) "4935" [alert_test_id] => string(2) "13" [device_id] => string(2) "25" [entity_type] => string(9) "processor" [entity_id] => string(3) "196" [alert_assocs] => string(2) "13" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860748" [last_changed] => string(10) "1397135750" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(33) "{"metrics":{"processor_usage":2}}" ��� json ~ stdClass object( Properties ---------- -> metrics = stdClass object( Properties ---------- -> processor_usage = int(2) ) ) ��� regex ~ {"metrics":{"processor_usage":2}} [count] => string(1) "0" [state_entry] => string(1) "1" ) ) ) [sensor] => array( [169] => array( [4] => array( [alert_table_id] => string(4) "4936" [alert_test_id] => string(1) "4" [device_id] => string(2) "25" [entity_type] => string(6) "sensor" [entity_id] => string(3) "169" [alert_assocs] => string(1) "4" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860748" [last_changed] => string(10) "1398685553" [last_recovered] => string(10) "1398685558" [last_failed] => string(10) "1398680448" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(10) "1398680454" [ignore_until_ok] => string(1) "0" [state] => string(30) "{"metrics":{"sensor_value":7}}" ��� json ~ stdClass object( Properties ---------- -> metrics = stdClass object( Properties ---------- -> sensor_value = int(7) ) ) ��� regex ~ {"metrics":{"sensor_value":7}} [count] => string(1) "0" [state_entry] => string(1) "1" ) ) [170] => array( [4] => array( [alert_table_id] => string(4) "4937" [alert_test_id] => string(1) "4" [device_id] => string(2) "25" [entity_type] => string(6) "sensor" [entity_id] => string(3) "170" [alert_assocs] => string(1) "4" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860748" [last_changed] => string(10) "1398685553" [last_recovered] => string(10) "1398685558" [last_failed] => string(10) "1398680448" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(10) "1398680454" [ignore_until_ok] => string(1) "0" [state] => string(31) "{"metrics":{"sensor_value":12}}" ��� json ~ stdClass object( Properties ---------- -> metrics = stdClass object( Properties ---------- -> sensor_value = int(12) ) ) ��� regex ~ {"metrics":{"sensor_value":12}} [count] => string(1) "0" [state_entry] => string(1) "1" ) ) [171] => array( [4] => array( [alert_table_id] => string(4) "4938" [alert_test_id] => string(1) "4" [device_id] => string(2) "25" [entity_type] => string(6) "sensor" [entity_id] => string(3) "171" [alert_assocs] => string(1) "4" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860748" [last_changed] => string(10) "1398685553" [last_recovered] => string(10) "1398685558" [last_failed] => string(10) "1398680448" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(10) "1398680454" [ignore_until_ok] => string(1) "0" [state] => string(32) "{"metrics":{"sensor_value":232}}" ��� json ~ stdClass object( Properties ---------- -> metrics = stdClass object( Properties ---------- -> sensor_value = int(232) ) ) ��� regex ~ {"metrics":{"sensor_value":232}} [count] => string(1) "0" [state_entry] => string(1) "1" ) ) [172] => array( [4] => array( [alert_table_id] => string(4) "4939" [alert_test_id] => string(1) "4" [device_id] => string(2) "25" [entity_type] => string(6) "sensor" [entity_id] => string(3) "172" [alert_assocs] => string(1) "4" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860748" [last_changed] => string(10) "1398685553" [last_recovered] => string(10) "1398685558" [last_failed] => string(10) "1398680448" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(10) "1398680454" [ignore_until_ok] => string(1) "0" [state] => string(31) "{"metrics":{"sensor_value":44}}" ��� json ~ stdClass object( Properties ---------- -> metrics = stdClass object( Properties ---------- -> sensor_value = int(44) ) ) ��� regex ~ {"metrics":{"sensor_value":44}} [count] => string(1) "0" [state_entry] => string(1) "1" ) ) [173] => array( [4] => array( [alert_table_id] => string(4) "4940" [alert_test_id] => string(1) "4" [device_id] => string(2) "25" [entity_type] => string(6) "sensor" [entity_id] => string(3) "173" [alert_assocs] => string(1) "4" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860748" [last_changed] => string(10) "1398685553" [last_recovered] => string(10) "1398685558" [last_failed] => string(10) "1398680448" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(10) "1398680454" [ignore_until_ok] => string(1) "0" [state] => string(31) "{"metrics":{"sensor_value":56}}" ��� json ~ stdClass object( Properties ---------- -> metrics = stdClass object( Properties ---------- -> sensor_value = int(56) ) ) ��� regex ~ {"metrics":{"sensor_value":56}} [count] => string(1) "0" [state_entry] => string(1) "1" ) ) [174] => array( [4] => array( [alert_table_id] => string(4) "4941" [alert_test_id] => string(1) "4" [device_id] => string(2) "25" [entity_type] => string(6) "sensor" [entity_id] => string(3) "174" [alert_assocs] => string(1) "4" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860748" [last_changed] => string(10) "1397996445" [last_recovered] => string(10) "1397996450" [last_failed] => string(10) "1397996156" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(10) "1397996164" [ignore_until_ok] => string(1) "0" [state] => string(30) "{"metrics":{"sensor_value":4}}" ��� json ~ stdClass object( Properties ---------- -> metrics = stdClass object( Properties ---------- -> sensor_value = int(4) ) ) ��� regex ~ {"metrics":{"sensor_value":4}} [count] => string(1) "0" [state_entry] => string(1) "1" ) ) [175] => array( [4] => array( [alert_table_id] => string(4) "4942" [alert_test_id] => string(1) "4" [device_id] => string(2) "25" [entity_type] => string(6) "sensor" [entity_id] => string(3) "175" [alert_assocs] => string(1) "4" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860748" [last_changed] => string(10) "1398685553" [last_recovered] => string(10) "1398685558" [last_failed] => string(10) "1398680448" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(10) "1398680454" [ignore_until_ok] => string(1) "0" [state] => string(31) "{"metrics":{"sensor_value":12}}" ��� json ~ stdClass object( Properties ---------- -> metrics = stdClass object( Properties ---------- -> sensor_value = int(12) ) ) ��� regex ~ {"metrics":{"sensor_value":12}} [count] => string(1) "0" [state_entry] => string(1) "1" ) ) [176] => array( [4] => array( [alert_table_id] => string(4) "4943" [alert_test_id] => string(1) "4" [device_id] => string(2) "25" [entity_type] => string(6) "sensor" [entity_id] => string(3) "176" [alert_assocs] => string(1) "4" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860748" [last_changed] => string(10) "1398685553" [last_recovered] => string(10) "1398685558" [last_failed] => string(10) "1398680448" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(10) "1398680454" [ignore_until_ok] => string(1) "0" [state] => string(32) "{"metrics":{"sensor_value":233}}" ��� json ~ stdClass object( Properties ---------- -> metrics = stdClass object( Properties ---------- -> sensor_value = int(233) ) ) ��� regex ~ {"metrics":{"sensor_value":233}} [count] => string(1) "0" [state_entry] => string(1) "1" ) ) [177] => array( [4] => array( [alert_table_id] => string(4) "4944" [alert_test_id] => string(1) "4" [device_id] => string(2) "25" [entity_type] => string(6) "sensor" [entity_id] => string(3) "177" [alert_assocs] => string(1) "4" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860748" [last_changed] => string(10) "1398685553" [last_recovered] => string(10) "1398685558" [last_failed] => string(10) "1398680448" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(10) "1398680454" [ignore_until_ok] => string(1) "0" [state] => string(31) "{"metrics":{"sensor_value":45}}" ��� json ~ stdClass object( Properties ---------- -> metrics = stdClass object( Properties ---------- -> sensor_value = int(45) ) ) ��� regex ~ {"metrics":{"sensor_value":45}} [count] => string(1) "0" [state_entry] => string(1) "1" ) ) [178] => array( [4] => array( [alert_table_id] => string(4) "4945" [alert_test_id] => string(1) "4" [device_id] => string(2) "25" [entity_type] => string(6) "sensor" [entity_id] => string(3) "178" [alert_assocs] => string(1) "4" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860748" [last_changed] => string(10) "1398685553" [last_recovered] => string(10) "1398685558" [last_failed] => string(10) "1398680448" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(10) "1398680454" [ignore_until_ok] => string(1) "0" [state] => string(31) "{"metrics":{"sensor_value":55}}" ��� json ~ stdClass object( Properties ---------- -> metrics = stdClass object( Properties ---------- -> sensor_value = int(55) ) ) ��� regex ~ {"metrics":{"sensor_value":55}} [count] => string(1) "0" [state_entry] => string(1) "1" ) ) [179] => array( [4] => array( [alert_table_id] => string(4) "4946" [alert_test_id] => string(1) "4" [device_id] => string(2) "25" [entity_type] => string(6) "sensor" [entity_id] => string(3) "179" [alert_assocs] => string(1) "4" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860748" [last_changed] => string(10) "1398685553" [last_recovered] => string(10) "1398685558" [last_failed] => string(10) "1397800844" [has_alerted] => string(1) "1" [last_message] => string(13) "Checks failed" [alert_status] => string(1) "0" [last_alerted] => string(10) "1398858647" [ignore_until_ok] => string(1) "0" [state] => string(111) "{"metrics":{"sensor_value":3.295},"failed":[{"value":"3.78925","condition":"greater","metric":"sensor_value"}]}" ��� json ~ stdClass object( Properties ---------- -> metrics = stdClass object( Properties ---------- -> sensor_value = double(3.295) ) -> failed = array( [0] => stdClass object(...) ) ) ��� regex ~ {"metrics":{"sensor_value":3.295},"failed":[{"value":"3.78925","condition":"greater","metric":"sensor_value"}]} [count] => string(3) "585" [state_entry] => string(1) "1" ) ) [180] => array( [4] => array( [alert_table_id] => string(4) "4947" [alert_test_id] => string(1) "4" [device_id] => string(2) "25" [entity_type] => string(6) "sensor" [entity_id] => string(3) "180" [alert_assocs] => string(1) "4" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860748" [last_changed] => string(10) "1398821738" [last_recovered] => string(10) "1398821742" [last_failed] => string(10) "1397808347" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(10) "1398821465" [ignore_until_ok] => string(1) "0" [state] => string(30) "{"metrics":{"sensor_value":1}}" ��� json ~ stdClass object(recursion) ��� regex ~ {"metrics":{"sensor_value":1}} [count] => string(1) "0" [state_entry] => string(1) "1" ) ) [181] => array( [4] => array( [alert_table_id] => string(4) "4948" [alert_test_id] => string(1) "4" [device_id] => string(2) "25" [entity_type] => string(6) "sensor" [entity_id] => string(3) "181" [alert_assocs] => string(1) "4" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860748" [last_changed] => string(10) "1398685553" [last_recovered] => string(10) "1398685558" [last_failed] => string(10) "1397800844" [has_alerted] => string(1) "1" [last_message] => string(13) "Checks failed" [alert_status] => string(1) "0" [last_alerted] => string(10) "1398858647" [ignore_until_ok] => string(1) "0" [state] => string(111) "{"metrics":{"sensor_value":2.495},"failed":[{"value":"2.86925","condition":"greater","metric":"sensor_value"}]}" ��� json ~ stdClass object(recursion) ��� regex ~ {"metrics":{"sensor_value":2.495},"failed":[{"value":"2.86925","condition":"greater","metric":"sensor_value"}]} [count] => string(3) "585" [state_entry] => string(1) "1" ) ) [182] => array( [4] => array( [alert_table_id] => string(4) "4949" [alert_test_id] => string(1) "4" [device_id] => string(2) "25" [entity_type] => string(6) "sensor" [entity_id] => string(3) "182" [alert_assocs] => string(1) "4" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860748" [last_changed] => string(10) "1398685553" [last_recovered] => string(10) "1398685558" [last_failed] => string(10) "1397800844" [has_alerted] => string(1) "1" [last_message] => string(13) "Checks failed" [alert_status] => string(1) "0" [last_alerted] => string(10) "1398858966" [ignore_until_ok] => string(1) "0" [state] => string(111) "{"metrics":{"sensor_value":2.485},"failed":[{"value":"2.85775","condition":"greater","metric":"sensor_value"}]}" ��� json ~ stdClass object( Properties ---------- -> metrics = stdClass object(recursion) -> failed = array( [0] => stdClass object(...) ) ) ��� regex ~ {"metrics":{"sensor_value":2.485},"failed":[{"value":"2.85775","condition":"greater","metric":"sensor_value"}]} [count] => string(3) "585" [state_entry] => string(1) "1" ) ) [183] => array( [4] => array( [alert_table_id] => string(4) "4950" [alert_test_id] => string(1) "4" [device_id] => string(2) "25" [entity_type] => string(6) "sensor" [entity_id] => string(3) "183" [alert_assocs] => string(1) "4" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860748" [last_changed] => string(10) "1398685553" [last_recovered] => string(10) "1398685558" [last_failed] => string(10) "1397800844" [has_alerted] => string(1) "1" [last_message] => string(13) "Checks failed" [alert_status] => string(1) "0" [last_alerted] => string(10) "1398858966" [ignore_until_ok] => string(1) "0" [state] => string(110) "{"metrics":{"sensor_value":1.196},"failed":[{"value":"1.3754","condition":"greater","metric":"sensor_value"}]}" ��� json ~ stdClass object(recursion) ��� regex ~ {"metrics":{"sensor_value":1.196},"failed":[{"value":"1.3754","condition":"greater","metric":"sensor_value"}]} [count] => string(3) "585" [state_entry] => string(1) "1" ) ) [184] => array( [4] => array( [alert_table_id] => string(4) "4951" [alert_test_id] => string(1) "4" [device_id] => string(2) "25" [entity_type] => string(6) "sensor" [entity_id] => string(3) "184" [alert_assocs] => string(1) "4" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860748" [last_changed] => string(10) "1398685553" [last_recovered] => string(10) "1398685559" [last_failed] => string(10) "1398680448" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(10) "1398685559" [ignore_until_ok] => string(1) "0" [state] => string(34) "{"metrics":{"sensor_value":1.796}}" ��� json ~ stdClass object( Properties ---------- -> metrics = stdClass object(recursion) ) ��� regex ~ {"metrics":{"sensor_value":1.796}} [count] => string(1) "0" [state_entry] => string(1) "1" ) ) [185] => array( [4] => array( [alert_table_id] => string(4) "4952" [alert_test_id] => string(1) "4" [device_id] => string(2) "25" [entity_type] => string(6) "sensor" [entity_id] => string(3) "185" [alert_assocs] => string(1) "4" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860748" [last_changed] => string(10) "1398685553" [last_recovered] => string(10) "1398685559" [last_failed] => string(10) "1398680448" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(10) "1398685559" [ignore_until_ok] => string(1) "0" [state] => string(35) "{"metrics":{"sensor_value":11.938}}" ��� json ~ stdClass object( Properties ---------- -> metrics = stdClass object(recursion) ) ��� regex ~ {"metrics":{"sensor_value":11.938}} [count] => string(1) "0" [state_entry] => string(1) "1" ) ) [186] => array( [4] => array( [alert_table_id] => string(4) "4953" [alert_test_id] => string(1) "4" [device_id] => string(2) "25" [entity_type] => string(6) "sensor" [entity_id] => string(3) "186" [alert_assocs] => string(1) "4" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860748" [last_changed] => string(10) "1398685553" [last_recovered] => string(10) "1398685559" [last_failed] => string(10) "1398680448" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(10) "1398685559" [ignore_until_ok] => string(1) "0" [state] => string(34) "{"metrics":{"sensor_value":4.995}}" ��� json ~ stdClass object( Properties ---------- -> metrics = stdClass object(recursion) ) ��� regex ~ {"metrics":{"sensor_value":4.995}} [count] => string(1) "0" [state_entry] => string(1) "1" ) ) [187] => array( [4] => array( [alert_table_id] => string(4) "4954" [alert_test_id] => string(1) "4" [device_id] => string(2) "25" [entity_type] => string(6) "sensor" [entity_id] => string(3) "187" [alert_assocs] => string(1) "4" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860748" [last_changed] => string(10) "1398685553" [last_recovered] => string(10) "1398685559" [last_failed] => string(10) "1397800844" [has_alerted] => string(1) "1" [last_message] => string(13) "Checks failed" [alert_status] => string(1) "0" [last_alerted] => string(10) "1398858966" [ignore_until_ok] => string(1) "0" [state] => string(110) "{"metrics":{"sensor_value":1.198},"failed":[{"value":"1.3777","condition":"greater","metric":"sensor_value"}]}" ��� json ~ stdClass object( Properties ---------- -> metrics = stdClass object(recursion) -> failed = array( [0] => stdClass object(recursion) ) ) ��� regex ~ {"metrics":{"sensor_value":1.198},"failed":[{"value":"1.3777","condition":"greater","metric":"sensor_value"}]} [count] => string(3) "585" [state_entry] => string(1) "1" ) ) [188] => array( [4] => array( [alert_table_id] => string(4) "4955" [alert_test_id] => string(1) "4" [device_id] => string(2) "25" [entity_type] => string(6) "sensor" [entity_id] => string(3) "188" [alert_assocs] => string(1) "4" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860748" [last_changed] => string(10) "1398685553" [last_recovered] => string(10) "1398685559" [last_failed] => string(10) "1398680448" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(10) "1398685559" [ignore_until_ok] => string(1) "0" [state] => string(32) "{"metrics":{"sensor_value":0.9}}" ��� json ~ stdClass object(recursion) ��� regex ~ {"metrics":{"sensor_value":0.9}} [count] => string(1) "0" [state_entry] => string(1) "1" ) ) [189] => array( [4] => array( [alert_table_id] => string(4) "4956" [alert_test_id] => string(1) "4" [device_id] => string(2) "25" [entity_type] => string(6) "sensor" [entity_id] => string(3) "189" [alert_assocs] => string(1) "4" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860748" [last_changed] => string(10) "1398685553" [last_recovered] => string(10) "1398685559" [last_failed] => string(10) "1397800844" [has_alerted] => string(1) "1" [last_message] => string(13) "Checks failed" [alert_status] => string(1) "0" [last_alerted] => string(10) "1398858966" [ignore_until_ok] => string(1) "0" [state] => string(111) "{"metrics":{"sensor_value":1.098},"failed":[{"value":"1.25695","condition":"greater","metric":"sensor_value"}]}" ��� json ~ stdClass object(recursion) ��� regex ~ {"metrics":{"sensor_value":1.098},"failed":[{"value":"1.25695","condition":"greater","metric":"sensor_value"}]} [count] => string(3) "585" [state_entry] => string(1) "1" ) ) [190] => array( [4] => array( [alert_table_id] => string(4) "4957" [alert_test_id] => string(1) "4" [device_id] => string(2) "25" [entity_type] => string(6) "sensor" [entity_id] => string(3) "190" [alert_assocs] => string(1) "4" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860748" [last_changed] => string(10) "1398848742" [last_recovered] => string(10) "1398848745" [last_failed] => string(10) "1397827250" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(10) "1398848470" [ignore_until_ok] => string(1) "0" [state] => string(30) "{"metrics":{"sensor_value":1}}" ��� json ~ stdClass object(recursion) ��� regex ~ {"metrics":{"sensor_value":1}} [count] => string(1) "0" [state_entry] => string(1) "1" ) ) [191] => array( [4] => array( [alert_table_id] => string(4) "4958" [alert_test_id] => string(1) "4" [device_id] => string(2) "25" [entity_type] => string(6) "sensor" [entity_id] => string(3) "191" [alert_assocs] => string(1) "4" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860748" [last_changed] => string(10) "1398685553" [last_recovered] => string(10) "1398685559" [last_failed] => string(10) "1397800844" [has_alerted] => string(1) "1" [last_message] => string(13) "Checks failed" [alert_status] => string(1) "0" [last_alerted] => string(10) "1398858966" [ignore_until_ok] => string(1) "0" [state] => string(111) "{"metrics":{"sensor_value":1.489},"failed":[{"value":"1.72385","condition":"greater","metric":"sensor_value"}]}" ��� json ~ stdClass object(recursion) ��� regex ~ {"metrics":{"sensor_value":1.489},"failed":[{"value":"1.72385","condition":"greater","metric":"sensor_value"}]} [count] => string(3) "585" [state_entry] => string(1) "1" ) ) [192] => array( [4] => array( [alert_table_id] => string(4) "4959" [alert_test_id] => string(1) "4" [device_id] => string(2) "25" [entity_type] => string(6) "sensor" [entity_id] => string(3) "192" [alert_assocs] => string(1) "4" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860748" [last_changed] => string(10) "1398685553" [last_recovered] => string(10) "1398685559" [last_failed] => string(10) "1397800844" [has_alerted] => string(1) "1" [last_message] => string(13) "Checks failed" [alert_status] => string(1) "0" [last_alerted] => string(10) "1398858966" [ignore_until_ok] => string(1) "0" [state] => string(111) "{"metrics":{"sensor_value":1.196},"failed":[{"value":"1.38115","condition":"greater","metric":"sensor_value"}]}" ��� json ~ stdClass object( Properties ---------- -> metrics = stdClass object(recursion) -> failed = array( [0] => stdClass object(...) ) ) ��� regex ~ {"metrics":{"sensor_value":1.196},"failed":[{"value":"1.38115","condition":"greater","metric":"sensor_value"}]} [count] => string(3) "585" [state_entry] => string(1) "1" ) ) [193] => array( [4] => array( [alert_table_id] => string(4) "4960" [alert_test_id] => string(1) "4" [device_id] => string(2) "25" [entity_type] => string(6) "sensor" [entity_id] => string(3) "193" [alert_assocs] => string(1) "4" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860748" [last_changed] => string(10) "1398685553" [last_recovered] => string(10) "1398685559" [last_failed] => string(10) "1397800844" [has_alerted] => string(1) "1" [last_message] => string(13) "Checks failed" [alert_status] => string(1) "0" [last_alerted] => string(10) "1398858966" [ignore_until_ok] => string(1) "0" [state] => string(110) "{"metrics":{"sensor_value":1.04},"failed":[{"value":"1.20635","condition":"greater","metric":"sensor_value"}]}" ��� json ~ stdClass object(recursion) ��� regex ~ {"metrics":{"sensor_value":1.04},"failed":[{"value":"1.20635","condition":"greater","metric":"sensor_value"}]} [count] => string(3) "585" [state_entry] => string(1) "1" ) ) [194] => array( [4] => array( [alert_table_id] => string(4) "4961" [alert_test_id] => string(1) "4" [device_id] => string(2) "25" [entity_type] => string(6) "sensor" [entity_id] => string(3) "194" [alert_assocs] => string(1) "4" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860748" [last_changed] => string(10) "1398685553" [last_recovered] => string(10) "1398685559" [last_failed] => string(10) "1398680448" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(10) "1398685559" [ignore_until_ok] => string(1) "0" [state] => string(35) "{"metrics":{"sensor_value":11.938}}" ��� json ~ stdClass object( Properties ---------- -> metrics = stdClass object(recursion) ) ��� regex ~ {"metrics":{"sensor_value":11.938}} [count] => string(1) "0" [state_entry] => string(1) "1" ) ) [195] => array( [4] => array( [alert_table_id] => string(4) "4962" [alert_test_id] => string(1) "4" [device_id] => string(2) "25" [entity_type] => string(6) "sensor" [entity_id] => string(3) "195" [alert_assocs] => string(1) "4" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860748" [last_changed] => string(10) "1398685553" [last_recovered] => string(10) "1398685559" [last_failed] => string(10) "1398680448" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(10) "1398685559" [ignore_until_ok] => string(1) "0" [state] => string(34) "{"metrics":{"sensor_value":4.995}}" ��� json ~ stdClass object( Properties ---------- -> metrics = stdClass object(recursion) ) ��� regex ~ {"metrics":{"sensor_value":4.995}} [count] => string(1) "0" [state_entry] => string(1) "1" ) ) [196] => array( [4] => array( [alert_table_id] => string(4) "4963" [alert_test_id] => string(1) "4" [device_id] => string(2) "25" [entity_type] => string(6) "sensor" [entity_id] => string(3) "196" [alert_assocs] => string(1) "4" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860748" [last_changed] => string(10) "1398685553" [last_recovered] => string(10) "1398685559" [last_failed] => string(10) "1397800844" [has_alerted] => string(1) "1" [last_message] => string(13) "Checks failed" [alert_status] => string(1) "0" [last_alerted] => string(10) "1398858967" [ignore_until_ok] => string(1) "0" [state] => string(110) "{"metrics":{"sensor_value":0.751},"failed":[{"value":"0.8809","condition":"greater","metric":"sensor_value"}]}" ��� json ~ stdClass object( Properties ---------- -> metrics = stdClass object(recursion) -> failed = array( [0] => stdClass object(...) ) ) ��� regex ~ {"metrics":{"sensor_value":0.751},"failed":[{"value":"0.8809","condition":"greater","metric":"sensor_value"}]} [count] => string(3) "585" [state_entry] => string(1) "1" ) ) [197] => array( [4] => array( [alert_table_id] => string(4) "4964" [alert_test_id] => string(1) "4" [device_id] => string(2) "25" [entity_type] => string(6) "sensor" [entity_id] => string(3) "197" [alert_assocs] => string(1) "4" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860748" [last_changed] => string(10) "1398685553" [last_recovered] => string(10) "1398685559" [last_failed] => string(10) "1397800844" [has_alerted] => string(1) "1" [last_message] => string(13) "Checks failed" [alert_status] => string(1) "0" [last_alerted] => string(10) "1398858967" [ignore_until_ok] => string(1) "0" [state] => string(111) "{"metrics":{"sensor_value":2.497},"failed":[{"value":"2.87155","condition":"greater","metric":"sensor_value"}]}" ��� json ~ stdClass object(recursion) ��� regex ~ {"metrics":{"sensor_value":2.497},"failed":[{"value":"2.87155","condition":"greater","metric":"sensor_value"}]} [count] => string(3) "585" [state_entry] => string(1) "1" ) ) [198] => array( [4] => array( [alert_table_id] => string(4) "4965" [alert_test_id] => string(1) "4" [device_id] => string(2) "25" [entity_type] => string(6) "sensor" [entity_id] => string(3) "198" [alert_assocs] => string(1) "4" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860748" [last_changed] => string(10) "1398685553" [last_recovered] => string(10) "1398685559" [last_failed] => string(10) "1398680448" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(10) "1398685559" [ignore_until_ok] => string(1) "0" [state] => string(31) "{"metrics":{"sensor_value":44}}" ��� json ~ stdClass object( Properties ---------- -> metrics = stdClass object(recursion) ) ��� regex ~ {"metrics":{"sensor_value":44}} [count] => string(1) "0" [state_entry] => string(1) "1" ) ) [199] => array( [4] => array( [alert_table_id] => string(4) "4966" [alert_test_id] => string(1) "4" [device_id] => string(2) "25" [entity_type] => string(6) "sensor" [entity_id] => string(3) "199" [alert_assocs] => string(1) "4" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860748" [last_changed] => string(10) "1398685553" [last_recovered] => string(10) "1398685559" [last_failed] => string(10) "1398680448" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(10) "1398685559" [ignore_until_ok] => string(1) "0" [state] => string(31) "{"metrics":{"sensor_value":39}}" ��� json ~ stdClass object( Properties ---------- -> metrics = stdClass object(recursion) ) ��� regex ~ {"metrics":{"sensor_value":39}} [count] => string(1) "0" [state_entry] => string(1) "1" ) ) [200] => array( [4] => array( [alert_table_id] => string(4) "4967" [alert_test_id] => string(1) "4" [device_id] => string(2) "25" [entity_type] => string(6) "sensor" [entity_id] => string(3) "200" [alert_assocs] => string(1) "4" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860748" [last_changed] => string(10) "1398685553" [last_recovered] => string(10) "1398685559" [last_failed] => string(10) "1398680448" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(10) "1398685559" [ignore_until_ok] => string(1) "0" [state] => string(31) "{"metrics":{"sensor_value":45}}" ��� json ~ stdClass object( Properties ---------- -> metrics = stdClass object(recursion) ) ��� regex ~ {"metrics":{"sensor_value":45}} [count] => string(1) "0" [state_entry] => string(1) "1" ) ) [201] => array( [4] => array( [alert_table_id] => string(4) "4968" [alert_test_id] => string(1) "4" [device_id] => string(2) "25" [entity_type] => string(6) "sensor" [entity_id] => string(3) "201" [alert_assocs] => string(1) "4" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860748" [last_changed] => string(10) "1398685553" [last_recovered] => string(10) "1398685559" [last_failed] => string(10) "1398680448" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(10) "1398685559" [ignore_until_ok] => string(1) "0" [state] => string(31) "{"metrics":{"sensor_value":56}}" ��� json ~ stdClass object( Properties ---------- -> metrics = stdClass object(recursion) ) ��� regex ~ {"metrics":{"sensor_value":56}} [count] => string(1) "0" [state_entry] => string(1) "1" ) ) [202] => array( [4] => array( [alert_table_id] => string(4) "4969" [alert_test_id] => string(1) "4" [device_id] => string(2) "25" [entity_type] => string(6) "sensor" [entity_id] => string(3) "202" [alert_assocs] => string(1) "4" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860748" [last_changed] => string(10) "1398685553" [last_recovered] => string(10) "1398685559" [last_failed] => string(10) "1398680448" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(10) "1398685559" [ignore_until_ok] => string(1) "0" [state] => string(31) "{"metrics":{"sensor_value":34}}" ��� json ~ stdClass object( Properties ---------- -> metrics = stdClass object(recursion) ) ��� regex ~ {"metrics":{"sensor_value":34}} [count] => string(1) "0" [state_entry] => string(1) "1" ) ) [203] => array( [4] => array( [alert_table_id] => string(4) "4970" [alert_test_id] => string(1) "4" [device_id] => string(2) "25" [entity_type] => string(6) "sensor" [entity_id] => string(3) "203" [alert_assocs] => string(1) "4" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860748" [last_changed] => string(10) "1398685553" [last_recovered] => string(10) "1398685559" [last_failed] => string(10) "1398680448" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(10) "1398685559" [ignore_until_ok] => string(1) "0" [state] => string(31) "{"metrics":{"sensor_value":41}}" ��� json ~ stdClass object( Properties ---------- -> metrics = stdClass object(recursion) ) ��� regex ~ {"metrics":{"sensor_value":41}} [count] => string(1) "0" [state_entry] => string(1) "1" ) ) [204] => array( [4] => array( [alert_table_id] => string(4) "4971" [alert_test_id] => string(1) "4" [device_id] => string(2) "25" [entity_type] => string(6) "sensor" [entity_id] => string(3) "204" [alert_assocs] => string(1) "4" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860748" [last_changed] => string(10) "1398685553" [last_recovered] => string(10) "1398685559" [last_failed] => string(10) "1398680448" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(10) "1398685559" [ignore_until_ok] => string(1) "0" [state] => string(31) "{"metrics":{"sensor_value":52}}" ��� json ~ stdClass object( Properties ---------- -> metrics = stdClass object(recursion) ) ��� regex ~ {"metrics":{"sensor_value":52}} [count] => string(1) "0" [state_entry] => string(1) "1" ) ) [205] => array( [4] => array( [alert_table_id] => string(4) "4972" [alert_test_id] => string(1) "4" [device_id] => string(2) "25" [entity_type] => string(6) "sensor" [entity_id] => string(3) "205" [alert_assocs] => string(1) "4" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860748" [last_changed] => string(10) "1398685553" [last_recovered] => string(10) "1398685559" [last_failed] => string(10) "1398680448" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(10) "1398685559" [ignore_until_ok] => string(1) "0" [state] => string(31) "{"metrics":{"sensor_value":51}}" ��� json ~ stdClass object( Properties ---------- -> metrics = stdClass object(recursion) ) ��� regex ~ {"metrics":{"sensor_value":51}} [count] => string(1) "0" [state_entry] => string(1) "1" ) ) [206] => array( [4] => array( [alert_table_id] => string(4) "4973" [alert_test_id] => string(1) "4" [device_id] => string(2) "25" [entity_type] => string(6) "sensor" [entity_id] => string(3) "206" [alert_assocs] => string(1) "4" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860748" [last_changed] => string(10) "1398685553" [last_recovered] => string(10) "1398685559" [last_failed] => string(10) "1398680448" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(10) "1398685559" [ignore_until_ok] => string(1) "0" [state] => string(31) "{"metrics":{"sensor_value":47}}" ��� json ~ stdClass object( Properties ---------- -> metrics = stdClass object(recursion) ) ��� regex ~ {"metrics":{"sensor_value":47}} [count] => string(1) "0" [state_entry] => string(1) "1" ) ) [207] => array( [4] => array( [alert_table_id] => string(4) "4974" [alert_test_id] => string(1) "4" [device_id] => string(2) "25" [entity_type] => string(6) "sensor" [entity_id] => string(3) "207" [alert_assocs] => string(1) "4" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860748" [last_changed] => string(10) "1398685553" [last_recovered] => string(10) "1398685559" [last_failed] => string(10) "1398680448" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(10) "1398685559" [ignore_until_ok] => string(1) "0" [state] => string(31) "{"metrics":{"sensor_value":58}}" ��� json ~ stdClass object( Properties ---------- -> metrics = stdClass object(recursion) ) ��� regex ~ {"metrics":{"sensor_value":58}} [count] => string(1) "0" [state_entry] => string(1) "1" ) ) [208] => array( [4] => array( [alert_table_id] => string(4) "4975" [alert_test_id] => string(1) "4" [device_id] => string(2) "25" [entity_type] => string(6) "sensor" [entity_id] => string(3) "208" [alert_assocs] => string(1) "4" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860748" [last_changed] => string(10) "1398685553" [last_recovered] => string(10) "1398685559" [last_failed] => string(10) "1398680448" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(10) "1398685559" [ignore_until_ok] => string(1) "0" [state] => string(31) "{"metrics":{"sensor_value":34}}" ��� json ~ stdClass object( Properties ---------- -> metrics = stdClass object(recursion) ) ��� regex ~ {"metrics":{"sensor_value":34}} [count] => string(1) "0" [state_entry] => string(1) "1" ) ) ) [bgp_peer] => array( [166] => array( [5] => array( [alert_table_id] => string(4) "4976" [alert_test_id] => string(1) "5" [device_id] => string(2) "25" [entity_type] => string(8) "bgp_peer" [entity_id] => string(3) "166" [alert_assocs] => string(1) "5" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860751" [last_changed] => string(10) "1397135754" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(151) "{"metrics":{"bgpPeerState":"established","bgpPeerAdminStatus":"start"},"failed":[{"value":"start","condition":"equals","metric":"bgpPeerAdminStatus"}]}" ��� json ~ stdClass object(recursion) ��� regex ~ {"metrics":{"bgpPeerState":"established","bgpPeerAdminStatus":"start"},"failed":[{"value":"start","condition":"equals","metric":"bgpPeerAdminStatus"}]} [count] => string(1) "0" [state_entry] => string(1) "1" ) [6] => array( [alert_table_id] => string(4) "4977" [alert_test_id] => string(1) "6" [device_id] => string(2) "25" [entity_type] => string(8) "bgp_peer" [entity_id] => string(3) "166" [alert_assocs] => string(1) "6" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860751" [last_changed] => string(10) "1397135754" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(161) "{"metrics":{"bgpPeerFsmEstablishedTime":"14569718","bgpPeerState":"established"},"failed":[{"value":"established","condition":"equals","metric":"bgpPeerState"}]}" ��� json ~ stdClass object( Properties ---------- -> metrics = stdClass object(recursion) -> failed = array( [0] => stdClass object(recursion) ) ) ��� regex ~ {"metrics":{"bgpPeerFsmEstablishedTime":"14569718","bgpPeerState":"established"},"failed":[{"value":"established","condition":"equals","metric":"bgpPeerState"}]} [count] => string(1) "0" [state_entry] => string(1) "1" ) ) [167] => array( [5] => array( [alert_table_id] => string(4) "4978" [alert_test_id] => string(1) "5" [device_id] => string(2) "25" [entity_type] => string(8) "bgp_peer" [entity_id] => string(3) "167" [alert_assocs] => string(1) "5" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860751" [last_changed] => string(10) "1397135754" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(151) "{"metrics":{"bgpPeerState":"established","bgpPeerAdminStatus":"start"},"failed":[{"value":"start","condition":"equals","metric":"bgpPeerAdminStatus"}]}" ��� json ~ stdClass object(recursion) ��� regex ~ {"metrics":{"bgpPeerState":"established","bgpPeerAdminStatus":"start"},"failed":[{"value":"start","condition":"equals","metric":"bgpPeerAdminStatus"}]} [count] => string(1) "0" [state_entry] => string(1) "1" ) [6] => array( [alert_table_id] => string(4) "4979" [alert_test_id] => string(1) "6" [device_id] => string(2) "25" [entity_type] => string(8) "bgp_peer" [entity_id] => string(3) "167" [alert_assocs] => string(1) "6" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860751" [last_changed] => string(10) "1397135754" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(161) "{"metrics":{"bgpPeerFsmEstablishedTime":"14569727","bgpPeerState":"established"},"failed":[{"value":"established","condition":"equals","metric":"bgpPeerState"}]}" ��� json ~ stdClass object( Properties ---------- -> metrics = stdClass object(recursion) -> failed = array( [0] => stdClass object(recursion) ) ) ��� regex ~ {"metrics":{"bgpPeerFsmEstablishedTime":"14569727","bgpPeerState":"established"},"failed":[{"value":"established","condition":"equals","metric":"bgpPeerState"}]} [count] => string(1) "0" [state_entry] => string(1) "1" ) ) [168] => array( [5] => array( [alert_table_id] => string(4) "4980" [alert_test_id] => string(1) "5" [device_id] => string(2) "25" [entity_type] => string(8) "bgp_peer" [entity_id] => string(3) "168" [alert_assocs] => string(1) "5" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860751" [last_changed] => string(10) "1397135754" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(151) "{"metrics":{"bgpPeerState":"established","bgpPeerAdminStatus":"start"},"failed":[{"value":"start","condition":"equals","metric":"bgpPeerAdminStatus"}]}" ��� json ~ stdClass object(recursion) ��� regex ~ {"metrics":{"bgpPeerState":"established","bgpPeerAdminStatus":"start"},"failed":[{"value":"start","condition":"equals","metric":"bgpPeerAdminStatus"}]} [count] => string(1) "0" [state_entry] => string(1) "1" ) [6] => array( [alert_table_id] => string(4) "4981" [alert_test_id] => string(1) "6" [device_id] => string(2) "25" [entity_type] => string(8) "bgp_peer" [entity_id] => string(3) "168" [alert_assocs] => string(1) "6" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860751" [last_changed] => string(10) "1397135754" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(161) "{"metrics":{"bgpPeerFsmEstablishedTime":"14569725","bgpPeerState":"established"},"failed":[{"value":"established","condition":"equals","metric":"bgpPeerState"}]}" ��� json ~ stdClass object( Properties ---------- -> metrics = stdClass object(recursion) -> failed = array( [0] => stdClass object(recursion) ) ) ��� regex ~ {"metrics":{"bgpPeerFsmEstablishedTime":"14569725","bgpPeerState":"established"},"failed":[{"value":"established","condition":"equals","metric":"bgpPeerState"}]} [count] => string(1) "0" [state_entry] => string(1) "1" ) ) [169] => array( [5] => array( [alert_table_id] => string(4) "4982" [alert_test_id] => string(1) "5" [device_id] => string(2) "25" [entity_type] => string(8) "bgp_peer" [entity_id] => string(3) "169" [alert_assocs] => string(1) "5" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860751" [last_changed] => string(10) "1397135754" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(151) "{"metrics":{"bgpPeerState":"established","bgpPeerAdminStatus":"start"},"failed":[{"value":"start","condition":"equals","metric":"bgpPeerAdminStatus"}]}" ��� json ~ stdClass object(recursion) ��� regex ~ {"metrics":{"bgpPeerState":"established","bgpPeerAdminStatus":"start"},"failed":[{"value":"start","condition":"equals","metric":"bgpPeerAdminStatus"}]} [count] => string(1) "0" [state_entry] => string(1) "1" ) [6] => array( [alert_table_id] => string(4) "4983" [alert_test_id] => string(1) "6" [device_id] => string(2) "25" [entity_type] => string(8) "bgp_peer" [entity_id] => string(3) "169" [alert_assocs] => string(1) "6" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860751" [last_changed] => string(10) "1397135754" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(161) "{"metrics":{"bgpPeerFsmEstablishedTime":"14569724","bgpPeerState":"established"},"failed":[{"value":"established","condition":"equals","metric":"bgpPeerState"}]}" ��� json ~ stdClass object( Properties ---------- -> metrics = stdClass object(recursion) -> failed = array( [0] => stdClass object(recursion) ) ) ��� regex ~ {"metrics":{"bgpPeerFsmEstablishedTime":"14569724","bgpPeerState":"established"},"failed":[{"value":"established","condition":"equals","metric":"bgpPeerState"}]} [count] => string(1) "0" [state_entry] => string(1) "1" ) ) [170] => array( [5] => array( [alert_table_id] => string(4) "4984" [alert_test_id] => string(1) "5" [device_id] => string(2) "25" [entity_type] => string(8) "bgp_peer" [entity_id] => string(3) "170" [alert_assocs] => string(1) "5" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860751" [last_changed] => string(10) "1397135754" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(151) "{"metrics":{"bgpPeerState":"established","bgpPeerAdminStatus":"start"},"failed":[{"value":"start","condition":"equals","metric":"bgpPeerAdminStatus"}]}" ��� json ~ stdClass object(recursion) ��� regex ~ {"metrics":{"bgpPeerState":"established","bgpPeerAdminStatus":"start"},"failed":[{"value":"start","condition":"equals","metric":"bgpPeerAdminStatus"}]} [count] => string(1) "0" [state_entry] => string(1) "1" ) [6] => array( [alert_table_id] => string(4) "4985" [alert_test_id] => string(1) "6" [device_id] => string(2) "25" [entity_type] => string(8) "bgp_peer" [entity_id] => string(3) "170" [alert_assocs] => string(1) "6" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860751" [last_changed] => string(10) "1397135754" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(161) "{"metrics":{"bgpPeerFsmEstablishedTime":"14569724","bgpPeerState":"established"},"failed":[{"value":"established","condition":"equals","metric":"bgpPeerState"}]}" ��� json ~ stdClass object( Properties ---------- -> metrics = stdClass object(recursion) -> failed = array( [0] => stdClass object(recursion) ) ) ��� regex ~ {"metrics":{"bgpPeerFsmEstablishedTime":"14569724","bgpPeerState":"established"},"failed":[{"value":"established","condition":"equals","metric":"bgpPeerState"}]} [count] => string(1) "0" [state_entry] => string(1) "1" ) ) [171] => array( [5] => array( [alert_table_id] => string(4) "4986" [alert_test_id] => string(1) "5" [device_id] => string(2) "25" [entity_type] => string(8) "bgp_peer" [entity_id] => string(3) "171" [alert_assocs] => string(1) "5" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860751" [last_changed] => string(10) "1397135754" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(151) "{"metrics":{"bgpPeerState":"established","bgpPeerAdminStatus":"start"},"failed":[{"value":"start","condition":"equals","metric":"bgpPeerAdminStatus"}]}" ��� json ~ stdClass object(recursion) ��� regex ~ {"metrics":{"bgpPeerState":"established","bgpPeerAdminStatus":"start"},"failed":[{"value":"start","condition":"equals","metric":"bgpPeerAdminStatus"}]} [count] => string(1) "0" [state_entry] => string(1) "1" ) [6] => array( [alert_table_id] => string(4) "4987" [alert_test_id] => string(1) "6" [device_id] => string(2) "25" [entity_type] => string(8) "bgp_peer" [entity_id] => string(3) "171" [alert_assocs] => string(1) "6" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860751" [last_changed] => string(10) "1397135754" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(161) "{"metrics":{"bgpPeerFsmEstablishedTime":"14569729","bgpPeerState":"established"},"failed":[{"value":"established","condition":"equals","metric":"bgpPeerState"}]}" ��� json ~ stdClass object( Properties ---------- -> metrics = stdClass object(recursion) -> failed = array( [0] => stdClass object(recursion) ) ) ��� regex ~ {"metrics":{"bgpPeerFsmEstablishedTime":"14569729","bgpPeerState":"established"},"failed":[{"value":"established","condition":"equals","metric":"bgpPeerState"}]} [count] => string(1) "0" [state_entry] => string(1) "1" ) ) [172] => array( [5] => array( [alert_table_id] => string(4) "4988" [alert_test_id] => string(1) "5" [device_id] => string(2) "25" [entity_type] => string(8) "bgp_peer" [entity_id] => string(3) "172" [alert_assocs] => string(1) "5" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860751" [last_changed] => string(10) "1397135754" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(151) "{"metrics":{"bgpPeerState":"established","bgpPeerAdminStatus":"start"},"failed":[{"value":"start","condition":"equals","metric":"bgpPeerAdminStatus"}]}" ��� json ~ stdClass object(recursion) ��� regex ~ {"metrics":{"bgpPeerState":"established","bgpPeerAdminStatus":"start"},"failed":[{"value":"start","condition":"equals","metric":"bgpPeerAdminStatus"}]} [count] => string(1) "0" [state_entry] => string(1) "1" ) [6] => array( [alert_table_id] => string(4) "4989" [alert_test_id] => string(1) "6" [device_id] => string(2) "25" [entity_type] => string(8) "bgp_peer" [entity_id] => string(3) "172" [alert_assocs] => string(1) "6" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860751" [last_changed] => string(10) "1397135754" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(161) "{"metrics":{"bgpPeerFsmEstablishedTime":"14569728","bgpPeerState":"established"},"failed":[{"value":"established","condition":"equals","metric":"bgpPeerState"}]}" ��� json ~ stdClass object( Properties ---------- -> metrics = stdClass object(recursion) -> failed = array( [0] => stdClass object(recursion) ) ) ��� regex ~ {"metrics":{"bgpPeerFsmEstablishedTime":"14569728","bgpPeerState":"established"},"failed":[{"value":"established","condition":"equals","metric":"bgpPeerState"}]} [count] => string(1) "0" [state_entry] => string(1) "1" ) ) [173] => array( [5] => array( [alert_table_id] => string(4) "4990" [alert_test_id] => string(1) "5" [device_id] => string(2) "25" [entity_type] => string(8) "bgp_peer" [entity_id] => string(3) "173" [alert_assocs] => string(1) "5" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860751" [last_changed] => string(10) "1397135754" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(151) "{"metrics":{"bgpPeerState":"established","bgpPeerAdminStatus":"start"},"failed":[{"value":"start","condition":"equals","metric":"bgpPeerAdminStatus"}]}" ��� json ~ stdClass object(recursion) ��� regex ~ {"metrics":{"bgpPeerState":"established","bgpPeerAdminStatus":"start"},"failed":[{"value":"start","condition":"equals","metric":"bgpPeerAdminStatus"}]} [count] => string(1) "0" [state_entry] => string(1) "1" ) [6] => array( [alert_table_id] => string(4) "4991" [alert_test_id] => string(1) "6" [device_id] => string(2) "25" [entity_type] => string(8) "bgp_peer" [entity_id] => string(3) "173" [alert_assocs] => string(1) "6" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860751" [last_changed] => string(10) "1397135754" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(161) "{"metrics":{"bgpPeerFsmEstablishedTime":"14569728","bgpPeerState":"established"},"failed":[{"value":"established","condition":"equals","metric":"bgpPeerState"}]}" ��� json ~ stdClass object( Properties ---------- -> metrics = stdClass object(recursion) -> failed = array( [0] => stdClass object(recursion) ) ) ��� regex ~ {"metrics":{"bgpPeerFsmEstablishedTime":"14569728","bgpPeerState":"established"},"failed":[{"value":"established","condition":"equals","metric":"bgpPeerState"}]} [count] => string(1) "0" [state_entry] => string(1) "1" ) ) [174] => array( [5] => array( [alert_table_id] => string(4) "4992" [alert_test_id] => string(1) "5" [device_id] => string(2) "25" [entity_type] => string(8) "bgp_peer" [entity_id] => string(3) "174" [alert_assocs] => string(1) "5" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860751" [last_changed] => string(10) "1397135754" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(151) "{"metrics":{"bgpPeerState":"established","bgpPeerAdminStatus":"start"},"failed":[{"value":"start","condition":"equals","metric":"bgpPeerAdminStatus"}]}" ��� json ~ stdClass object(recursion) ��� regex ~ {"metrics":{"bgpPeerState":"established","bgpPeerAdminStatus":"start"},"failed":[{"value":"start","condition":"equals","metric":"bgpPeerAdminStatus"}]} [count] => string(1) "0" [state_entry] => string(1) "1" ) [6] => array( [alert_table_id] => string(4) "4993" [alert_test_id] => string(1) "6" [device_id] => string(2) "25" [entity_type] => string(8) "bgp_peer" [entity_id] => string(3) "174" [alert_assocs] => string(1) "6" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860751" [last_changed] => string(10) "1397135754" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(161) "{"metrics":{"bgpPeerFsmEstablishedTime":"14569729","bgpPeerState":"established"},"failed":[{"value":"established","condition":"equals","metric":"bgpPeerState"}]}" ��� json ~ stdClass object( Properties ---------- -> metrics = stdClass object(recursion) -> failed = array( [0] => stdClass object(recursion) ) ) ��� regex ~ {"metrics":{"bgpPeerFsmEstablishedTime":"14569729","bgpPeerState":"established"},"failed":[{"value":"established","condition":"equals","metric":"bgpPeerState"}]} [count] => string(1) "0" [state_entry] => string(1) "1" ) ) [175] => array( [5] => array( [alert_table_id] => string(4) "4994" [alert_test_id] => string(1) "5" [device_id] => string(2) "25" [entity_type] => string(8) "bgp_peer" [entity_id] => string(3) "175" [alert_assocs] => string(1) "5" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860751" [last_changed] => string(10) "1397135754" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(151) "{"metrics":{"bgpPeerState":"established","bgpPeerAdminStatus":"start"},"failed":[{"value":"start","condition":"equals","metric":"bgpPeerAdminStatus"}]}" ��� json ~ stdClass object(recursion) ��� regex ~ {"metrics":{"bgpPeerState":"established","bgpPeerAdminStatus":"start"},"failed":[{"value":"start","condition":"equals","metric":"bgpPeerAdminStatus"}]} [count] => string(1) "0" [state_entry] => string(1) "1" ) [6] => array( [alert_table_id] => string(4) "4995" [alert_test_id] => string(1) "6" [device_id] => string(2) "25" [entity_type] => string(8) "bgp_peer" [entity_id] => string(3) "175" [alert_assocs] => string(1) "6" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860751" [last_changed] => string(10) "1397135754" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(161) "{"metrics":{"bgpPeerFsmEstablishedTime":"14569729","bgpPeerState":"established"},"failed":[{"value":"established","condition":"equals","metric":"bgpPeerState"}]}" ��� json ~ stdClass object( Properties ---------- -> metrics = stdClass object(recursion) -> failed = array( [0] => stdClass object(recursion) ) ) ��� regex ~ {"metrics":{"bgpPeerFsmEstablishedTime":"14569729","bgpPeerState":"established"},"failed":[{"value":"established","condition":"equals","metric":"bgpPeerState"}]} [count] => string(1) "0" [state_entry] => string(1) "1" ) ) [176] => array( [5] => array( [alert_table_id] => string(4) "4996" [alert_test_id] => string(1) "5" [device_id] => string(2) "25" [entity_type] => string(8) "bgp_peer" [entity_id] => string(3) "176" [alert_assocs] => string(1) "5" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860751" [last_changed] => string(10) "1397135754" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(151) "{"metrics":{"bgpPeerState":"established","bgpPeerAdminStatus":"start"},"failed":[{"value":"start","condition":"equals","metric":"bgpPeerAdminStatus"}]}" ��� json ~ stdClass object(recursion) ��� regex ~ {"metrics":{"bgpPeerState":"established","bgpPeerAdminStatus":"start"},"failed":[{"value":"start","condition":"equals","metric":"bgpPeerAdminStatus"}]} [count] => string(1) "0" [state_entry] => string(1) "1" ) [6] => array( [alert_table_id] => string(4) "4997" [alert_test_id] => string(1) "6" [device_id] => string(2) "25" [entity_type] => string(8) "bgp_peer" [entity_id] => string(3) "176" [alert_assocs] => string(1) "6" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860751" [last_changed] => string(10) "1397135754" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(161) "{"metrics":{"bgpPeerFsmEstablishedTime":"14569729","bgpPeerState":"established"},"failed":[{"value":"established","condition":"equals","metric":"bgpPeerState"}]}" ��� json ~ stdClass object( Properties ---------- -> metrics = stdClass object(recursion) -> failed = array( [0] => stdClass object(recursion) ) ) ��� regex ~ {"metrics":{"bgpPeerFsmEstablishedTime":"14569729","bgpPeerState":"established"},"failed":[{"value":"established","condition":"equals","metric":"bgpPeerState"}]} [count] => string(1) "0" [state_entry] => string(1) "1" ) ) [178] => array( [5] => array( [alert_table_id] => string(4) "5000" [alert_test_id] => string(1) "5" [device_id] => string(2) "25" [entity_type] => string(8) "bgp_peer" [entity_id] => string(3) "178" [alert_assocs] => string(1) "5" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860751" [last_changed] => string(10) "1397135754" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(151) "{"metrics":{"bgpPeerState":"established","bgpPeerAdminStatus":"start"},"failed":[{"value":"start","condition":"equals","metric":"bgpPeerAdminStatus"}]}" ��� json ~ stdClass object(recursion) ��� regex ~ {"metrics":{"bgpPeerState":"established","bgpPeerAdminStatus":"start"},"failed":[{"value":"start","condition":"equals","metric":"bgpPeerAdminStatus"}]} [count] => string(1) "0" [state_entry] => string(1) "1" ) [6] => array( [alert_table_id] => string(4) "5001" [alert_test_id] => string(1) "6" [device_id] => string(2) "25" [entity_type] => string(8) "bgp_peer" [entity_id] => string(3) "178" [alert_assocs] => string(1) "6" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860751" [last_changed] => string(10) "1397135754" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(161) "{"metrics":{"bgpPeerFsmEstablishedTime":"14569687","bgpPeerState":"established"},"failed":[{"value":"established","condition":"equals","metric":"bgpPeerState"}]}" ��� json ~ stdClass object( Properties ---------- -> metrics = stdClass object(recursion) -> failed = array( [0] => stdClass object(recursion) ) ) ��� regex ~ {"metrics":{"bgpPeerFsmEstablishedTime":"14569687","bgpPeerState":"established"},"failed":[{"value":"established","condition":"equals","metric":"bgpPeerState"}]} [count] => string(1) "0" [state_entry] => string(1) "1" ) ) [179] => array( [5] => array( [alert_table_id] => string(4) "5002" [alert_test_id] => string(1) "5" [device_id] => string(2) "25" [entity_type] => string(8) "bgp_peer" [entity_id] => string(3) "179" [alert_assocs] => string(1) "5" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860751" [last_changed] => string(10) "1397135754" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(151) "{"metrics":{"bgpPeerState":"established","bgpPeerAdminStatus":"start"},"failed":[{"value":"start","condition":"equals","metric":"bgpPeerAdminStatus"}]}" ��� json ~ stdClass object(recursion) ��� regex ~ {"metrics":{"bgpPeerState":"established","bgpPeerAdminStatus":"start"},"failed":[{"value":"start","condition":"equals","metric":"bgpPeerAdminStatus"}]} [count] => string(1) "0" [state_entry] => string(1) "1" ) [6] => array( [alert_table_id] => string(4) "5003" [alert_test_id] => string(1) "6" [device_id] => string(2) "25" [entity_type] => string(8) "bgp_peer" [entity_id] => string(3) "179" [alert_assocs] => string(1) "6" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860751" [last_changed] => string(10) "1397135754" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(160) "{"metrics":{"bgpPeerFsmEstablishedTime":"4183262","bgpPeerState":"established"},"failed":[{"value":"established","condition":"equals","metric":"bgpPeerState"}]}" ��� json ~ stdClass object( Properties ---------- -> metrics = stdClass object(recursion) -> failed = array( [0] => stdClass object(recursion) ) ) ��� regex ~ {"metrics":{"bgpPeerFsmEstablishedTime":"4183262","bgpPeerState":"established"},"failed":[{"value":"established","condition":"equals","metric":"bgpPeerState"}]} [count] => string(1) "0" [state_entry] => string(1) "1" ) ) [180] => array( [5] => array( [alert_table_id] => string(4) "5004" [alert_test_id] => string(1) "5" [device_id] => string(2) "25" [entity_type] => string(8) "bgp_peer" [entity_id] => string(3) "180" [alert_assocs] => string(1) "5" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860751" [last_changed] => string(10) "1397135754" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(151) "{"metrics":{"bgpPeerState":"established","bgpPeerAdminStatus":"start"},"failed":[{"value":"start","condition":"equals","metric":"bgpPeerAdminStatus"}]}" ��� json ~ stdClass object(recursion) ��� regex ~ {"metrics":{"bgpPeerState":"established","bgpPeerAdminStatus":"start"},"failed":[{"value":"start","condition":"equals","metric":"bgpPeerAdminStatus"}]} [count] => string(1) "0" [state_entry] => string(1) "1" ) [6] => array( [alert_table_id] => string(4) "5005" [alert_test_id] => string(1) "6" [device_id] => string(2) "25" [entity_type] => string(8) "bgp_peer" [entity_id] => string(3) "180" [alert_assocs] => string(1) "6" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860751" [last_changed] => string(10) "1397135754" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(161) "{"metrics":{"bgpPeerFsmEstablishedTime":"14569729","bgpPeerState":"established"},"failed":[{"value":"established","condition":"equals","metric":"bgpPeerState"}]}" ��� json ~ stdClass object( Properties ---------- -> metrics = stdClass object(recursion) -> failed = array( [0] => stdClass object(recursion) ) ) ��� regex ~ {"metrics":{"bgpPeerFsmEstablishedTime":"14569729","bgpPeerState":"established"},"failed":[{"value":"established","condition":"equals","metric":"bgpPeerState"}]} [count] => string(1) "0" [state_entry] => string(1) "1" ) ) [182] => array( [5] => array( [alert_table_id] => string(4) "5006" [alert_test_id] => string(1) "5" [device_id] => string(2) "25" [entity_type] => string(8) "bgp_peer" [entity_id] => string(3) "182" [alert_assocs] => string(1) "5" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860751" [last_changed] => string(10) "1397135754" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(151) "{"metrics":{"bgpPeerState":"established","bgpPeerAdminStatus":"start"},"failed":[{"value":"start","condition":"equals","metric":"bgpPeerAdminStatus"}]}" ��� json ~ stdClass object(recursion) ��� regex ~ {"metrics":{"bgpPeerState":"established","bgpPeerAdminStatus":"start"},"failed":[{"value":"start","condition":"equals","metric":"bgpPeerAdminStatus"}]} [count] => string(1) "0" [state_entry] => string(1) "1" ) [6] => array( [alert_table_id] => string(4) "5007" [alert_test_id] => string(1) "6" [device_id] => string(2) "25" [entity_type] => string(8) "bgp_peer" [entity_id] => string(3) "182" [alert_assocs] => string(1) "6" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860751" [last_changed] => string(10) "1397135754" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(161) "{"metrics":{"bgpPeerFsmEstablishedTime":"14569727","bgpPeerState":"established"},"failed":[{"value":"established","condition":"equals","metric":"bgpPeerState"}]}" ��� json ~ stdClass object( Properties ---------- -> metrics = stdClass object(recursion) -> failed = array( [0] => stdClass object(recursion) ) ) ��� regex ~ {"metrics":{"bgpPeerFsmEstablishedTime":"14569727","bgpPeerState":"established"},"failed":[{"value":"established","condition":"equals","metric":"bgpPeerState"}]} [count] => string(1) "0" [state_entry] => string(1) "1" ) ) [183] => array( [5] => array( [alert_table_id] => string(4) "5008" [alert_test_id] => string(1) "5" [device_id] => string(2) "25" [entity_type] => string(8) "bgp_peer" [entity_id] => string(3) "183" [alert_assocs] => string(1) "5" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860751" [last_changed] => string(10) "1397135754" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(151) "{"metrics":{"bgpPeerState":"established","bgpPeerAdminStatus":"start"},"failed":[{"value":"start","condition":"equals","metric":"bgpPeerAdminStatus"}]}" ��� json ~ stdClass object(recursion) ��� regex ~ {"metrics":{"bgpPeerState":"established","bgpPeerAdminStatus":"start"},"failed":[{"value":"start","condition":"equals","metric":"bgpPeerAdminStatus"}]} [count] => string(1) "0" [state_entry] => string(1) "1" ) [6] => array( [alert_table_id] => string(4) "5009" [alert_test_id] => string(1) "6" [device_id] => string(2) "25" [entity_type] => string(8) "bgp_peer" [entity_id] => string(3) "183" [alert_assocs] => string(1) "6" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860751" [last_changed] => string(10) "1397135754" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(161) "{"metrics":{"bgpPeerFsmEstablishedTime":"14568454","bgpPeerState":"established"},"failed":[{"value":"established","condition":"equals","metric":"bgpPeerState"}]}" ��� json ~ stdClass object( Properties ---------- -> metrics = stdClass object(recursion) -> failed = array( [0] => stdClass object(recursion) ) ) ��� regex ~ {"metrics":{"bgpPeerFsmEstablishedTime":"14568454","bgpPeerState":"established"},"failed":[{"value":"established","condition":"equals","metric":"bgpPeerState"}]} [count] => string(1) "0" [state_entry] => string(1) "1" ) ) [184] => array( [5] => array( [alert_table_id] => string(4) "5010" [alert_test_id] => string(1) "5" [device_id] => string(2) "25" [entity_type] => string(8) "bgp_peer" [entity_id] => string(3) "184" [alert_assocs] => string(1) "5" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860751" [last_changed] => string(10) "1397135754" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(151) "{"metrics":{"bgpPeerState":"established","bgpPeerAdminStatus":"start"},"failed":[{"value":"start","condition":"equals","metric":"bgpPeerAdminStatus"}]}" ��� json ~ stdClass object(recursion) ��� regex ~ {"metrics":{"bgpPeerState":"established","bgpPeerAdminStatus":"start"},"failed":[{"value":"start","condition":"equals","metric":"bgpPeerAdminStatus"}]} [count] => string(1) "0" [state_entry] => string(1) "1" ) [6] => array( [alert_table_id] => string(4) "5011" [alert_test_id] => string(1) "6" [device_id] => string(2) "25" [entity_type] => string(8) "bgp_peer" [entity_id] => string(3) "184" [alert_assocs] => string(1) "6" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860751" [last_changed] => string(10) "1397135754" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(160) "{"metrics":{"bgpPeerFsmEstablishedTime":"6418715","bgpPeerState":"established"},"failed":[{"value":"established","condition":"equals","metric":"bgpPeerState"}]}" ��� json ~ stdClass object( Properties ---------- -> metrics = stdClass object(recursion) -> failed = array( [0] => stdClass object(recursion) ) ) ��� regex ~ {"metrics":{"bgpPeerFsmEstablishedTime":"6418715","bgpPeerState":"established"},"failed":[{"value":"established","condition":"equals","metric":"bgpPeerState"}]} [count] => string(1) "0" [state_entry] => string(1) "1" ) ) [185] => array( [5] => array( [alert_table_id] => string(4) "5012" [alert_test_id] => string(1) "5" [device_id] => string(2) "25" [entity_type] => string(8) "bgp_peer" [entity_id] => string(3) "185" [alert_assocs] => string(1) "5" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860751" [last_changed] => string(10) "1397135754" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(151) "{"metrics":{"bgpPeerState":"established","bgpPeerAdminStatus":"start"},"failed":[{"value":"start","condition":"equals","metric":"bgpPeerAdminStatus"}]}" ��� json ~ stdClass object(recursion) ��� regex ~ {"metrics":{"bgpPeerState":"established","bgpPeerAdminStatus":"start"},"failed":[{"value":"start","condition":"equals","metric":"bgpPeerAdminStatus"}]} [count] => string(1) "0" [state_entry] => string(1) "1" ) [6] => array( [alert_table_id] => string(4) "5013" [alert_test_id] => string(1) "6" [device_id] => string(2) "25" [entity_type] => string(8) "bgp_peer" [entity_id] => string(3) "185" [alert_assocs] => string(1) "6" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860751" [last_changed] => string(10) "1397135754" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(161) "{"metrics":{"bgpPeerFsmEstablishedTime":"14569729","bgpPeerState":"established"},"failed":[{"value":"established","condition":"equals","metric":"bgpPeerState"}]}" ��� json ~ stdClass object( Properties ---------- -> metrics = stdClass object(recursion) -> failed = array( [0] => stdClass object(recursion) ) ) ��� regex ~ {"metrics":{"bgpPeerFsmEstablishedTime":"14569729","bgpPeerState":"established"},"failed":[{"value":"established","condition":"equals","metric":"bgpPeerState"}]} [count] => string(1) "0" [state_entry] => string(1) "1" ) ) [186] => array( [5] => array( [alert_table_id] => string(4) "5014" [alert_test_id] => string(1) "5" [device_id] => string(2) "25" [entity_type] => string(8) "bgp_peer" [entity_id] => string(3) "186" [alert_assocs] => string(1) "5" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860751" [last_changed] => string(10) "1397135754" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(151) "{"metrics":{"bgpPeerState":"established","bgpPeerAdminStatus":"start"},"failed":[{"value":"start","condition":"equals","metric":"bgpPeerAdminStatus"}]}" ��� json ~ stdClass object(recursion) ��� regex ~ {"metrics":{"bgpPeerState":"established","bgpPeerAdminStatus":"start"},"failed":[{"value":"start","condition":"equals","metric":"bgpPeerAdminStatus"}]} [count] => string(1) "0" [state_entry] => string(1) "1" ) [6] => array( [alert_table_id] => string(4) "5015" [alert_test_id] => string(1) "6" [device_id] => string(2) "25" [entity_type] => string(8) "bgp_peer" [entity_id] => string(3) "186" [alert_assocs] => string(1) "6" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860751" [last_changed] => string(10) "1397135754" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(161) "{"metrics":{"bgpPeerFsmEstablishedTime":"14569723","bgpPeerState":"established"},"failed":[{"value":"established","condition":"equals","metric":"bgpPeerState"}]}" ��� json ~ stdClass object( Properties ---------- -> metrics = stdClass object(recursion) -> failed = array( [0] => stdClass object(recursion) ) ) ��� regex ~ {"metrics":{"bgpPeerFsmEstablishedTime":"14569723","bgpPeerState":"established"},"failed":[{"value":"established","condition":"equals","metric":"bgpPeerState"}]} [count] => string(1) "0" [state_entry] => string(1) "1" ) ) [189] => array( [5] => array( [alert_table_id] => string(4) "5016" [alert_test_id] => string(1) "5" [device_id] => string(2) "25" [entity_type] => string(8) "bgp_peer" [entity_id] => string(3) "189" [alert_assocs] => string(1) "5" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860751" [last_changed] => string(10) "1397135754" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(59) "{"metrics":{"bgpPeerState":null,"bgpPeerAdminStatus":null}}" ��� json ~ stdClass object(recursion) ��� regex ~ {"metrics":{"bgpPeerState":null,"bgpPeerAdminStatus":null}} [count] => string(1) "0" [state_entry] => string(1) "1" ) [6] => array( [alert_table_id] => string(4) "5017" [alert_test_id] => string(1) "6" [device_id] => string(2) "25" [entity_type] => string(8) "bgp_peer" [entity_id] => string(3) "189" [alert_assocs] => string(1) "6" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860751" [last_changed] => string(10) "1397135754" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(66) "{"metrics":{"bgpPeerFsmEstablishedTime":null,"bgpPeerState":null}}" ��� json ~ stdClass object(recursion) ��� regex ~ {"metrics":{"bgpPeerFsmEstablishedTime":null,"bgpPeerState":null}} [count] => string(1) "0" [state_entry] => string(1) "1" ) ) [217] => array( [5] => array( [alert_table_id] => string(5) "35338" [alert_test_id] => string(1) "5" [device_id] => string(2) "25" [entity_type] => string(8) "bgp_peer" [entity_id] => string(3) "217" [alert_assocs] => string(1) "5" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860751" [last_changed] => string(10) "1397135754" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(151) "{"metrics":{"bgpPeerState":"established","bgpPeerAdminStatus":"start"},"failed":[{"value":"start","condition":"equals","metric":"bgpPeerAdminStatus"}]}" ��� json ~ stdClass object( Properties ---------- -> metrics = stdClass object(recursion) -> failed = array( [0] => stdClass object(recursion) ) ) ��� regex ~ {"metrics":{"bgpPeerState":"established","bgpPeerAdminStatus":"start"},"failed":[{"value":"start","condition":"equals","metric":"bgpPeerAdminStatus"}]} [count] => string(1) "0" [state_entry] => string(1) "1" ) [6] => array( [alert_table_id] => string(5) "35339" [alert_test_id] => string(1) "6" [device_id] => string(2) "25" [entity_type] => string(8) "bgp_peer" [entity_id] => string(3) "217" [alert_assocs] => string(1) "6" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860751" [last_changed] => string(10) "1397135754" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(160) "{"metrics":{"bgpPeerFsmEstablishedTime":"2927907","bgpPeerState":"established"},"failed":[{"value":"established","condition":"equals","metric":"bgpPeerState"}]}" ��� json ~ stdClass object(recursion) ��� regex ~ {"metrics":{"bgpPeerFsmEstablishedTime":"2927907","bgpPeerState":"established"},"failed":[{"value":"established","condition":"equals","metric":"bgpPeerState"}]} [count] => string(1) "0" [state_entry] => string(1) "1" ) ) ) [port] => array( [954] => array( [7] => array( [alert_table_id] => string(4) "5018" [alert_test_id] => string(1) "7" [device_id] => string(2) "25" [entity_type] => string(4) "port" [entity_id] => string(3) "954" [alert_assocs] => string(1) "7" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860749" [last_changed] => string(10) "1397135752" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(55) "{"metrics":{"ifInOctets_perc":18,"ifOutOctets_perc":3}}" ��� json ~ stdClass object( Properties ---------- -> metrics = stdClass object(recursion) ) ��� regex ~ {"metrics":{"ifInOctets_perc":18,"ifOutOctets_perc":3}} [count] => string(1) "0" [state_entry] => string(1) "1" ) [8] => array( [alert_table_id] => string(4) "5019" [alert_test_id] => string(1) "8" [device_id] => string(2) "25" [entity_type] => string(4) "port" [entity_id] => string(3) "954" [alert_assocs] => string(1) "8" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860749" [last_changed] => string(10) "1397135752" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(37) "{"metrics":{"ifDuplex":"fullDuplex"}}" ��� json ~ stdClass object(recursion) ��� regex ~ {"metrics":{"ifDuplex":"fullDuplex"}} [count] => string(1) "0" [state_entry] => string(1) "1" ) [9] => array( [alert_table_id] => string(4) "5020" [alert_test_id] => string(1) "9" [device_id] => string(2) "25" [entity_type] => string(4) "port" [entity_id] => string(3) "954" [alert_assocs] => string(1) "9" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860749" [last_changed] => string(10) "1397135752" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(28) "{"metrics":{"ifMtu":"9216"}}" ��� json ~ stdClass object( Properties ---------- -> metrics = stdClass object(recursion) ) ��� regex ~ {"metrics":{"ifMtu":"9216"}} [count] => string(1) "0" [state_entry] => string(1) "1" ) [10] => array( [alert_table_id] => string(4) "5021" [alert_test_id] => string(2) "10" [device_id] => string(2) "25" [entity_type] => string(4) "port" [entity_id] => string(3) "954" [alert_assocs] => string(2) "10" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860749" [last_changed] => string(10) "1397135752" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(126) "{"metrics":{"ifAdminStatus":"up","ifOperStatus":"up"},"failed":[{"value":"up","condition":"equals","metric":"ifAdminStatus"}]}" ��� json ~ stdClass object(recursion) ��� regex ~ {"metrics":{"ifAdminStatus":"up","ifOperStatus":"up"},"failed":[{"value":"up","condition":"equals","metric":"ifAdminStatus"}]} [count] => string(1) "0" [state_entry] => string(1) "1" ) [11] => array( [alert_table_id] => string(4) "5022" [alert_test_id] => string(2) "11" [device_id] => string(2) "25" [entity_type] => string(4) "port" [entity_id] => string(3) "954" [alert_assocs] => string(2) "11" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860749" [last_changed] => string(10) "1397135752" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(54) "{"metrics":{"ifInErrors_rate":0,"ifOutErrors_rate":0}}" ��� json ~ stdClass object(recursion) ��� regex ~ {"metrics":{"ifInErrors_rate":0,"ifOutErrors_rate":0}} [count] => string(1) "0" [state_entry] => string(1) "1" ) ) [93758] => array( [7] => array( [alert_table_id] => string(4) "5023" [alert_test_id] => string(1) "7" [device_id] => string(2) "25" [entity_type] => string(4) "port" [entity_id] => string(5) "93758" [alert_assocs] => string(1) "7" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860749" [last_changed] => string(10) "1397135752" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(55) "{"metrics":{"ifInOctets_perc":1,"ifOutOctets_perc":13}}" ��� json ~ stdClass object(recursion) ��� regex ~ {"metrics":{"ifInOctets_perc":1,"ifOutOctets_perc":13}} [count] => string(1) "0" [state_entry] => string(1) "1" ) [8] => array( [alert_table_id] => string(4) "5024" [alert_test_id] => string(1) "8" [device_id] => string(2) "25" [entity_type] => string(4) "port" [entity_id] => string(5) "93758" [alert_assocs] => string(1) "8" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860749" [last_changed] => string(10) "1397135752" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(37) "{"metrics":{"ifDuplex":"fullDuplex"}}" ��� json ~ stdClass object(recursion) ��� regex ~ {"metrics":{"ifDuplex":"fullDuplex"}} [count] => string(1) "0" [state_entry] => string(1) "1" ) [9] => array( [alert_table_id] => string(4) "5025" [alert_test_id] => string(1) "9" [device_id] => string(2) "25" [entity_type] => string(4) "port" [entity_id] => string(5) "93758" [alert_assocs] => string(1) "9" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860749" [last_changed] => string(10) "1397135752" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(28) "{"metrics":{"ifMtu":"9216"}}" ��� json ~ stdClass object(recursion) ��� regex ~ {"metrics":{"ifMtu":"9216"}} [count] => string(1) "0" [state_entry] => string(1) "1" ) [10] => array( [alert_table_id] => string(4) "5026" [alert_test_id] => string(2) "10" [device_id] => string(2) "25" [entity_type] => string(4) "port" [entity_id] => string(5) "93758" [alert_assocs] => string(2) "10" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860749" [last_changed] => string(10) "1397135752" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(126) "{"metrics":{"ifAdminStatus":"up","ifOperStatus":"up"},"failed":[{"value":"up","condition":"equals","metric":"ifAdminStatus"}]}" ��� json ~ stdClass object(recursion) ��� regex ~ {"metrics":{"ifAdminStatus":"up","ifOperStatus":"up"},"failed":[{"value":"up","condition":"equals","metric":"ifAdminStatus"}]} [count] => string(1) "0" [state_entry] => string(1) "1" ) [11] => array( [alert_table_id] => string(4) "5027" [alert_test_id] => string(2) "11" [device_id] => string(2) "25" [entity_type] => string(4) "port" [entity_id] => string(5) "93758" [alert_assocs] => string(2) "11" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860749" [last_changed] => string(10) "1397135752" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(54) "{"metrics":{"ifInErrors_rate":0,"ifOutErrors_rate":0}}" ��� json ~ stdClass object( Properties ---------- -> metrics = stdClass object(recursion) ) ��� regex ~ {"metrics":{"ifInErrors_rate":0,"ifOutErrors_rate":0}} [count] => string(1) "0" [state_entry] => string(1) "1" ) ) [93759] => array( [7] => array( [alert_table_id] => string(4) "5028" [alert_test_id] => string(1) "7" [device_id] => string(2) "25" [entity_type] => string(4) "port" [entity_id] => string(5) "93759" [alert_assocs] => string(1) "7" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860749" [last_changed] => string(10) "1397135752" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(54) "{"metrics":{"ifInOctets_perc":2,"ifOutOctets_perc":6}}" ��� json ~ stdClass object(recursion) ��� regex ~ {"metrics":{"ifInOctets_perc":2,"ifOutOctets_perc":6}} [count] => string(1) "0" [state_entry] => string(1) "1" ) [8] => array( [alert_table_id] => string(4) "5029" [alert_test_id] => string(1) "8" [device_id] => string(2) "25" [entity_type] => string(4) "port" [entity_id] => string(5) "93759" [alert_assocs] => string(1) "8" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860749" [last_changed] => string(10) "1397135752" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(37) "{"metrics":{"ifDuplex":"fullDuplex"}}" ��� json ~ stdClass object( Properties ---------- -> metrics = stdClass object(recursion) ) ��� regex ~ {"metrics":{"ifDuplex":"fullDuplex"}} [count] => string(1) "0" [state_entry] => string(1) "1" ) [9] => array( [alert_table_id] => string(4) "5030" [alert_test_id] => string(1) "9" [device_id] => string(2) "25" [entity_type] => string(4) "port" [entity_id] => string(5) "93759" [alert_assocs] => string(1) "9" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860749" [last_changed] => string(10) "1397135752" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(28) "{"metrics":{"ifMtu":"9216"}}" ��� json ~ stdClass object(recursion) ��� regex ~ {"metrics":{"ifMtu":"9216"}} [count] => string(1) "0" [state_entry] => string(1) "1" ) [10] => array( [alert_table_id] => string(4) "5031" [alert_test_id] => string(2) "10" [device_id] => string(2) "25" [entity_type] => string(4) "port" [entity_id] => string(5) "93759" [alert_assocs] => string(2) "10" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860749" [last_changed] => string(10) "1397135752" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(126) "{"metrics":{"ifAdminStatus":"up","ifOperStatus":"up"},"failed":[{"value":"up","condition":"equals","metric":"ifAdminStatus"}]}" ��� json ~ stdClass object( Properties ---------- -> metrics = stdClass object(recursion) -> failed = array( [0] => stdClass object(recursion) ) ) ��� regex ~ {"metrics":{"ifAdminStatus":"up","ifOperStatus":"up"},"failed":[{"value":"up","condition":"equals","metric":"ifAdminStatus"}]} [count] => string(1) "0" [state_entry] => string(1) "1" ) [11] => array( [alert_table_id] => string(4) "5032" [alert_test_id] => string(2) "11" [device_id] => string(2) "25" [entity_type] => string(4) "port" [entity_id] => string(5) "93759" [alert_assocs] => string(2) "11" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860749" [last_changed] => string(10) "1397135752" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(54) "{"metrics":{"ifInErrors_rate":0,"ifOutErrors_rate":0}}" ��� json ~ stdClass object(recursion) ��� regex ~ {"metrics":{"ifInErrors_rate":0,"ifOutErrors_rate":0}} [count] => string(1) "0" [state_entry] => string(1) "1" ) ) [93760] => array( [7] => array( [alert_table_id] => string(4) "5033" [alert_test_id] => string(1) "7" [device_id] => string(2) "25" [entity_type] => string(4) "port" [entity_id] => string(5) "93760" [alert_assocs] => string(1) "7" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860749" [last_changed] => string(10) "1397135752" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(54) "{"metrics":{"ifInOctets_perc":0,"ifOutOctets_perc":0}}" ��� json ~ stdClass object( Properties ---------- -> metrics = stdClass object(recursion) ) ��� regex ~ {"metrics":{"ifInOctets_perc":0,"ifOutOctets_perc":0}} [count] => string(1) "0" [state_entry] => string(1) "1" ) [8] => array( [alert_table_id] => string(4) "5034" [alert_test_id] => string(1) "8" [device_id] => string(2) "25" [entity_type] => string(4) "port" [entity_id] => string(5) "93760" [alert_assocs] => string(1) "8" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860749" [last_changed] => string(10) "1397135752" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(37) "{"metrics":{"ifDuplex":"fullDuplex"}}" ��� json ~ stdClass object(recursion) ��� regex ~ {"metrics":{"ifDuplex":"fullDuplex"}} [count] => string(1) "0" [state_entry] => string(1) "1" ) [9] => array( [alert_table_id] => string(4) "5035" [alert_test_id] => string(1) "9" [device_id] => string(2) "25" [entity_type] => string(4) "port" [entity_id] => string(5) "93760" [alert_assocs] => string(1) "9" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860749" [last_changed] => string(10) "1397135752" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(28) "{"metrics":{"ifMtu":"1500"}}" ��� json ~ stdClass object( Properties ---------- -> metrics = stdClass object(recursion) ) ��� regex ~ {"metrics":{"ifMtu":"1500"}} [count] => string(1) "0" [state_entry] => string(1) "1" ) [10] => array( [alert_table_id] => string(4) "5036" [alert_test_id] => string(2) "10" [device_id] => string(2) "25" [entity_type] => string(4) "port" [entity_id] => string(5) "93760" [alert_assocs] => string(2) "10" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860749" [last_changed] => string(10) "1397135752" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(132) "{"metrics":{"ifAdminStatus":"down","ifOperStatus":"down"},"failed":[{"value":"up","condition":"notequals","metric":"ifOperStatus"}]}" ��� json ~ stdClass object(recursion) ��� regex ~ {"metrics":{"ifAdminStatus":"down","ifOperStatus":"down"},"failed":[{"value":"up","condition":"notequals","metric":"ifOperStatus"}]} [count] => string(1) "0" [state_entry] => string(1) "1" ) [11] => array( [alert_table_id] => string(4) "5037" [alert_test_id] => string(2) "11" [device_id] => string(2) "25" [entity_type] => string(4) "port" [entity_id] => string(5) "93760" [alert_assocs] => string(2) "11" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860749" [last_changed] => string(10) "1397135752" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(54) "{"metrics":{"ifInErrors_rate":0,"ifOutErrors_rate":0}}" ��� json ~ stdClass object(recursion) ��� regex ~ {"metrics":{"ifInErrors_rate":0,"ifOutErrors_rate":0}} [count] => string(1) "0" [state_entry] => string(1) "1" ) ) [93761] => array( [7] => array( [alert_table_id] => string(4) "5038" [alert_test_id] => string(1) "7" [device_id] => string(2) "25" [entity_type] => string(4) "port" [entity_id] => string(5) "93761" [alert_assocs] => string(1) "7" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860749" [last_changed] => string(10) "1397135752" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(54) "{"metrics":{"ifInOctets_perc":0,"ifOutOctets_perc":0}}" ��� json ~ stdClass object(recursion) ��� regex ~ {"metrics":{"ifInOctets_perc":0,"ifOutOctets_perc":0}} [count] => string(1) "0" [state_entry] => string(1) "1" ) [8] => array( [alert_table_id] => string(4) "5039" [alert_test_id] => string(1) "8" [device_id] => string(2) "25" [entity_type] => string(4) "port" [entity_id] => string(5) "93761" [alert_assocs] => string(1) "8" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860749" [last_changed] => string(10) "1397135752" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(34) "{"metrics":{"ifDuplex":"unknown"}}" ��� json ~ stdClass object(recursion) ��� regex ~ {"metrics":{"ifDuplex":"unknown"}} [count] => string(1) "0" [state_entry] => string(1) "1" ) [9] => array( [alert_table_id] => string(4) "5040" [alert_test_id] => string(1) "9" [device_id] => string(2) "25" [entity_type] => string(4) "port" [entity_id] => string(5) "93761" [alert_assocs] => string(1) "9" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860749" [last_changed] => string(10) "1397135752" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(28) "{"metrics":{"ifMtu":"1500"}}" ��� json ~ stdClass object(recursion) ��� regex ~ {"metrics":{"ifMtu":"1500"}} [count] => string(1) "0" [state_entry] => string(1) "1" ) [10] => array( [alert_table_id] => string(4) "5041" [alert_test_id] => string(2) "10" [device_id] => string(2) "25" [entity_type] => string(4) "port" [entity_id] => string(5) "93761" [alert_assocs] => string(2) "10" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860749" [last_changed] => string(10) "1397135752" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(132) "{"metrics":{"ifAdminStatus":"down","ifOperStatus":"down"},"failed":[{"value":"up","condition":"notequals","metric":"ifOperStatus"}]}" ��� json ~ stdClass object(recursion) ��� regex ~ {"metrics":{"ifAdminStatus":"down","ifOperStatus":"down"},"failed":[{"value":"up","condition":"notequals","metric":"ifOperStatus"}]} [count] => string(1) "0" [state_entry] => string(1) "1" ) [11] => array( [alert_table_id] => string(4) "5042" [alert_test_id] => string(2) "11" [device_id] => string(2) "25" [entity_type] => string(4) "port" [entity_id] => string(5) "93761" [alert_assocs] => string(2) "11" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860749" [last_changed] => string(10) "1397135752" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(54) "{"metrics":{"ifInErrors_rate":0,"ifOutErrors_rate":0}}" ��� json ~ stdClass object( Properties ---------- -> metrics = stdClass object(recursion) ) ��� regex ~ {"metrics":{"ifInErrors_rate":0,"ifOutErrors_rate":0}} [count] => string(1) "0" [state_entry] => string(1) "1" ) ) [125115] => array( [7] => array( [alert_table_id] => string(4) "5043" [alert_test_id] => string(1) "7" [device_id] => string(2) "25" [entity_type] => string(4) "port" [entity_id] => string(6) "125115" [alert_assocs] => string(1) "7" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860749" [last_changed] => string(10) "1397135752" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(54) "{"metrics":{"ifInOctets_perc":0,"ifOutOctets_perc":0}}" ��� json ~ stdClass object(recursion) ��� regex ~ {"metrics":{"ifInOctets_perc":0,"ifOutOctets_perc":0}} [count] => string(1) "0" [state_entry] => string(1) "1" ) [8] => array( [alert_table_id] => string(4) "5044" [alert_test_id] => string(1) "8" [device_id] => string(2) "25" [entity_type] => string(4) "port" [entity_id] => string(6) "125115" [alert_assocs] => string(1) "8" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860749" [last_changed] => string(10) "1397135752" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(29) "{"metrics":{"ifDuplex":null}}" ��� json ~ stdClass object( Properties ---------- -> metrics = stdClass object(recursion) ) ��� regex ~ {"metrics":{"ifDuplex":null}} [count] => string(1) "0" [state_entry] => string(1) "1" ) [10] => array( [alert_table_id] => string(4) "5045" [alert_test_id] => string(2) "10" [device_id] => string(2) "25" [entity_type] => string(4) "port" [entity_id] => string(6) "125115" [alert_assocs] => string(2) "10" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860749" [last_changed] => string(10) "1397135752" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(126) "{"metrics":{"ifAdminStatus":"up","ifOperStatus":"up"},"failed":[{"value":"up","condition":"equals","metric":"ifAdminStatus"}]}" ��� json ~ stdClass object(recursion) ��� regex ~ {"metrics":{"ifAdminStatus":"up","ifOperStatus":"up"},"failed":[{"value":"up","condition":"equals","metric":"ifAdminStatus"}]} [count] => string(1) "0" [state_entry] => string(1) "1" ) [11] => array( [alert_table_id] => string(4) "5046" [alert_test_id] => string(2) "11" [device_id] => string(2) "25" [entity_type] => string(4) "port" [entity_id] => string(6) "125115" [alert_assocs] => string(2) "11" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860749" [last_changed] => string(10) "1397135752" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(54) "{"metrics":{"ifInErrors_rate":0,"ifOutErrors_rate":0}}" ��� json ~ stdClass object(recursion) ��� regex ~ {"metrics":{"ifInErrors_rate":0,"ifOutErrors_rate":0}} [count] => string(1) "0" [state_entry] => string(1) "1" ) ) [93762] => array( [7] => array( [alert_table_id] => string(4) "5047" [alert_test_id] => string(1) "7" [device_id] => string(2) "25" [entity_type] => string(4) "port" [entity_id] => string(5) "93762" [alert_assocs] => string(1) "7" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860749" [last_changed] => string(10) "1397135752" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(54) "{"metrics":{"ifInOctets_perc":0,"ifOutOctets_perc":0}}" ��� json ~ stdClass object(recursion) ��� regex ~ {"metrics":{"ifInOctets_perc":0,"ifOutOctets_perc":0}} [count] => string(1) "0" [state_entry] => string(1) "1" ) [8] => array( [alert_table_id] => string(4) "5048" [alert_test_id] => string(1) "8" [device_id] => string(2) "25" [entity_type] => string(4) "port" [entity_id] => string(5) "93762" [alert_assocs] => string(1) "8" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860749" [last_changed] => string(10) "1397135752" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(29) "{"metrics":{"ifDuplex":null}}" ��� json ~ stdClass object(recursion) ��� regex ~ {"metrics":{"ifDuplex":null}} [count] => string(1) "0" [state_entry] => string(1) "1" ) [10] => array( [alert_table_id] => string(4) "5049" [alert_test_id] => string(2) "10" [device_id] => string(2) "25" [entity_type] => string(4) "port" [entity_id] => string(5) "93762" [alert_assocs] => string(2) "10" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860749" [last_changed] => string(10) "1397135752" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(126) "{"metrics":{"ifAdminStatus":"up","ifOperStatus":"up"},"failed":[{"value":"up","condition":"equals","metric":"ifAdminStatus"}]}" ��� json ~ stdClass object(recursion) ��� regex ~ {"metrics":{"ifAdminStatus":"up","ifOperStatus":"up"},"failed":[{"value":"up","condition":"equals","metric":"ifAdminStatus"}]} [count] => string(1) "0" [state_entry] => string(1) "1" ) [11] => array( [alert_table_id] => string(4) "5050" [alert_test_id] => string(2) "11" [device_id] => string(2) "25" [entity_type] => string(4) "port" [entity_id] => string(5) "93762" [alert_assocs] => string(2) "11" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860749" [last_changed] => string(10) "1397135752" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(54) "{"metrics":{"ifInErrors_rate":0,"ifOutErrors_rate":0}}" ��� json ~ stdClass object( Properties ---------- -> metrics = stdClass object(recursion) ) ��� regex ~ {"metrics":{"ifInErrors_rate":0,"ifOutErrors_rate":0}} [count] => string(1) "0" [state_entry] => string(1) "1" ) ) [93763] => array( [7] => array( [alert_table_id] => string(4) "5051" [alert_test_id] => string(1) "7" [device_id] => string(2) "25" [entity_type] => string(4) "port" [entity_id] => string(5) "93763" [alert_assocs] => string(1) "7" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860749" [last_changed] => string(10) "1397135752" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(54) "{"metrics":{"ifInOctets_perc":0,"ifOutOctets_perc":0}}" ��� json ~ stdClass object(recursion) ��� regex ~ {"metrics":{"ifInOctets_perc":0,"ifOutOctets_perc":0}} [count] => string(1) "0" [state_entry] => string(1) "1" ) [8] => array( [alert_table_id] => string(4) "5052" [alert_test_id] => string(1) "8" [device_id] => string(2) "25" [entity_type] => string(4) "port" [entity_id] => string(5) "93763" [alert_assocs] => string(1) "8" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860749" [last_changed] => string(10) "1397135752" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(29) "{"metrics":{"ifDuplex":null}}" ��� json ~ stdClass object( Properties ---------- -> metrics = stdClass object(recursion) ) ��� regex ~ {"metrics":{"ifDuplex":null}} [count] => string(1) "0" [state_entry] => string(1) "1" ) [10] => array( [alert_table_id] => string(4) "5053" [alert_test_id] => string(2) "10" [device_id] => string(2) "25" [entity_type] => string(4) "port" [entity_id] => string(5) "93763" [alert_assocs] => string(2) "10" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860749" [last_changed] => string(10) "1397135752" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(126) "{"metrics":{"ifAdminStatus":"up","ifOperStatus":"up"},"failed":[{"value":"up","condition":"equals","metric":"ifAdminStatus"}]}" ��� json ~ stdClass object(recursion) ��� regex ~ {"metrics":{"ifAdminStatus":"up","ifOperStatus":"up"},"failed":[{"value":"up","condition":"equals","metric":"ifAdminStatus"}]} [count] => string(1) "0" [state_entry] => string(1) "1" ) [11] => array( [alert_table_id] => string(4) "5054" [alert_test_id] => string(2) "11" [device_id] => string(2) "25" [entity_type] => string(4) "port" [entity_id] => string(5) "93763" [alert_assocs] => string(2) "11" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860749" [last_changed] => string(10) "1397135752" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(54) "{"metrics":{"ifInErrors_rate":0,"ifOutErrors_rate":0}}" ��� json ~ stdClass object(recursion) ��� regex ~ {"metrics":{"ifInErrors_rate":0,"ifOutErrors_rate":0}} [count] => string(1) "0" [state_entry] => string(1) "1" ) ) [93765] => array( [7] => array( [alert_table_id] => string(4) "5059" [alert_test_id] => string(1) "7" [device_id] => string(2) "25" [entity_type] => string(4) "port" [entity_id] => string(5) "93765" [alert_assocs] => string(1) "7" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860749" [last_changed] => string(10) "1397135752" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(54) "{"metrics":{"ifInOctets_perc":0,"ifOutOctets_perc":0}}" ��� json ~ stdClass object(recursion) ��� regex ~ {"metrics":{"ifInOctets_perc":0,"ifOutOctets_perc":0}} [count] => string(1) "0" [state_entry] => string(1) "1" ) [8] => array( [alert_table_id] => string(4) "5060" [alert_test_id] => string(1) "8" [device_id] => string(2) "25" [entity_type] => string(4) "port" [entity_id] => string(5) "93765" [alert_assocs] => string(1) "8" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860749" [last_changed] => string(10) "1397135752" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(29) "{"metrics":{"ifDuplex":null}}" ��� json ~ stdClass object(recursion) ��� regex ~ {"metrics":{"ifDuplex":null}} [count] => string(1) "0" [state_entry] => string(1) "1" ) [10] => array( [alert_table_id] => string(4) "5061" [alert_test_id] => string(2) "10" [device_id] => string(2) "25" [entity_type] => string(4) "port" [entity_id] => string(5) "93765" [alert_assocs] => string(2) "10" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860749" [last_changed] => string(10) "1397135752" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(126) "{"metrics":{"ifAdminStatus":"up","ifOperStatus":"up"},"failed":[{"value":"up","condition":"equals","metric":"ifAdminStatus"}]}" ��� json ~ stdClass object(recursion) ��� regex ~ {"metrics":{"ifAdminStatus":"up","ifOperStatus":"up"},"failed":[{"value":"up","condition":"equals","metric":"ifAdminStatus"}]} [count] => string(1) "0" [state_entry] => string(1) "1" ) [11] => array( [alert_table_id] => string(4) "5062" [alert_test_id] => string(2) "11" [device_id] => string(2) "25" [entity_type] => string(4) "port" [entity_id] => string(5) "93765" [alert_assocs] => string(2) "11" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860749" [last_changed] => string(10) "1397135752" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(54) "{"metrics":{"ifInErrors_rate":0,"ifOutErrors_rate":0}}" ��� json ~ stdClass object( Properties ---------- -> metrics = stdClass object(recursion) ) ��� regex ~ {"metrics":{"ifInErrors_rate":0,"ifOutErrors_rate":0}} [count] => string(1) "0" [state_entry] => string(1) "1" ) ) [93766] => array( [7] => array( [alert_table_id] => string(4) "5063" [alert_test_id] => string(1) "7" [device_id] => string(2) "25" [entity_type] => string(4) "port" [entity_id] => string(5) "93766" [alert_assocs] => string(1) "7" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860749" [last_changed] => string(10) "1397135752" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(54) "{"metrics":{"ifInOctets_perc":0,"ifOutOctets_perc":0}}" ��� json ~ stdClass object(recursion) ��� regex ~ {"metrics":{"ifInOctets_perc":0,"ifOutOctets_perc":0}} [count] => string(1) "0" [state_entry] => string(1) "1" ) [8] => array( [alert_table_id] => string(4) "5064" [alert_test_id] => string(1) "8" [device_id] => string(2) "25" [entity_type] => string(4) "port" [entity_id] => string(5) "93766" [alert_assocs] => string(1) "8" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860749" [last_changed] => string(10) "1397135752" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(29) "{"metrics":{"ifDuplex":null}}" ��� json ~ stdClass object( Properties ---------- -> metrics = stdClass object(recursion) ) ��� regex ~ {"metrics":{"ifDuplex":null}} [count] => string(1) "0" [state_entry] => string(1) "1" ) [10] => array( [alert_table_id] => string(4) "5065" [alert_test_id] => string(2) "10" [device_id] => string(2) "25" [entity_type] => string(4) "port" [entity_id] => string(5) "93766" [alert_assocs] => string(2) "10" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860749" [last_changed] => string(10) "1397135752" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(126) "{"metrics":{"ifAdminStatus":"up","ifOperStatus":"up"},"failed":[{"value":"up","condition":"equals","metric":"ifAdminStatus"}]}" ��� json ~ stdClass object(recursion) ��� regex ~ {"metrics":{"ifAdminStatus":"up","ifOperStatus":"up"},"failed":[{"value":"up","condition":"equals","metric":"ifAdminStatus"}]} [count] => string(1) "0" [state_entry] => string(1) "1" ) [11] => array( [alert_table_id] => string(4) "5066" [alert_test_id] => string(2) "11" [device_id] => string(2) "25" [entity_type] => string(4) "port" [entity_id] => string(5) "93766" [alert_assocs] => string(2) "11" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860749" [last_changed] => string(10) "1397135752" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(54) "{"metrics":{"ifInErrors_rate":0,"ifOutErrors_rate":0}}" ��� json ~ stdClass object(recursion) ��� regex ~ {"metrics":{"ifInErrors_rate":0,"ifOutErrors_rate":0}} [count] => string(1) "0" [state_entry] => string(1) "1" ) ) [93767] => array( [7] => array( [alert_table_id] => string(4) "5067" [alert_test_id] => string(1) "7" [device_id] => string(2) "25" [entity_type] => string(4) "port" [entity_id] => string(5) "93767" [alert_assocs] => string(1) "7" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860749" [last_changed] => string(10) "1397135752" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(54) "{"metrics":{"ifInOctets_perc":0,"ifOutOctets_perc":0}}" ��� json ~ stdClass object(recursion) ��� regex ~ {"metrics":{"ifInOctets_perc":0,"ifOutOctets_perc":0}} [count] => string(1) "0" [state_entry] => string(1) "1" ) [8] => array( [alert_table_id] => string(4) "5068" [alert_test_id] => string(1) "8" [device_id] => string(2) "25" [entity_type] => string(4) "port" [entity_id] => string(5) "93767" [alert_assocs] => string(1) "8" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860749" [last_changed] => string(10) "1397135752" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(29) "{"metrics":{"ifDuplex":null}}" ��� json ~ stdClass object(recursion) ��� regex ~ {"metrics":{"ifDuplex":null}} [count] => string(1) "0" [state_entry] => string(1) "1" ) [10] => array( [alert_table_id] => string(4) "5069" [alert_test_id] => string(2) "10" [device_id] => string(2) "25" [entity_type] => string(4) "port" [entity_id] => string(5) "93767" [alert_assocs] => string(2) "10" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860749" [last_changed] => string(10) "1397135752" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(126) "{"metrics":{"ifAdminStatus":"up","ifOperStatus":"up"},"failed":[{"value":"up","condition":"equals","metric":"ifAdminStatus"}]}" ��� json ~ stdClass object(recursion) ��� regex ~ {"metrics":{"ifAdminStatus":"up","ifOperStatus":"up"},"failed":[{"value":"up","condition":"equals","metric":"ifAdminStatus"}]} [count] => string(1) "0" [state_entry] => string(1) "1" ) [11] => array( [alert_table_id] => string(4) "5070" [alert_test_id] => string(2) "11" [device_id] => string(2) "25" [entity_type] => string(4) "port" [entity_id] => string(5) "93767" [alert_assocs] => string(2) "11" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860749" [last_changed] => string(10) "1397135752" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(54) "{"metrics":{"ifInErrors_rate":0,"ifOutErrors_rate":0}}" ��� json ~ stdClass object( Properties ---------- -> metrics = stdClass object(recursion) ) ��� regex ~ {"metrics":{"ifInErrors_rate":0,"ifOutErrors_rate":0}} [count] => string(1) "0" [state_entry] => string(1) "1" ) ) [93768] => array( [7] => array( [alert_table_id] => string(4) "5071" [alert_test_id] => string(1) "7" [device_id] => string(2) "25" [entity_type] => string(4) "port" [entity_id] => string(5) "93768" [alert_assocs] => string(1) "7" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860749" [last_changed] => string(10) "1397135752" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(54) "{"metrics":{"ifInOctets_perc":0,"ifOutOctets_perc":0}}" ��� json ~ stdClass object(recursion) ��� regex ~ {"metrics":{"ifInOctets_perc":0,"ifOutOctets_perc":0}} [count] => string(1) "0" [state_entry] => string(1) "1" ) [8] => array( [alert_table_id] => string(4) "5072" [alert_test_id] => string(1) "8" [device_id] => string(2) "25" [entity_type] => string(4) "port" [entity_id] => string(5) "93768" [alert_assocs] => string(1) "8" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860749" [last_changed] => string(10) "1397135752" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(29) "{"metrics":{"ifDuplex":null}}" ��� json ~ stdClass object( Properties ---------- -> metrics = stdClass object(recursion) ) ��� regex ~ {"metrics":{"ifDuplex":null}} [count] => string(1) "0" [state_entry] => string(1) "1" ) [10] => array( [alert_table_id] => string(4) "5073" [alert_test_id] => string(2) "10" [device_id] => string(2) "25" [entity_type] => string(4) "port" [entity_id] => string(5) "93768" [alert_assocs] => string(2) "10" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860749" [last_changed] => string(10) "1397135752" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(126) "{"metrics":{"ifAdminStatus":"up","ifOperStatus":"up"},"failed":[{"value":"up","condition":"equals","metric":"ifAdminStatus"}]}" ��� json ~ stdClass object(recursion) ��� regex ~ {"metrics":{"ifAdminStatus":"up","ifOperStatus":"up"},"failed":[{"value":"up","condition":"equals","metric":"ifAdminStatus"}]} [count] => string(1) "0" [state_entry] => string(1) "1" ) [11] => array( [alert_table_id] => string(4) "5074" [alert_test_id] => string(2) "11" [device_id] => string(2) "25" [entity_type] => string(4) "port" [entity_id] => string(5) "93768" [alert_assocs] => string(2) "11" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860749" [last_changed] => string(10) "1397135752" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(54) "{"metrics":{"ifInErrors_rate":0,"ifOutErrors_rate":0}}" ��� json ~ stdClass object(recursion) ��� regex ~ {"metrics":{"ifInErrors_rate":0,"ifOutErrors_rate":0}} [count] => string(1) "0" [state_entry] => string(1) "1" ) ) [93769] => array( [7] => array( [alert_table_id] => string(4) "5075" [alert_test_id] => string(1) "7" [device_id] => string(2) "25" [entity_type] => string(4) "port" [entity_id] => string(5) "93769" [alert_assocs] => string(1) "7" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860749" [last_changed] => string(10) "1397135752" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(54) "{"metrics":{"ifInOctets_perc":0,"ifOutOctets_perc":0}}" ��� json ~ stdClass object(recursion) ��� regex ~ {"metrics":{"ifInOctets_perc":0,"ifOutOctets_perc":0}} [count] => string(1) "0" [state_entry] => string(1) "1" ) [8] => array( [alert_table_id] => string(4) "5076" [alert_test_id] => string(1) "8" [device_id] => string(2) "25" [entity_type] => string(4) "port" [entity_id] => string(5) "93769" [alert_assocs] => string(1) "8" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860749" [last_changed] => string(10) "1397135752" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(29) "{"metrics":{"ifDuplex":null}}" ��� json ~ stdClass object(recursion) ��� regex ~ {"metrics":{"ifDuplex":null}} [count] => string(1) "0" [state_entry] => string(1) "1" ) [10] => array( [alert_table_id] => string(4) "5077" [alert_test_id] => string(2) "10" [device_id] => string(2) "25" [entity_type] => string(4) "port" [entity_id] => string(5) "93769" [alert_assocs] => string(2) "10" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860749" [last_changed] => string(10) "1397135752" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(126) "{"metrics":{"ifAdminStatus":"up","ifOperStatus":"up"},"failed":[{"value":"up","condition":"equals","metric":"ifAdminStatus"}]}" ��� json ~ stdClass object(recursion) ��� regex ~ {"metrics":{"ifAdminStatus":"up","ifOperStatus":"up"},"failed":[{"value":"up","condition":"equals","metric":"ifAdminStatus"}]} [count] => string(1) "0" [state_entry] => string(1) "1" ) [11] => array( [alert_table_id] => string(4) "5078" [alert_test_id] => string(2) "11" [device_id] => string(2) "25" [entity_type] => string(4) "port" [entity_id] => string(5) "93769" [alert_assocs] => string(2) "11" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860749" [last_changed] => string(10) "1397135752" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(54) "{"metrics":{"ifInErrors_rate":0,"ifOutErrors_rate":0}}" ��� json ~ stdClass object( Properties ---------- -> metrics = stdClass object(recursion) ) ��� regex ~ {"metrics":{"ifInErrors_rate":0,"ifOutErrors_rate":0}} [count] => string(1) "0" [state_entry] => string(1) "1" ) ) [93770] => array( [7] => array( [alert_table_id] => string(4) "5079" [alert_test_id] => string(1) "7" [device_id] => string(2) "25" [entity_type] => string(4) "port" [entity_id] => string(5) "93770" [alert_assocs] => string(1) "7" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860749" [last_changed] => string(10) "1397135752" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(54) "{"metrics":{"ifInOctets_perc":0,"ifOutOctets_perc":0}}" ��� json ~ stdClass object(recursion) ��� regex ~ {"metrics":{"ifInOctets_perc":0,"ifOutOctets_perc":0}} [count] => string(1) "0" [state_entry] => string(1) "1" ) [8] => array( [alert_table_id] => string(4) "5080" [alert_test_id] => string(1) "8" [device_id] => string(2) "25" [entity_type] => string(4) "port" [entity_id] => string(5) "93770" [alert_assocs] => string(1) "8" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860749" [last_changed] => string(10) "1397135752" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(29) "{"metrics":{"ifDuplex":null}}" ��� json ~ stdClass object( Properties ---------- -> metrics = stdClass object(recursion) ) ��� regex ~ {"metrics":{"ifDuplex":null}} [count] => string(1) "0" [state_entry] => string(1) "1" ) [10] => array( [alert_table_id] => string(4) "5081" [alert_test_id] => string(2) "10" [device_id] => string(2) "25" [entity_type] => string(4) "port" [entity_id] => string(5) "93770" [alert_assocs] => string(2) "10" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860749" [last_changed] => string(10) "1397135752" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(126) "{"metrics":{"ifAdminStatus":"up","ifOperStatus":"up"},"failed":[{"value":"up","condition":"equals","metric":"ifAdminStatus"}]}" ��� json ~ stdClass object(recursion) ��� regex ~ {"metrics":{"ifAdminStatus":"up","ifOperStatus":"up"},"failed":[{"value":"up","condition":"equals","metric":"ifAdminStatus"}]} [count] => string(1) "0" [state_entry] => string(1) "1" ) [11] => array( [alert_table_id] => string(4) "5082" [alert_test_id] => string(2) "11" [device_id] => string(2) "25" [entity_type] => string(4) "port" [entity_id] => string(5) "93770" [alert_assocs] => string(2) "11" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860749" [last_changed] => string(10) "1397135752" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(54) "{"metrics":{"ifInErrors_rate":0,"ifOutErrors_rate":0}}" ��� json ~ stdClass object(recursion) ��� regex ~ {"metrics":{"ifInErrors_rate":0,"ifOutErrors_rate":0}} [count] => string(1) "0" [state_entry] => string(1) "1" ) ) [93771] => array( [7] => array( [alert_table_id] => string(4) "5083" [alert_test_id] => string(1) "7" [device_id] => string(2) "25" [entity_type] => string(4) "port" [entity_id] => string(5) "93771" [alert_assocs] => string(1) "7" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860749" [last_changed] => string(10) "1397135752" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(54) "{"metrics":{"ifInOctets_perc":0,"ifOutOctets_perc":0}}" ��� json ~ stdClass object(recursion) ��� regex ~ {"metrics":{"ifInOctets_perc":0,"ifOutOctets_perc":0}} [count] => string(1) "0" [state_entry] => string(1) "1" ) [8] => array( [alert_table_id] => string(4) "5084" [alert_test_id] => string(1) "8" [device_id] => string(2) "25" [entity_type] => string(4) "port" [entity_id] => string(5) "93771" [alert_assocs] => string(1) "8" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860749" [last_changed] => string(10) "1397135752" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(29) "{"metrics":{"ifDuplex":null}}" ��� json ~ stdClass object(recursion) ��� regex ~ {"metrics":{"ifDuplex":null}} [count] => string(1) "0" [state_entry] => string(1) "1" ) [10] => array( [alert_table_id] => string(4) "5085" [alert_test_id] => string(2) "10" [device_id] => string(2) "25" [entity_type] => string(4) "port" [entity_id] => string(5) "93771" [alert_assocs] => string(2) "10" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860749" [last_changed] => string(10) "1397135752" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(126) "{"metrics":{"ifAdminStatus":"up","ifOperStatus":"up"},"failed":[{"value":"up","condition":"equals","metric":"ifAdminStatus"}]}" ��� json ~ stdClass object(recursion) ��� regex ~ {"metrics":{"ifAdminStatus":"up","ifOperStatus":"up"},"failed":[{"value":"up","condition":"equals","metric":"ifAdminStatus"}]} [count] => string(1) "0" [state_entry] => string(1) "1" ) [11] => array( [alert_table_id] => string(4) "5086" [alert_test_id] => string(2) "11" [device_id] => string(2) "25" [entity_type] => string(4) "port" [entity_id] => string(5) "93771" [alert_assocs] => string(2) "11" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860749" [last_changed] => string(10) "1397135752" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(54) "{"metrics":{"ifInErrors_rate":0,"ifOutErrors_rate":0}}" ��� json ~ stdClass object( Properties ---------- -> metrics = stdClass object(recursion) ) ��� regex ~ {"metrics":{"ifInErrors_rate":0,"ifOutErrors_rate":0}} [count] => string(1) "0" [state_entry] => string(1) "1" ) ) [93772] => array( [7] => array( [alert_table_id] => string(4) "5087" [alert_test_id] => string(1) "7" [device_id] => string(2) "25" [entity_type] => string(4) "port" [entity_id] => string(5) "93772" [alert_assocs] => string(1) "7" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860749" [last_changed] => string(10) "1397135752" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(55) "{"metrics":{"ifInOctets_perc":1,"ifOutOctets_perc":11}}" ��� json ~ stdClass object(recursion) ��� regex ~ {"metrics":{"ifInOctets_perc":1,"ifOutOctets_perc":11}} [count] => string(1) "0" [state_entry] => string(1) "1" ) [8] => array( [alert_table_id] => string(4) "5088" [alert_test_id] => string(1) "8" [device_id] => string(2) "25" [entity_type] => string(4) "port" [entity_id] => string(5) "93772" [alert_assocs] => string(1) "8" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860749" [last_changed] => string(10) "1397135752" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(29) "{"metrics":{"ifDuplex":null}}" ��� json ~ stdClass object( Properties ---------- -> metrics = stdClass object(recursion) ) ��� regex ~ {"metrics":{"ifDuplex":null}} [count] => string(1) "0" [state_entry] => string(1) "1" ) [10] => array( [alert_table_id] => string(4) "5089" [alert_test_id] => string(2) "10" [device_id] => string(2) "25" [entity_type] => string(4) "port" [entity_id] => string(5) "93772" [alert_assocs] => string(2) "10" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860749" [last_changed] => string(10) "1397135752" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(126) "{"metrics":{"ifAdminStatus":"up","ifOperStatus":"up"},"failed":[{"value":"up","condition":"equals","metric":"ifAdminStatus"}]}" ��� json ~ stdClass object(recursion) ��� regex ~ {"metrics":{"ifAdminStatus":"up","ifOperStatus":"up"},"failed":[{"value":"up","condition":"equals","metric":"ifAdminStatus"}]} [count] => string(1) "0" [state_entry] => string(1) "1" ) [11] => array( [alert_table_id] => string(4) "5090" [alert_test_id] => string(2) "11" [device_id] => string(2) "25" [entity_type] => string(4) "port" [entity_id] => string(5) "93772" [alert_assocs] => string(2) "11" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860749" [last_changed] => string(10) "1397135752" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(54) "{"metrics":{"ifInErrors_rate":0,"ifOutErrors_rate":0}}" ��� json ~ stdClass object(recursion) ��� regex ~ {"metrics":{"ifInErrors_rate":0,"ifOutErrors_rate":0}} [count] => string(1) "0" [state_entry] => string(1) "1" ) ) [93773] => array( [7] => array( [alert_table_id] => string(4) "5091" [alert_test_id] => string(1) "7" [device_id] => string(2) "25" [entity_type] => string(4) "port" [entity_id] => string(5) "93773" [alert_assocs] => string(1) "7" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860749" [last_changed] => string(10) "1397135752" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(54) "{"metrics":{"ifInOctets_perc":0,"ifOutOctets_perc":0}}" ��� json ~ stdClass object(recursion) ��� regex ~ {"metrics":{"ifInOctets_perc":0,"ifOutOctets_perc":0}} [count] => string(1) "0" [state_entry] => string(1) "1" ) [8] => array( [alert_table_id] => string(4) "5092" [alert_test_id] => string(1) "8" [device_id] => string(2) "25" [entity_type] => string(4) "port" [entity_id] => string(5) "93773" [alert_assocs] => string(1) "8" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860749" [last_changed] => string(10) "1397135752" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(29) "{"metrics":{"ifDuplex":null}}" ��� json ~ stdClass object(recursion) ��� regex ~ {"metrics":{"ifDuplex":null}} [count] => string(1) "0" [state_entry] => string(1) "1" ) [10] => array( [alert_table_id] => string(4) "5093" [alert_test_id] => string(2) "10" [device_id] => string(2) "25" [entity_type] => string(4) "port" [entity_id] => string(5) "93773" [alert_assocs] => string(2) "10" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860749" [last_changed] => string(10) "1397135752" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(126) "{"metrics":{"ifAdminStatus":"up","ifOperStatus":"up"},"failed":[{"value":"up","condition":"equals","metric":"ifAdminStatus"}]}" ��� json ~ stdClass object(recursion) ��� regex ~ {"metrics":{"ifAdminStatus":"up","ifOperStatus":"up"},"failed":[{"value":"up","condition":"equals","metric":"ifAdminStatus"}]} [count] => string(1) "0" [state_entry] => string(1) "1" ) [11] => array( [alert_table_id] => string(4) "5094" [alert_test_id] => string(2) "11" [device_id] => string(2) "25" [entity_type] => string(4) "port" [entity_id] => string(5) "93773" [alert_assocs] => string(2) "11" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860749" [last_changed] => string(10) "1397135752" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(54) "{"metrics":{"ifInErrors_rate":0,"ifOutErrors_rate":0}}" ��� json ~ stdClass object( Properties ---------- -> metrics = stdClass object(recursion) ) ��� regex ~ {"metrics":{"ifInErrors_rate":0,"ifOutErrors_rate":0}} [count] => string(1) "0" [state_entry] => string(1) "1" ) ) [93774] => array( [7] => array( [alert_table_id] => string(4) "5095" [alert_test_id] => string(1) "7" [device_id] => string(2) "25" [entity_type] => string(4) "port" [entity_id] => string(5) "93774" [alert_assocs] => string(1) "7" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860749" [last_changed] => string(10) "1397135752" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(54) "{"metrics":{"ifInOctets_perc":0,"ifOutOctets_perc":1}}" ��� json ~ stdClass object(recursion) ��� regex ~ {"metrics":{"ifInOctets_perc":0,"ifOutOctets_perc":1}} [count] => string(1) "0" [state_entry] => string(1) "1" ) [8] => array( [alert_table_id] => string(4) "5096" [alert_test_id] => string(1) "8" [device_id] => string(2) "25" [entity_type] => string(4) "port" [entity_id] => string(5) "93774" [alert_assocs] => string(1) "8" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860749" [last_changed] => string(10) "1397135752" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(29) "{"metrics":{"ifDuplex":null}}" ��� json ~ stdClass object( Properties ---------- -> metrics = stdClass object(recursion) ) ��� regex ~ {"metrics":{"ifDuplex":null}} [count] => string(1) "0" [state_entry] => string(1) "1" ) [10] => array( [alert_table_id] => string(4) "5097" [alert_test_id] => string(2) "10" [device_id] => string(2) "25" [entity_type] => string(4) "port" [entity_id] => string(5) "93774" [alert_assocs] => string(2) "10" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860749" [last_changed] => string(10) "1397135752" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(126) "{"metrics":{"ifAdminStatus":"up","ifOperStatus":"up"},"failed":[{"value":"up","condition":"equals","metric":"ifAdminStatus"}]}" ��� json ~ stdClass object(recursion) ��� regex ~ {"metrics":{"ifAdminStatus":"up","ifOperStatus":"up"},"failed":[{"value":"up","condition":"equals","metric":"ifAdminStatus"}]} [count] => string(1) "0" [state_entry] => string(1) "1" ) [11] => array( [alert_table_id] => string(4) "5098" [alert_test_id] => string(2) "11" [device_id] => string(2) "25" [entity_type] => string(4) "port" [entity_id] => string(5) "93774" [alert_assocs] => string(2) "11" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860749" [last_changed] => string(10) "1397135752" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(54) "{"metrics":{"ifInErrors_rate":0,"ifOutErrors_rate":0}}" ��� json ~ stdClass object(recursion) ��� regex ~ {"metrics":{"ifInErrors_rate":0,"ifOutErrors_rate":0}} [count] => string(1) "0" [state_entry] => string(1) "1" ) ) [93775] => array( [7] => array( [alert_table_id] => string(4) "5099" [alert_test_id] => string(1) "7" [device_id] => string(2) "25" [entity_type] => string(4) "port" [entity_id] => string(5) "93775" [alert_assocs] => string(1) "7" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860749" [last_changed] => string(10) "1397135752" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(54) "{"metrics":{"ifInOctets_perc":0,"ifOutOctets_perc":0}}" ��� json ~ stdClass object(recursion) ��� regex ~ {"metrics":{"ifInOctets_perc":0,"ifOutOctets_perc":0}} [count] => string(1) "0" [state_entry] => string(1) "1" ) [8] => array( [alert_table_id] => string(4) "5100" [alert_test_id] => string(1) "8" [device_id] => string(2) "25" [entity_type] => string(4) "port" [entity_id] => string(5) "93775" [alert_assocs] => string(1) "8" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860749" [last_changed] => string(10) "1397135752" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(29) "{"metrics":{"ifDuplex":null}}" ��� json ~ stdClass object(recursion) ��� regex ~ {"metrics":{"ifDuplex":null}} [count] => string(1) "0" [state_entry] => string(1) "1" ) [10] => array( [alert_table_id] => string(4) "5101" [alert_test_id] => string(2) "10" [device_id] => string(2) "25" [entity_type] => string(4) "port" [entity_id] => string(5) "93775" [alert_assocs] => string(2) "10" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860749" [last_changed] => string(10) "1397135752" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(126) "{"metrics":{"ifAdminStatus":"up","ifOperStatus":"up"},"failed":[{"value":"up","condition":"equals","metric":"ifAdminStatus"}]}" ��� json ~ stdClass object(recursion) ��� regex ~ {"metrics":{"ifAdminStatus":"up","ifOperStatus":"up"},"failed":[{"value":"up","condition":"equals","metric":"ifAdminStatus"}]} [count] => string(1) "0" [state_entry] => string(1) "1" ) [11] => array( [alert_table_id] => string(4) "5102" [alert_test_id] => string(2) "11" [device_id] => string(2) "25" [entity_type] => string(4) "port" [entity_id] => string(5) "93775" [alert_assocs] => string(2) "11" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860749" [last_changed] => string(10) "1397135752" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(54) "{"metrics":{"ifInErrors_rate":0,"ifOutErrors_rate":0}}" ��� json ~ stdClass object( Properties ---------- -> metrics = stdClass object(recursion) ) ��� regex ~ {"metrics":{"ifInErrors_rate":0,"ifOutErrors_rate":0}} [count] => string(1) "0" [state_entry] => string(1) "1" ) ) [93776] => array( [7] => array( [alert_table_id] => string(4) "5103" [alert_test_id] => string(1) "7" [device_id] => string(2) "25" [entity_type] => string(4) "port" [entity_id] => string(5) "93776" [alert_assocs] => string(1) "7" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860749" [last_changed] => string(10) "1397135752" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(54) "{"metrics":{"ifInOctets_perc":0,"ifOutOctets_perc":0}}" ��� json ~ stdClass object(recursion) ��� regex ~ {"metrics":{"ifInOctets_perc":0,"ifOutOctets_perc":0}} [count] => string(1) "0" [state_entry] => string(1) "1" ) [8] => array( [alert_table_id] => string(4) "5104" [alert_test_id] => string(1) "8" [device_id] => string(2) "25" [entity_type] => string(4) "port" [entity_id] => string(5) "93776" [alert_assocs] => string(1) "8" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860749" [last_changed] => string(10) "1397135752" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(29) "{"metrics":{"ifDuplex":null}}" ��� json ~ stdClass object( Properties ---------- -> metrics = stdClass object(recursion) ) ��� regex ~ {"metrics":{"ifDuplex":null}} [count] => string(1) "0" [state_entry] => string(1) "1" ) [10] => array( [alert_table_id] => string(4) "5105" [alert_test_id] => string(2) "10" [device_id] => string(2) "25" [entity_type] => string(4) "port" [entity_id] => string(5) "93776" [alert_assocs] => string(2) "10" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860749" [last_changed] => string(10) "1397135752" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(126) "{"metrics":{"ifAdminStatus":"up","ifOperStatus":"up"},"failed":[{"value":"up","condition":"equals","metric":"ifAdminStatus"}]}" ��� json ~ stdClass object(recursion) ��� regex ~ {"metrics":{"ifAdminStatus":"up","ifOperStatus":"up"},"failed":[{"value":"up","condition":"equals","metric":"ifAdminStatus"}]} [count] => string(1) "0" [state_entry] => string(1) "1" ) [11] => array( [alert_table_id] => string(4) "5106" [alert_test_id] => string(2) "11" [device_id] => string(2) "25" [entity_type] => string(4) "port" [entity_id] => string(5) "93776" [alert_assocs] => string(2) "11" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860749" [last_changed] => string(10) "1397135752" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(54) "{"metrics":{"ifInErrors_rate":0,"ifOutErrors_rate":0}}" ��� json ~ stdClass object(recursion) ��� regex ~ {"metrics":{"ifInErrors_rate":0,"ifOutErrors_rate":0}} [count] => string(1) "0" [state_entry] => string(1) "1" ) ) [93777] => array( [7] => array( [alert_table_id] => string(4) "5107" [alert_test_id] => string(1) "7" [device_id] => string(2) "25" [entity_type] => string(4) "port" [entity_id] => string(5) "93777" [alert_assocs] => string(1) "7" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860749" [last_changed] => string(10) "1397135752" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(54) "{"metrics":{"ifInOctets_perc":0,"ifOutOctets_perc":0}}" ��� json ~ stdClass object(recursion) ��� regex ~ {"metrics":{"ifInOctets_perc":0,"ifOutOctets_perc":0}} [count] => string(1) "0" [state_entry] => string(1) "1" ) [8] => array( [alert_table_id] => string(4) "5108" [alert_test_id] => string(1) "8" [device_id] => string(2) "25" [entity_type] => string(4) "port" [entity_id] => string(5) "93777" [alert_assocs] => string(1) "8" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860749" [last_changed] => string(10) "1397135752" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(29) "{"metrics":{"ifDuplex":null}}" ��� json ~ stdClass object(recursion) ��� regex ~ {"metrics":{"ifDuplex":null}} [count] => string(1) "0" [state_entry] => string(1) "1" ) [10] => array( [alert_table_id] => string(4) "5109" [alert_test_id] => string(2) "10" [device_id] => string(2) "25" [entity_type] => string(4) "port" [entity_id] => string(5) "93777" [alert_assocs] => string(2) "10" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860749" [last_changed] => string(10) "1397135752" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(126) "{"metrics":{"ifAdminStatus":"up","ifOperStatus":"up"},"failed":[{"value":"up","condition":"equals","metric":"ifAdminStatus"}]}" ��� json ~ stdClass object(recursion) ��� regex ~ {"metrics":{"ifAdminStatus":"up","ifOperStatus":"up"},"failed":[{"value":"up","condition":"equals","metric":"ifAdminStatus"}]} [count] => string(1) "0" [state_entry] => string(1) "1" ) [11] => array( [alert_table_id] => string(4) "5110" [alert_test_id] => string(2) "11" [device_id] => string(2) "25" [entity_type] => string(4) "port" [entity_id] => string(5) "93777" [alert_assocs] => string(2) "11" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860749" [last_changed] => string(10) "1397135752" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(54) "{"metrics":{"ifInErrors_rate":0,"ifOutErrors_rate":0}}" ��� json ~ stdClass object( Properties ---------- -> metrics = stdClass object(recursion) ) ��� regex ~ {"metrics":{"ifInErrors_rate":0,"ifOutErrors_rate":0}} [count] => string(1) "0" [state_entry] => string(1) "1" ) ) [93778] => array( [7] => array( [alert_table_id] => string(4) "5111" [alert_test_id] => string(1) "7" [device_id] => string(2) "25" [entity_type] => string(4) "port" [entity_id] => string(5) "93778" [alert_assocs] => string(1) "7" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860749" [last_changed] => string(10) "1397135752" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(54) "{"metrics":{"ifInOctets_perc":1,"ifOutOctets_perc":1}}" ��� json ~ stdClass object(recursion) ��� regex ~ {"metrics":{"ifInOctets_perc":1,"ifOutOctets_perc":1}} [count] => string(1) "0" [state_entry] => string(1) "1" ) [8] => array( [alert_table_id] => string(4) "5112" [alert_test_id] => string(1) "8" [device_id] => string(2) "25" [entity_type] => string(4) "port" [entity_id] => string(5) "93778" [alert_assocs] => string(1) "8" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860749" [last_changed] => string(10) "1397135752" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(29) "{"metrics":{"ifDuplex":null}}" ��� json ~ stdClass object( Properties ---------- -> metrics = stdClass object(recursion) ) ��� regex ~ {"metrics":{"ifDuplex":null}} [count] => string(1) "0" [state_entry] => string(1) "1" ) [10] => array( [alert_table_id] => string(4) "5113" [alert_test_id] => string(2) "10" [device_id] => string(2) "25" [entity_type] => string(4) "port" [entity_id] => string(5) "93778" [alert_assocs] => string(2) "10" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860749" [last_changed] => string(10) "1397135752" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(126) "{"metrics":{"ifAdminStatus":"up","ifOperStatus":"up"},"failed":[{"value":"up","condition":"equals","metric":"ifAdminStatus"}]}" ��� json ~ stdClass object(recursion) ��� regex ~ {"metrics":{"ifAdminStatus":"up","ifOperStatus":"up"},"failed":[{"value":"up","condition":"equals","metric":"ifAdminStatus"}]} [count] => string(1) "0" [state_entry] => string(1) "1" ) [11] => array( [alert_table_id] => string(4) "5114" [alert_test_id] => string(2) "11" [device_id] => string(2) "25" [entity_type] => string(4) "port" [entity_id] => string(5) "93778" [alert_assocs] => string(2) "11" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860749" [last_changed] => string(10) "1397135752" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(54) "{"metrics":{"ifInErrors_rate":0,"ifOutErrors_rate":0}}" ��� json ~ stdClass object(recursion) ��� regex ~ {"metrics":{"ifInErrors_rate":0,"ifOutErrors_rate":0}} [count] => string(1) "0" [state_entry] => string(1) "1" ) ) [93779] => array( [7] => array( [alert_table_id] => string(4) "5115" [alert_test_id] => string(1) "7" [device_id] => string(2) "25" [entity_type] => string(4) "port" [entity_id] => string(5) "93779" [alert_assocs] => string(1) "7" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860749" [last_changed] => string(10) "1397135752" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(54) "{"metrics":{"ifInOctets_perc":0,"ifOutOctets_perc":1}}" ��� json ~ stdClass object(recursion) ��� regex ~ {"metrics":{"ifInOctets_perc":0,"ifOutOctets_perc":1}} [count] => string(1) "0" [state_entry] => string(1) "1" ) [8] => array( [alert_table_id] => string(4) "5116" [alert_test_id] => string(1) "8" [device_id] => string(2) "25" [entity_type] => string(4) "port" [entity_id] => string(5) "93779" [alert_assocs] => string(1) "8" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860749" [last_changed] => string(10) "1397135752" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(29) "{"metrics":{"ifDuplex":null}}" ��� json ~ stdClass object(recursion) ��� regex ~ {"metrics":{"ifDuplex":null}} [count] => string(1) "0" [state_entry] => string(1) "1" ) [10] => array( [alert_table_id] => string(4) "5117" [alert_test_id] => string(2) "10" [device_id] => string(2) "25" [entity_type] => string(4) "port" [entity_id] => string(5) "93779" [alert_assocs] => string(2) "10" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860749" [last_changed] => string(10) "1397135752" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(126) "{"metrics":{"ifAdminStatus":"up","ifOperStatus":"up"},"failed":[{"value":"up","condition":"equals","metric":"ifAdminStatus"}]}" ��� json ~ stdClass object(recursion) ��� regex ~ {"metrics":{"ifAdminStatus":"up","ifOperStatus":"up"},"failed":[{"value":"up","condition":"equals","metric":"ifAdminStatus"}]} [count] => string(1) "0" [state_entry] => string(1) "1" ) [11] => array( [alert_table_id] => string(4) "5118" [alert_test_id] => string(2) "11" [device_id] => string(2) "25" [entity_type] => string(4) "port" [entity_id] => string(5) "93779" [alert_assocs] => string(2) "11" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860749" [last_changed] => string(10) "1397135752" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(54) "{"metrics":{"ifInErrors_rate":0,"ifOutErrors_rate":0}}" ��� json ~ stdClass object( Properties ---------- -> metrics = stdClass object(recursion) ) ��� regex ~ {"metrics":{"ifInErrors_rate":0,"ifOutErrors_rate":0}} [count] => string(1) "0" [state_entry] => string(1) "1" ) ) [93780] => array( [7] => array( [alert_table_id] => string(4) "5119" [alert_test_id] => string(1) "7" [device_id] => string(2) "25" [entity_type] => string(4) "port" [entity_id] => string(5) "93780" [alert_assocs] => string(1) "7" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860749" [last_changed] => string(10) "1397135752" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(54) "{"metrics":{"ifInOctets_perc":0,"ifOutOctets_perc":0}}" ��� json ~ stdClass object(recursion) ��� regex ~ {"metrics":{"ifInOctets_perc":0,"ifOutOctets_perc":0}} [count] => string(1) "0" [state_entry] => string(1) "1" ) [8] => array( [alert_table_id] => string(4) "5120" [alert_test_id] => string(1) "8" [device_id] => string(2) "25" [entity_type] => string(4) "port" [entity_id] => string(5) "93780" [alert_assocs] => string(1) "8" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860749" [last_changed] => string(10) "1397135752" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(29) "{"metrics":{"ifDuplex":null}}" ��� json ~ stdClass object( Properties ---------- -> metrics = stdClass object(recursion) ) ��� regex ~ {"metrics":{"ifDuplex":null}} [count] => string(1) "0" [state_entry] => string(1) "1" ) [10] => array( [alert_table_id] => string(4) "5121" [alert_test_id] => string(2) "10" [device_id] => string(2) "25" [entity_type] => string(4) "port" [entity_id] => string(5) "93780" [alert_assocs] => string(2) "10" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860749" [last_changed] => string(10) "1397135752" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(126) "{"metrics":{"ifAdminStatus":"up","ifOperStatus":"up"},"failed":[{"value":"up","condition":"equals","metric":"ifAdminStatus"}]}" ��� json ~ stdClass object(recursion) ��� regex ~ {"metrics":{"ifAdminStatus":"up","ifOperStatus":"up"},"failed":[{"value":"up","condition":"equals","metric":"ifAdminStatus"}]} [count] => string(1) "0" [state_entry] => string(1) "1" ) [11] => array( [alert_table_id] => string(4) "5122" [alert_test_id] => string(2) "11" [device_id] => string(2) "25" [entity_type] => string(4) "port" [entity_id] => string(5) "93780" [alert_assocs] => string(2) "11" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860749" [last_changed] => string(10) "1397135752" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(54) "{"metrics":{"ifInErrors_rate":0,"ifOutErrors_rate":0}}" ��� json ~ stdClass object(recursion) ��� regex ~ {"metrics":{"ifInErrors_rate":0,"ifOutErrors_rate":0}} [count] => string(1) "0" [state_entry] => string(1) "1" ) ) [93781] => array( [7] => array( [alert_table_id] => string(4) "5123" [alert_test_id] => string(1) "7" [device_id] => string(2) "25" [entity_type] => string(4) "port" [entity_id] => string(5) "93781" [alert_assocs] => string(1) "7" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860749" [last_changed] => string(10) "1397135752" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(54) "{"metrics":{"ifInOctets_perc":0,"ifOutOctets_perc":2}}" ��� json ~ stdClass object(recursion) ��� regex ~ {"metrics":{"ifInOctets_perc":0,"ifOutOctets_perc":2}} [count] => string(1) "0" [state_entry] => string(1) "1" ) [8] => array( [alert_table_id] => string(4) "5124" [alert_test_id] => string(1) "8" [device_id] => string(2) "25" [entity_type] => string(4) "port" [entity_id] => string(5) "93781" [alert_assocs] => string(1) "8" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860749" [last_changed] => string(10) "1397135752" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(29) "{"metrics":{"ifDuplex":null}}" ��� json ~ stdClass object(recursion) ��� regex ~ {"metrics":{"ifDuplex":null}} [count] => string(1) "0" [state_entry] => string(1) "1" ) [10] => array( [alert_table_id] => string(4) "5125" [alert_test_id] => string(2) "10" [device_id] => string(2) "25" [entity_type] => string(4) "port" [entity_id] => string(5) "93781" [alert_assocs] => string(2) "10" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860749" [last_changed] => string(10) "1397135752" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(126) "{"metrics":{"ifAdminStatus":"up","ifOperStatus":"up"},"failed":[{"value":"up","condition":"equals","metric":"ifAdminStatus"}]}" ��� json ~ stdClass object(recursion) ��� regex ~ {"metrics":{"ifAdminStatus":"up","ifOperStatus":"up"},"failed":[{"value":"up","condition":"equals","metric":"ifAdminStatus"}]} [count] => string(1) "0" [state_entry] => string(1) "1" ) [11] => array( [alert_table_id] => string(4) "5126" [alert_test_id] => string(2) "11" [device_id] => string(2) "25" [entity_type] => string(4) "port" [entity_id] => string(5) "93781" [alert_assocs] => string(2) "11" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860749" [last_changed] => string(10) "1397135752" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(54) "{"metrics":{"ifInErrors_rate":0,"ifOutErrors_rate":0}}" ��� json ~ stdClass object( Properties ---------- -> metrics = stdClass object(recursion) ) ��� regex ~ {"metrics":{"ifInErrors_rate":0,"ifOutErrors_rate":0}} [count] => string(1) "0" [state_entry] => string(1) "1" ) ) [93782] => array( [7] => array( [alert_table_id] => string(4) "5127" [alert_test_id] => string(1) "7" [device_id] => string(2) "25" [entity_type] => string(4) "port" [entity_id] => string(5) "93782" [alert_assocs] => string(1) "7" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860749" [last_changed] => string(10) "1397135752" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(54) "{"metrics":{"ifInOctets_perc":0,"ifOutOctets_perc":0}}" ��� json ~ stdClass object(recursion) ��� regex ~ {"metrics":{"ifInOctets_perc":0,"ifOutOctets_perc":0}} [count] => string(1) "0" [state_entry] => string(1) "1" ) [8] => array( [alert_table_id] => string(4) "5128" [alert_test_id] => string(1) "8" [device_id] => string(2) "25" [entity_type] => string(4) "port" [entity_id] => string(5) "93782" [alert_assocs] => string(1) "8" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860749" [last_changed] => string(10) "1397135752" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(29) "{"metrics":{"ifDuplex":null}}" ��� json ~ stdClass object( Properties ---------- -> metrics = stdClass object(recursion) ) ��� regex ~ {"metrics":{"ifDuplex":null}} [count] => string(1) "0" [state_entry] => string(1) "1" ) [10] => array( [alert_table_id] => string(4) "5129" [alert_test_id] => string(2) "10" [device_id] => string(2) "25" [entity_type] => string(4) "port" [entity_id] => string(5) "93782" [alert_assocs] => string(2) "10" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860749" [last_changed] => string(10) "1397135752" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(126) "{"metrics":{"ifAdminStatus":"up","ifOperStatus":"up"},"failed":[{"value":"up","condition":"equals","metric":"ifAdminStatus"}]}" ��� json ~ stdClass object(recursion) ��� regex ~ {"metrics":{"ifAdminStatus":"up","ifOperStatus":"up"},"failed":[{"value":"up","condition":"equals","metric":"ifAdminStatus"}]} [count] => string(1) "0" [state_entry] => string(1) "1" ) [11] => array( [alert_table_id] => string(4) "5130" [alert_test_id] => string(2) "11" [device_id] => string(2) "25" [entity_type] => string(4) "port" [entity_id] => string(5) "93782" [alert_assocs] => string(2) "11" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860749" [last_changed] => string(10) "1397135752" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(54) "{"metrics":{"ifInErrors_rate":0,"ifOutErrors_rate":0}}" ��� json ~ stdClass object(recursion) ��� regex ~ {"metrics":{"ifInErrors_rate":0,"ifOutErrors_rate":0}} [count] => string(1) "0" [state_entry] => string(1) "1" ) ) [93783] => array( [7] => array( [alert_table_id] => string(4) "5131" [alert_test_id] => string(1) "7" [device_id] => string(2) "25" [entity_type] => string(4) "port" [entity_id] => string(5) "93783" [alert_assocs] => string(1) "7" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860749" [last_changed] => string(10) "1397135752" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(54) "{"metrics":{"ifInOctets_perc":0,"ifOutOctets_perc":0}}" ��� json ~ stdClass object(recursion) ��� regex ~ {"metrics":{"ifInOctets_perc":0,"ifOutOctets_perc":0}} [count] => string(1) "0" [state_entry] => string(1) "1" ) [8] => array( [alert_table_id] => string(4) "5132" [alert_test_id] => string(1) "8" [device_id] => string(2) "25" [entity_type] => string(4) "port" [entity_id] => string(5) "93783" [alert_assocs] => string(1) "8" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860749" [last_changed] => string(10) "1397135752" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(29) "{"metrics":{"ifDuplex":null}}" ��� json ~ stdClass object(recursion) ��� regex ~ {"metrics":{"ifDuplex":null}} [count] => string(1) "0" [state_entry] => string(1) "1" ) [10] => array( [alert_table_id] => string(4) "5133" [alert_test_id] => string(2) "10" [device_id] => string(2) "25" [entity_type] => string(4) "port" [entity_id] => string(5) "93783" [alert_assocs] => string(2) "10" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860749" [last_changed] => string(10) "1397135752" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(126) "{"metrics":{"ifAdminStatus":"up","ifOperStatus":"up"},"failed":[{"value":"up","condition":"equals","metric":"ifAdminStatus"}]}" ��� json ~ stdClass object(recursion) ��� regex ~ {"metrics":{"ifAdminStatus":"up","ifOperStatus":"up"},"failed":[{"value":"up","condition":"equals","metric":"ifAdminStatus"}]} [count] => string(1) "0" [state_entry] => string(1) "1" ) [11] => array( [alert_table_id] => string(4) "5134" [alert_test_id] => string(2) "11" [device_id] => string(2) "25" [entity_type] => string(4) "port" [entity_id] => string(5) "93783" [alert_assocs] => string(2) "11" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860749" [last_changed] => string(10) "1397135752" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(54) "{"metrics":{"ifInErrors_rate":0,"ifOutErrors_rate":0}}" ��� json ~ stdClass object( Properties ---------- -> metrics = stdClass object(recursion) ) ��� regex ~ {"metrics":{"ifInErrors_rate":0,"ifOutErrors_rate":0}} [count] => string(1) "0" [state_entry] => string(1) "1" ) ) [93784] => array( [7] => array( [alert_table_id] => string(4) "5135" [alert_test_id] => string(1) "7" [device_id] => string(2) "25" [entity_type] => string(4) "port" [entity_id] => string(5) "93784" [alert_assocs] => string(1) "7" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860749" [last_changed] => string(10) "1397135752" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(54) "{"metrics":{"ifInOctets_perc":0,"ifOutOctets_perc":1}}" ��� json ~ stdClass object(recursion) ��� regex ~ {"metrics":{"ifInOctets_perc":0,"ifOutOctets_perc":1}} [count] => string(1) "0" [state_entry] => string(1) "1" ) [8] => array( [alert_table_id] => string(4) "5136" [alert_test_id] => string(1) "8" [device_id] => string(2) "25" [entity_type] => string(4) "port" [entity_id] => string(5) "93784" [alert_assocs] => string(1) "8" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860749" [last_changed] => string(10) "1397135752" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(29) "{"metrics":{"ifDuplex":null}}" ��� json ~ stdClass object( Properties ---------- -> metrics = stdClass object(recursion) ) ��� regex ~ {"metrics":{"ifDuplex":null}} [count] => string(1) "0" [state_entry] => string(1) "1" ) [10] => array( [alert_table_id] => string(4) "5137" [alert_test_id] => string(2) "10" [device_id] => string(2) "25" [entity_type] => string(4) "port" [entity_id] => string(5) "93784" [alert_assocs] => string(2) "10" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860749" [last_changed] => string(10) "1397135752" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(126) "{"metrics":{"ifAdminStatus":"up","ifOperStatus":"up"},"failed":[{"value":"up","condition":"equals","metric":"ifAdminStatus"}]}" ��� json ~ stdClass object(recursion) ��� regex ~ {"metrics":{"ifAdminStatus":"up","ifOperStatus":"up"},"failed":[{"value":"up","condition":"equals","metric":"ifAdminStatus"}]} [count] => string(1) "0" [state_entry] => string(1) "1" ) [11] => array( [alert_table_id] => string(4) "5138" [alert_test_id] => string(2) "11" [device_id] => string(2) "25" [entity_type] => string(4) "port" [entity_id] => string(5) "93784" [alert_assocs] => string(2) "11" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860749" [last_changed] => string(10) "1397135752" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(54) "{"metrics":{"ifInErrors_rate":0,"ifOutErrors_rate":0}}" ��� json ~ stdClass object(recursion) ��� regex ~ {"metrics":{"ifInErrors_rate":0,"ifOutErrors_rate":0}} [count] => string(1) "0" [state_entry] => string(1) "1" ) ) [93785] => array( [7] => array( [alert_table_id] => string(4) "5139" [alert_test_id] => string(1) "7" [device_id] => string(2) "25" [entity_type] => string(4) "port" [entity_id] => string(5) "93785" [alert_assocs] => string(1) "7" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860749" [last_changed] => string(10) "1397135752" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(54) "{"metrics":{"ifInOctets_perc":0,"ifOutOctets_perc":0}}" ��� json ~ stdClass object(recursion) ��� regex ~ {"metrics":{"ifInOctets_perc":0,"ifOutOctets_perc":0}} [count] => string(1) "0" [state_entry] => string(1) "1" ) [8] => array( [alert_table_id] => string(4) "5140" [alert_test_id] => string(1) "8" [device_id] => string(2) "25" [entity_type] => string(4) "port" [entity_id] => string(5) "93785" [alert_assocs] => string(1) "8" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860749" [last_changed] => string(10) "1397135752" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(29) "{"metrics":{"ifDuplex":null}}" ��� json ~ stdClass object(recursion) ��� regex ~ {"metrics":{"ifDuplex":null}} [count] => string(1) "0" [state_entry] => string(1) "1" ) [10] => array( [alert_table_id] => string(4) "5141" [alert_test_id] => string(2) "10" [device_id] => string(2) "25" [entity_type] => string(4) "port" [entity_id] => string(5) "93785" [alert_assocs] => string(2) "10" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860749" [last_changed] => string(10) "1397135752" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(126) "{"metrics":{"ifAdminStatus":"up","ifOperStatus":"up"},"failed":[{"value":"up","condition":"equals","metric":"ifAdminStatus"}]}" ��� json ~ stdClass object(recursion) ��� regex ~ {"metrics":{"ifAdminStatus":"up","ifOperStatus":"up"},"failed":[{"value":"up","condition":"equals","metric":"ifAdminStatus"}]} [count] => string(1) "0" [state_entry] => string(1) "1" ) [11] => array( [alert_table_id] => string(4) "5142" [alert_test_id] => string(2) "11" [device_id] => string(2) "25" [entity_type] => string(4) "port" [entity_id] => string(5) "93785" [alert_assocs] => string(2) "11" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860749" [last_changed] => string(10) "1397135752" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(54) "{"metrics":{"ifInErrors_rate":0,"ifOutErrors_rate":0}}" ��� json ~ stdClass object( Properties ---------- -> metrics = stdClass object(recursion) ) ��� regex ~ {"metrics":{"ifInErrors_rate":0,"ifOutErrors_rate":0}} [count] => string(1) "0" [state_entry] => string(1) "1" ) ) [93786] => array( [7] => array( [alert_table_id] => string(4) "5143" [alert_test_id] => string(1) "7" [device_id] => string(2) "25" [entity_type] => string(4) "port" [entity_id] => string(5) "93786" [alert_assocs] => string(1) "7" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860749" [last_changed] => string(10) "1397135752" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(54) "{"metrics":{"ifInOctets_perc":0,"ifOutOctets_perc":0}}" ��� json ~ stdClass object(recursion) ��� regex ~ {"metrics":{"ifInOctets_perc":0,"ifOutOctets_perc":0}} [count] => string(1) "0" [state_entry] => string(1) "1" ) [8] => array( [alert_table_id] => string(4) "5144" [alert_test_id] => string(1) "8" [device_id] => string(2) "25" [entity_type] => string(4) "port" [entity_id] => string(5) "93786" [alert_assocs] => string(1) "8" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860749" [last_changed] => string(10) "1397135752" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(29) "{"metrics":{"ifDuplex":null}}" ��� json ~ stdClass object( Properties ---------- -> metrics = stdClass object(recursion) ) ��� regex ~ {"metrics":{"ifDuplex":null}} [count] => string(1) "0" [state_entry] => string(1) "1" ) [10] => array( [alert_table_id] => string(4) "5145" [alert_test_id] => string(2) "10" [device_id] => string(2) "25" [entity_type] => string(4) "port" [entity_id] => string(5) "93786" [alert_assocs] => string(2) "10" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860749" [last_changed] => string(10) "1397135752" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(126) "{"metrics":{"ifAdminStatus":"up","ifOperStatus":"up"},"failed":[{"value":"up","condition":"equals","metric":"ifAdminStatus"}]}" ��� json ~ stdClass object(recursion) ��� regex ~ {"metrics":{"ifAdminStatus":"up","ifOperStatus":"up"},"failed":[{"value":"up","condition":"equals","metric":"ifAdminStatus"}]} [count] => string(1) "0" [state_entry] => string(1) "1" ) [11] => array( [alert_table_id] => string(4) "5146" [alert_test_id] => string(2) "11" [device_id] => string(2) "25" [entity_type] => string(4) "port" [entity_id] => string(5) "93786" [alert_assocs] => string(2) "11" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860749" [last_changed] => string(10) "1397135752" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(54) "{"metrics":{"ifInErrors_rate":0,"ifOutErrors_rate":0}}" ��� json ~ stdClass object(recursion) ��� regex ~ {"metrics":{"ifInErrors_rate":0,"ifOutErrors_rate":0}} [count] => string(1) "0" [state_entry] => string(1) "1" ) ) [93787] => array( [7] => array( [alert_table_id] => string(4) "5147" [alert_test_id] => string(1) "7" [device_id] => string(2) "25" [entity_type] => string(4) "port" [entity_id] => string(5) "93787" [alert_assocs] => string(1) "7" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860749" [last_changed] => string(10) "1397135752" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(54) "{"metrics":{"ifInOctets_perc":0,"ifOutOctets_perc":0}}" ��� json ~ stdClass object(recursion) ��� regex ~ {"metrics":{"ifInOctets_perc":0,"ifOutOctets_perc":0}} [count] => string(1) "0" [state_entry] => string(1) "1" ) [8] => array( [alert_table_id] => string(4) "5148" [alert_test_id] => string(1) "8" [device_id] => string(2) "25" [entity_type] => string(4) "port" [entity_id] => string(5) "93787" [alert_assocs] => string(1) "8" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860749" [last_changed] => string(10) "1397135752" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(29) "{"metrics":{"ifDuplex":null}}" ��� json ~ stdClass object(recursion) ��� regex ~ {"metrics":{"ifDuplex":null}} [count] => string(1) "0" [state_entry] => string(1) "1" ) [10] => array( [alert_table_id] => string(4) "5149" [alert_test_id] => string(2) "10" [device_id] => string(2) "25" [entity_type] => string(4) "port" [entity_id] => string(5) "93787" [alert_assocs] => string(2) "10" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860749" [last_changed] => string(10) "1397135752" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(126) "{"metrics":{"ifAdminStatus":"up","ifOperStatus":"up"},"failed":[{"value":"up","condition":"equals","metric":"ifAdminStatus"}]}" ��� json ~ stdClass object(recursion) ��� regex ~ {"metrics":{"ifAdminStatus":"up","ifOperStatus":"up"},"failed":[{"value":"up","condition":"equals","metric":"ifAdminStatus"}]} [count] => string(1) "0" [state_entry] => string(1) "1" ) [11] => array( [alert_table_id] => string(4) "5150" [alert_test_id] => string(2) "11" [device_id] => string(2) "25" [entity_type] => string(4) "port" [entity_id] => string(5) "93787" [alert_assocs] => string(2) "11" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860749" [last_changed] => string(10) "1397135752" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(54) "{"metrics":{"ifInErrors_rate":0,"ifOutErrors_rate":0}}" ��� json ~ stdClass object( Properties ---------- -> metrics = stdClass object(recursion) ) ��� regex ~ {"metrics":{"ifInErrors_rate":0,"ifOutErrors_rate":0}} [count] => string(1) "0" [state_entry] => string(1) "1" ) ) [93788] => array( [7] => array( [alert_table_id] => string(4) "5151" [alert_test_id] => string(1) "7" [device_id] => string(2) "25" [entity_type] => string(4) "port" [entity_id] => string(5) "93788" [alert_assocs] => string(1) "7" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860749" [last_changed] => string(10) "1397135752" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(54) "{"metrics":{"ifInOctets_perc":0,"ifOutOctets_perc":0}}" ��� json ~ stdClass object(recursion) ��� regex ~ {"metrics":{"ifInOctets_perc":0,"ifOutOctets_perc":0}} [count] => string(1) "0" [state_entry] => string(1) "1" ) [8] => array( [alert_table_id] => string(4) "5152" [alert_test_id] => string(1) "8" [device_id] => string(2) "25" [entity_type] => string(4) "port" [entity_id] => string(5) "93788" [alert_assocs] => string(1) "8" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860749" [last_changed] => string(10) "1397135752" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(29) "{"metrics":{"ifDuplex":null}}" ��� json ~ stdClass object( Properties ---------- -> metrics = stdClass object(recursion) ) ��� regex ~ {"metrics":{"ifDuplex":null}} [count] => string(1) "0" [state_entry] => string(1) "1" ) [10] => array( [alert_table_id] => string(4) "5153" [alert_test_id] => string(2) "10" [device_id] => string(2) "25" [entity_type] => string(4) "port" [entity_id] => string(5) "93788" [alert_assocs] => string(2) "10" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860749" [last_changed] => string(10) "1397135752" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(126) "{"metrics":{"ifAdminStatus":"up","ifOperStatus":"up"},"failed":[{"value":"up","condition":"equals","metric":"ifAdminStatus"}]}" ��� json ~ stdClass object(recursion) ��� regex ~ {"metrics":{"ifAdminStatus":"up","ifOperStatus":"up"},"failed":[{"value":"up","condition":"equals","metric":"ifAdminStatus"}]} [count] => string(1) "0" [state_entry] => string(1) "1" ) [11] => array( [alert_table_id] => string(4) "5154" [alert_test_id] => string(2) "11" [device_id] => string(2) "25" [entity_type] => string(4) "port" [entity_id] => string(5) "93788" [alert_assocs] => string(2) "11" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860749" [last_changed] => string(10) "1397135752" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(54) "{"metrics":{"ifInErrors_rate":0,"ifOutErrors_rate":0}}" ��� json ~ stdClass object(recursion) ��� regex ~ {"metrics":{"ifInErrors_rate":0,"ifOutErrors_rate":0}} [count] => string(1) "0" [state_entry] => string(1) "1" ) ) [93789] => array( [7] => array( [alert_table_id] => string(4) "5155" [alert_test_id] => string(1) "7" [device_id] => string(2) "25" [entity_type] => string(4) "port" [entity_id] => string(5) "93789" [alert_assocs] => string(1) "7" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860750" [last_changed] => string(10) "1397135752" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(54) "{"metrics":{"ifInOctets_perc":0,"ifOutOctets_perc":0}}" ��� json ~ stdClass object(recursion) ��� regex ~ {"metrics":{"ifInOctets_perc":0,"ifOutOctets_perc":0}} [count] => string(1) "0" [state_entry] => string(1) "1" ) [8] => array( [alert_table_id] => string(4) "5156" [alert_test_id] => string(1) "8" [device_id] => string(2) "25" [entity_type] => string(4) "port" [entity_id] => string(5) "93789" [alert_assocs] => string(1) "8" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860750" [last_changed] => string(10) "1397135752" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(29) "{"metrics":{"ifDuplex":null}}" ��� json ~ stdClass object(recursion) ��� regex ~ {"metrics":{"ifDuplex":null}} [count] => string(1) "0" [state_entry] => string(1) "1" ) [10] => array( [alert_table_id] => string(4) "5157" [alert_test_id] => string(2) "10" [device_id] => string(2) "25" [entity_type] => string(4) "port" [entity_id] => string(5) "93789" [alert_assocs] => string(2) "10" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860750" [last_changed] => string(10) "1397135752" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(126) "{"metrics":{"ifAdminStatus":"up","ifOperStatus":"up"},"failed":[{"value":"up","condition":"equals","metric":"ifAdminStatus"}]}" ��� json ~ stdClass object(recursion) ��� regex ~ {"metrics":{"ifAdminStatus":"up","ifOperStatus":"up"},"failed":[{"value":"up","condition":"equals","metric":"ifAdminStatus"}]} [count] => string(1) "0" [state_entry] => string(1) "1" ) [11] => array( [alert_table_id] => string(4) "5158" [alert_test_id] => string(2) "11" [device_id] => string(2) "25" [entity_type] => string(4) "port" [entity_id] => string(5) "93789" [alert_assocs] => string(2) "11" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860750" [last_changed] => string(10) "1397135752" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(54) "{"metrics":{"ifInErrors_rate":0,"ifOutErrors_rate":0}}" ��� json ~ stdClass object( Properties ---------- -> metrics = stdClass object(recursion) ) ��� regex ~ {"metrics":{"ifInErrors_rate":0,"ifOutErrors_rate":0}} [count] => string(1) "0" [state_entry] => string(1) "1" ) ) [93790] => array( [7] => array( [alert_table_id] => string(4) "5159" [alert_test_id] => string(1) "7" [device_id] => string(2) "25" [entity_type] => string(4) "port" [entity_id] => string(5) "93790" [alert_assocs] => string(1) "7" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860750" [last_changed] => string(10) "1397135752" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(54) "{"metrics":{"ifInOctets_perc":0,"ifOutOctets_perc":0}}" ��� json ~ stdClass object(recursion) ��� regex ~ {"metrics":{"ifInOctets_perc":0,"ifOutOctets_perc":0}} [count] => string(1) "0" [state_entry] => string(1) "1" ) [8] => array( [alert_table_id] => string(4) "5160" [alert_test_id] => string(1) "8" [device_id] => string(2) "25" [entity_type] => string(4) "port" [entity_id] => string(5) "93790" [alert_assocs] => string(1) "8" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860750" [last_changed] => string(10) "1397135752" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(29) "{"metrics":{"ifDuplex":null}}" ��� json ~ stdClass object( Properties ---------- -> metrics = stdClass object(recursion) ) ��� regex ~ {"metrics":{"ifDuplex":null}} [count] => string(1) "0" [state_entry] => string(1) "1" ) [10] => array( [alert_table_id] => string(4) "5161" [alert_test_id] => string(2) "10" [device_id] => string(2) "25" [entity_type] => string(4) "port" [entity_id] => string(5) "93790" [alert_assocs] => string(2) "10" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860750" [last_changed] => string(10) "1397135752" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(126) "{"metrics":{"ifAdminStatus":"up","ifOperStatus":"up"},"failed":[{"value":"up","condition":"equals","metric":"ifAdminStatus"}]}" ��� json ~ stdClass object(recursion) ��� regex ~ {"metrics":{"ifAdminStatus":"up","ifOperStatus":"up"},"failed":[{"value":"up","condition":"equals","metric":"ifAdminStatus"}]} [count] => string(1) "0" [state_entry] => string(1) "1" ) [11] => array( [alert_table_id] => string(4) "5162" [alert_test_id] => string(2) "11" [device_id] => string(2) "25" [entity_type] => string(4) "port" [entity_id] => string(5) "93790" [alert_assocs] => string(2) "11" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860750" [last_changed] => string(10) "1397135752" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(54) "{"metrics":{"ifInErrors_rate":0,"ifOutErrors_rate":0}}" ��� json ~ stdClass object(recursion) ��� regex ~ {"metrics":{"ifInErrors_rate":0,"ifOutErrors_rate":0}} [count] => string(1) "0" [state_entry] => string(1) "1" ) ) [93791] => array( [7] => array( [alert_table_id] => string(4) "5163" [alert_test_id] => string(1) "7" [device_id] => string(2) "25" [entity_type] => string(4) "port" [entity_id] => string(5) "93791" [alert_assocs] => string(1) "7" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860750" [last_changed] => string(10) "1397135753" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(54) "{"metrics":{"ifInOctets_perc":0,"ifOutOctets_perc":0}}" ��� json ~ stdClass object(recursion) ��� regex ~ {"metrics":{"ifInOctets_perc":0,"ifOutOctets_perc":0}} [count] => string(1) "0" [state_entry] => string(1) "1" ) [8] => array( [alert_table_id] => string(4) "5164" [alert_test_id] => string(1) "8" [device_id] => string(2) "25" [entity_type] => string(4) "port" [entity_id] => string(5) "93791" [alert_assocs] => string(1) "8" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860750" [last_changed] => string(10) "1397135753" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(29) "{"metrics":{"ifDuplex":null}}" ��� json ~ stdClass object(recursion) ��� regex ~ {"metrics":{"ifDuplex":null}} [count] => string(1) "0" [state_entry] => string(1) "1" ) [10] => array( [alert_table_id] => string(4) "5165" [alert_test_id] => string(2) "10" [device_id] => string(2) "25" [entity_type] => string(4) "port" [entity_id] => string(5) "93791" [alert_assocs] => string(2) "10" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860750" [last_changed] => string(10) "1397135753" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(126) "{"metrics":{"ifAdminStatus":"up","ifOperStatus":"up"},"failed":[{"value":"up","condition":"equals","metric":"ifAdminStatus"}]}" ��� json ~ stdClass object(recursion) ��� regex ~ {"metrics":{"ifAdminStatus":"up","ifOperStatus":"up"},"failed":[{"value":"up","condition":"equals","metric":"ifAdminStatus"}]} [count] => string(1) "0" [state_entry] => string(1) "1" ) [11] => array( [alert_table_id] => string(4) "5166" [alert_test_id] => string(2) "11" [device_id] => string(2) "25" [entity_type] => string(4) "port" [entity_id] => string(5) "93791" [alert_assocs] => string(2) "11" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860750" [last_changed] => string(10) "1397135753" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(54) "{"metrics":{"ifInErrors_rate":0,"ifOutErrors_rate":0}}" ��� json ~ stdClass object( Properties ---------- -> metrics = stdClass object(recursion) ) ��� regex ~ {"metrics":{"ifInErrors_rate":0,"ifOutErrors_rate":0}} [count] => string(1) "0" [state_entry] => string(1) "1" ) ) [93908] => array( [7] => array( [alert_table_id] => string(4) "5167" [alert_test_id] => string(1) "7" [device_id] => string(2) "25" [entity_type] => string(4) "port" [entity_id] => string(5) "93908" [alert_assocs] => string(1) "7" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860750" [last_changed] => string(10) "1397135753" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(54) "{"metrics":{"ifInOctets_perc":0,"ifOutOctets_perc":0}}" ��� json ~ stdClass object(recursion) ��� regex ~ {"metrics":{"ifInOctets_perc":0,"ifOutOctets_perc":0}} [count] => string(1) "0" [state_entry] => string(1) "1" ) [8] => array( [alert_table_id] => string(4) "5168" [alert_test_id] => string(1) "8" [device_id] => string(2) "25" [entity_type] => string(4) "port" [entity_id] => string(5) "93908" [alert_assocs] => string(1) "8" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860750" [last_changed] => string(10) "1397135753" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(29) "{"metrics":{"ifDuplex":null}}" ��� json ~ stdClass object( Properties ---------- -> metrics = stdClass object(recursion) ) ��� regex ~ {"metrics":{"ifDuplex":null}} [count] => string(1) "0" [state_entry] => string(1) "1" ) [10] => array( [alert_table_id] => string(4) "5169" [alert_test_id] => string(2) "10" [device_id] => string(2) "25" [entity_type] => string(4) "port" [entity_id] => string(5) "93908" [alert_assocs] => string(2) "10" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860750" [last_changed] => string(10) "1397135753" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(126) "{"metrics":{"ifAdminStatus":"up","ifOperStatus":"up"},"failed":[{"value":"up","condition":"equals","metric":"ifAdminStatus"}]}" ��� json ~ stdClass object(recursion) ��� regex ~ {"metrics":{"ifAdminStatus":"up","ifOperStatus":"up"},"failed":[{"value":"up","condition":"equals","metric":"ifAdminStatus"}]} [count] => string(1) "0" [state_entry] => string(1) "1" ) [11] => array( [alert_table_id] => string(4) "5170" [alert_test_id] => string(2) "11" [device_id] => string(2) "25" [entity_type] => string(4) "port" [entity_id] => string(5) "93908" [alert_assocs] => string(2) "11" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860750" [last_changed] => string(10) "1397135753" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(54) "{"metrics":{"ifInErrors_rate":0,"ifOutErrors_rate":0}}" ��� json ~ stdClass object(recursion) ��� regex ~ {"metrics":{"ifInErrors_rate":0,"ifOutErrors_rate":0}} [count] => string(1) "0" [state_entry] => string(1) "1" ) ) [93909] => array( [7] => array( [alert_table_id] => string(4) "5171" [alert_test_id] => string(1) "7" [device_id] => string(2) "25" [entity_type] => string(4) "port" [entity_id] => string(5) "93909" [alert_assocs] => string(1) "7" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860750" [last_changed] => string(10) "1397135753" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(54) "{"metrics":{"ifInOctets_perc":0,"ifOutOctets_perc":0}}" ��� json ~ stdClass object(recursion) ��� regex ~ {"metrics":{"ifInOctets_perc":0,"ifOutOctets_perc":0}} [count] => string(1) "0" [state_entry] => string(1) "1" ) [8] => array( [alert_table_id] => string(4) "5172" [alert_test_id] => string(1) "8" [device_id] => string(2) "25" [entity_type] => string(4) "port" [entity_id] => string(5) "93909" [alert_assocs] => string(1) "8" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860750" [last_changed] => string(10) "1397135753" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(29) "{"metrics":{"ifDuplex":null}}" ��� json ~ stdClass object(recursion) ��� regex ~ {"metrics":{"ifDuplex":null}} [count] => string(1) "0" [state_entry] => string(1) "1" ) [10] => array( [alert_table_id] => string(4) "5173" [alert_test_id] => string(2) "10" [device_id] => string(2) "25" [entity_type] => string(4) "port" [entity_id] => string(5) "93909" [alert_assocs] => string(2) "10" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860750" [last_changed] => string(10) "1397135753" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(126) "{"metrics":{"ifAdminStatus":"up","ifOperStatus":"up"},"failed":[{"value":"up","condition":"equals","metric":"ifAdminStatus"}]}" ��� json ~ stdClass object(recursion) ��� regex ~ {"metrics":{"ifAdminStatus":"up","ifOperStatus":"up"},"failed":[{"value":"up","condition":"equals","metric":"ifAdminStatus"}]} [count] => string(1) "0" [state_entry] => string(1) "1" ) [11] => array( [alert_table_id] => string(4) "5174" [alert_test_id] => string(2) "11" [device_id] => string(2) "25" [entity_type] => string(4) "port" [entity_id] => string(5) "93909" [alert_assocs] => string(2) "11" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860750" [last_changed] => string(10) "1397135753" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(54) "{"metrics":{"ifInErrors_rate":0,"ifOutErrors_rate":0}}" ��� json ~ stdClass object( Properties ---------- -> metrics = stdClass object(recursion) ) ��� regex ~ {"metrics":{"ifInErrors_rate":0,"ifOutErrors_rate":0}} [count] => string(1) "0" [state_entry] => string(1) "1" ) ) [107351] => array( [7] => array( [alert_table_id] => string(4) "5175" [alert_test_id] => string(1) "7" [device_id] => string(2) "25" [entity_type] => string(4) "port" [entity_id] => string(6) "107351" [alert_assocs] => string(1) "7" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860750" [last_changed] => string(10) "1397135753" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(54) "{"metrics":{"ifInOctets_perc":0,"ifOutOctets_perc":0}}" ��� json ~ stdClass object(recursion) ��� regex ~ {"metrics":{"ifInOctets_perc":0,"ifOutOctets_perc":0}} [count] => string(1) "0" [state_entry] => string(1) "1" ) [8] => array( [alert_table_id] => string(4) "5176" [alert_test_id] => string(1) "8" [device_id] => string(2) "25" [entity_type] => string(4) "port" [entity_id] => string(6) "107351" [alert_assocs] => string(1) "8" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860750" [last_changed] => string(10) "1397135753" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(29) "{"metrics":{"ifDuplex":null}}" ��� json ~ stdClass object( Properties ---------- -> metrics = stdClass object(recursion) ) ��� regex ~ {"metrics":{"ifDuplex":null}} [count] => string(1) "0" [state_entry] => string(1) "1" ) [10] => array( [alert_table_id] => string(4) "5177" [alert_test_id] => string(2) "10" [device_id] => string(2) "25" [entity_type] => string(4) "port" [entity_id] => string(6) "107351" [alert_assocs] => string(2) "10" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860750" [last_changed] => string(10) "1397135753" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(126) "{"metrics":{"ifAdminStatus":"up","ifOperStatus":"up"},"failed":[{"value":"up","condition":"equals","metric":"ifAdminStatus"}]}" ��� json ~ stdClass object(recursion) ��� regex ~ {"metrics":{"ifAdminStatus":"up","ifOperStatus":"up"},"failed":[{"value":"up","condition":"equals","metric":"ifAdminStatus"}]} [count] => string(1) "0" [state_entry] => string(1) "1" ) [11] => array( [alert_table_id] => string(4) "5178" [alert_test_id] => string(2) "11" [device_id] => string(2) "25" [entity_type] => string(4) "port" [entity_id] => string(6) "107351" [alert_assocs] => string(2) "11" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860750" [last_changed] => string(10) "1397135753" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(54) "{"metrics":{"ifInErrors_rate":0,"ifOutErrors_rate":0}}" ��� json ~ stdClass object(recursion) ��� regex ~ {"metrics":{"ifInErrors_rate":0,"ifOutErrors_rate":0}} [count] => string(1) "0" [state_entry] => string(1) "1" ) ) [124773] => array( [7] => array( [alert_table_id] => string(4) "5179" [alert_test_id] => string(1) "7" [device_id] => string(2) "25" [entity_type] => string(4) "port" [entity_id] => string(6) "124773" [alert_assocs] => string(1) "7" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860750" [last_changed] => string(10) "1397135753" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(54) "{"metrics":{"ifInOctets_perc":0,"ifOutOctets_perc":0}}" ��� json ~ stdClass object(recursion) ��� regex ~ {"metrics":{"ifInOctets_perc":0,"ifOutOctets_perc":0}} [count] => string(1) "0" [state_entry] => string(1) "1" ) [8] => array( [alert_table_id] => string(4) "5180" [alert_test_id] => string(1) "8" [device_id] => string(2) "25" [entity_type] => string(4) "port" [entity_id] => string(6) "124773" [alert_assocs] => string(1) "8" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860750" [last_changed] => string(10) "1397135753" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(29) "{"metrics":{"ifDuplex":null}}" ��� json ~ stdClass object(recursion) ��� regex ~ {"metrics":{"ifDuplex":null}} [count] => string(1) "0" [state_entry] => string(1) "1" ) [10] => array( [alert_table_id] => string(4) "5181" [alert_test_id] => string(2) "10" [device_id] => string(2) "25" [entity_type] => string(4) "port" [entity_id] => string(6) "124773" [alert_assocs] => string(2) "10" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860750" [last_changed] => string(10) "1397135753" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(126) "{"metrics":{"ifAdminStatus":"up","ifOperStatus":"up"},"failed":[{"value":"up","condition":"equals","metric":"ifAdminStatus"}]}" ��� json ~ stdClass object(recursion) ��� regex ~ {"metrics":{"ifAdminStatus":"up","ifOperStatus":"up"},"failed":[{"value":"up","condition":"equals","metric":"ifAdminStatus"}]} [count] => string(1) "0" [state_entry] => string(1) "1" ) [11] => array( [alert_table_id] => string(4) "5182" [alert_test_id] => string(2) "11" [device_id] => string(2) "25" [entity_type] => string(4) "port" [entity_id] => string(6) "124773" [alert_assocs] => string(2) "11" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860750" [last_changed] => string(10) "1397135753" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(54) "{"metrics":{"ifInErrors_rate":0,"ifOutErrors_rate":0}}" ��� json ~ stdClass object( Properties ---------- -> metrics = stdClass object(recursion) ) ��� regex ~ {"metrics":{"ifInErrors_rate":0,"ifOutErrors_rate":0}} [count] => string(1) "0" [state_entry] => string(1) "1" ) ) [135219] => array( [7] => array( [alert_table_id] => string(5) "35340" [alert_test_id] => string(1) "7" [device_id] => string(2) "25" [entity_type] => string(4) "port" [entity_id] => string(6) "135219" [alert_assocs] => string(1) "7" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860750" [last_changed] => string(10) "1397135753" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(54) "{"metrics":{"ifInOctets_perc":0,"ifOutOctets_perc":0}}" ��� json ~ stdClass object(recursion) ��� regex ~ {"metrics":{"ifInOctets_perc":0,"ifOutOctets_perc":0}} [count] => string(1) "0" [state_entry] => string(1) "1" ) [8] => array( [alert_table_id] => string(5) "35341" [alert_test_id] => string(1) "8" [device_id] => string(2) "25" [entity_type] => string(4) "port" [entity_id] => string(6) "135219" [alert_assocs] => string(1) "8" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860750" [last_changed] => string(10) "1397135753" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(29) "{"metrics":{"ifDuplex":null}}" ��� json ~ stdClass object( Properties ---------- -> metrics = stdClass object(recursion) ) ��� regex ~ {"metrics":{"ifDuplex":null}} [count] => string(1) "0" [state_entry] => string(1) "1" ) [10] => array( [alert_table_id] => string(5) "35342" [alert_test_id] => string(2) "10" [device_id] => string(2) "25" [entity_type] => string(4) "port" [entity_id] => string(6) "135219" [alert_assocs] => string(2) "10" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860750" [last_changed] => string(10) "1397135753" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(126) "{"metrics":{"ifAdminStatus":"up","ifOperStatus":"up"},"failed":[{"value":"up","condition":"equals","metric":"ifAdminStatus"}]}" ��� json ~ stdClass object(recursion) ��� regex ~ {"metrics":{"ifAdminStatus":"up","ifOperStatus":"up"},"failed":[{"value":"up","condition":"equals","metric":"ifAdminStatus"}]} [count] => string(1) "0" [state_entry] => string(1) "1" ) [11] => array( [alert_table_id] => string(5) "35343" [alert_test_id] => string(2) "11" [device_id] => string(2) "25" [entity_type] => string(4) "port" [entity_id] => string(6) "135219" [alert_assocs] => string(2) "11" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860750" [last_changed] => string(10) "1397135753" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(54) "{"metrics":{"ifInErrors_rate":0,"ifOutErrors_rate":0}}" ��� json ~ stdClass object(recursion) ��� regex ~ {"metrics":{"ifInErrors_rate":0,"ifOutErrors_rate":0}} [count] => string(1) "0" [state_entry] => string(1) "1" ) ) ) [mempool] => array( [68] => array( [12] => array( [alert_table_id] => string(4) "5183" [alert_test_id] => string(2) "12" [device_id] => string(2) "25" [entity_type] => string(7) "mempool" [entity_id] => string(2) "68" [alert_assocs] => string(2) "12" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860748" [last_changed] => string(10) "1397135750" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(34) "{"metrics":{"mempool_perc":70.43}}" ��� json ~ stdClass object(recursion) ��� regex ~ {"metrics":{"mempool_perc":70.43}} [count] => string(1) "0" [state_entry] => string(1) "1" ) ) [69] => array( [12] => array( [alert_table_id] => string(4) "5184" [alert_test_id] => string(2) "12" [device_id] => string(2) "25" [entity_type] => string(7) "mempool" [entity_id] => string(2) "69" [alert_assocs] => string(2) "12" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860748" [last_changed] => string(10) "1397815848" [last_recovered] => string(1) "0" [last_failed] => string(10) "1397135750" [has_alerted] => string(1) "1" [last_message] => string(42) "Checks failed (Suppressed: ENTRY_UNTIL_OK)" [alert_status] => string(1) "3" [last_alerted] => string(10) "1397741449" [ignore_until_ok] => string(1) "1" [state] => string(106) "{"metrics":{"mempool_perc":99.99},"failed":[{"value":"75","condition":"greater","metric":"mempool_perc"}]}" ��� json ~ stdClass object(recursion) ��� regex ~ {"metrics":{"mempool_perc":99.99},"failed":[{"value":"75","condition":"greater","metric":"mempool_perc"}]} [count] => string(4) "5751" [state_entry] => string(1) "1" ) ) [181] => array( [12] => array( [alert_table_id] => string(4) "5185" [alert_test_id] => string(2) "12" [device_id] => string(2) "25" [entity_type] => string(7) "mempool" [entity_id] => string(3) "181" [alert_assocs] => string(2) "12" [delay] => string(1) "0" [ignore_until] => null [last_checked] => string(10) "1398860748" [last_changed] => string(10) "1397135750" [last_recovered] => string(1) "0" [last_failed] => string(1) "0" [has_alerted] => string(1) "0" [last_message] => string(9) "Checks OK" [alert_status] => string(1) "1" [last_alerted] => string(1) "0" [ignore_until_ok] => string(1) "0" [state] => string(33) "{"metrics":{"mempool_perc":46.9}}" ��� json ~ stdClass object(recursion) ��� regex ~ {"metrics":{"mempool_perc":46.9}} [count] => string(1) "0" [state_entry] => string(1) "1" ) ) ) ) krtn-tc1-pe01.core.korton.net 25 iosxe (cisco) DEBUG: SNMP Auth options = -v2c -c 'KrtNMonitor' /usr/bin/snmpget -v2c -c 'KrtNMonitor' -Oqtn -m DISMAN-EVENT-MIB -M /opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp 'udp':'krtn-tc1-pe01.core.korton.net':'161' .1.3.6.1.2.1.1.3.0 .1.3.6.1.2.1.1.3.0 1456977152 RRD[cmd[update /opt/observium/rrd/krtn-tc1-pe01.core.korton.net/status.rrd N:1]  stdout[]  stderr[]] RRD[cmd[update /opt/observium/rrd/krtn-tc1-pe01.core.korton.net/ping.rrd N:4.27]  stdout[OK u:0.00 s:0.00 r:4.21 OK u:0.00 s:0.00 r:4.21]  stderr[]] RRD[cmd[update /opt/observium/rrd/krtn-tc1-pe01.core.korton.net/ping_snmp.rrd N:63.37]  stdout[OK u:0.00 s:0.00 r:4.21]  stderr[]] including: includes/polling/system.inc.php DEBUG: SNMP Auth options = -v2c -c 'KrtNMonitor' /usr/bin/snmpget -v2c -c 'KrtNMonitor' -OQUs -m SNMPv2-MIB -M /opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp 'udp':'krtn-tc1-pe01.core.korton.net':'161' sysUpTime.0 sysLocation.0 sysContact.0 sysName.0 sysUpTime.0 = 168:15:09:31.57 sysLocation.0 = Science Park 120 - Amsterdam sysContact.0 = sysName.0 = KRTN-TC1-PE01.core.korton.net DEBUG: SNMP Auth options = -v2c -c 'KrtNMonitor' /usr/bin/snmpget -v2c -c 'KrtNMonitor' -Oqv -m SNMPv2-MIB -M /opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp 'udp':'krtn-tc1-pe01.core.korton.net':'161' sysDescr.0 Cisco IOS Software, IOS-XE Software (X86_64_LINUX_IOSD-UNIVERSALK9-M), Version 15.3(1)S1, RELEASE SOFTWARE (fc1) Technical Support: http://www.cisco.com/techsupport Copyright (c) 1986-2013 by Cisco Systems, Inc. Compiled Fri 08-Feb-13 10:26 by mcpre DEBUG: SNMP Auth options = -v2c -c 'KrtNMonitor' /usr/bin/snmpget -v2c -c 'KrtNMonitor' -Oqvn -m SNMPv2-MIB -M /opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp 'udp':'krtn-tc1-pe01.core.korton.net':'161' sysObjectID.0 .1.3.6.1.4.1.9.1.1165 DEBUG: SNMP Auth options = -v2c -c 'KrtNMonitor' /usr/bin/snmpget -v2c -c 'KrtNMonitor' -Ovqn -m SNMP-FRAMEWORK-MIB -M /opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp 'udp':'krtn-tc1-pe01.core.korton.net':'161' snmpEngineID.0 "80 00 00 09 03 00 A4 93 4C 30 55 80 " DEBUG: SNMP Auth options = -v2c -c 'KrtNMonitor' /usr/bin/snmpget -v2c -c 'KrtNMonitor' -Oqv -m HOST-RESOURCES-MIB -M /opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp 'udp':'krtn-tc1-pe01.core.korton.net':'161' hrSystemUptime.0 No Such Object available on this agent at this OID DEBUG: SNMP Auth options = -v2c -c 'KrtNMonitor' /usr/bin/snmpget -v2c -c 'KrtNMonitor' -OUqv -m SNMP-FRAMEWORK-MIB -M /opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp 'udp':'krtn-tc1-pe01.core.korton.net':'161' snmpEngineTime.0 14569753 Using SNMP Agent sysUpTime (14569771 seconds) RRD[cmd[update /opt/observium/rrd/krtn-tc1-pe01.core.korton.net/uptime.rrd N:14569771]  stdout[OK u:0.00 s:0.00 r:4.54]  stderr[]] Uptime: 168 days, 15h 9m 31s Module time: 0.328s including: includes/polling/os.inc.php SQL[SELECT * FROM `entPhysical` WHERE `device_id` = '25' AND `entPhysicalIndex` = '1']  Hardware: ASR1001 Version: 15.3(1)S1 Features: UNIVERSALK9 Serial: Asset: Module time: 0.0014s including: includes/polling/sensors.inc.php SQL[SELECT COUNT(*) FROM `sensors` WHERE `device_id` = '25' AND `sensor_deleted` = '0';]  Sensors: SQL[SELECT `sensor_type` FROM `sensors` WHERE `device_id` = '25' AND `poller_type` = 'snmp' AND `sensor_deleted` = '0' GROUP BY `sensor_type`]  Caching: cisco-entity-sensor .1.3.6.1.4.1.9.9.91.1.1.1.1.4 DEBUG: SNMP Auth options = -v2c -c 'KrtNMonitor' /usr/bin/snmpbulkwalk -v2c -c 'KrtNMonitor' -OQUn -M /opt/observium/mibs 'udp':'krtn-tc1-pe01.core.korton.net':'161' .1.3.6.1.4.1.9.9.91.1.1.1.1.4 .1.3.6.1.4.1.9.9.91.1.1.1.1.4.4 = 7 .1.3.6.1.4.1.9.9.91.1.1.1.1.4.5 = 12 .1.3.6.1.4.1.9.9.91.1.1.1.1.4.6 = 232 .1.3.6.1.4.1.9.9.91.1.1.1.1.4.7 = 44 .1.3.6.1.4.1.9.9.91.1.1.1.1.4.8 = 56 .1.3.6.1.4.1.9.9.91.1.1.1.1.4.24 = 4 .1.3.6.1.4.1.9.9.91.1.1.1.1.4.25 = 12 .1.3.6.1.4.1.9.9.91.1.1.1.1.4.26 = 233 .1.3.6.1.4.1.9.9.91.1.1.1.1.4.27 = 45 .1.3.6.1.4.1.9.9.91.1.1.1.1.4.28 = 55 .1.3.6.1.4.1.9.9.91.1.1.1.1.4.7001 = 3295 .1.3.6.1.4.1.9.9.91.1.1.1.1.4.7002 = 1000 .1.3.6.1.4.1.9.9.91.1.1.1.1.4.7003 = 2495 .1.3.6.1.4.1.9.9.91.1.1.1.1.4.7004 = 2485 .1.3.6.1.4.1.9.9.91.1.1.1.1.4.7005 = 1196 .1.3.6.1.4.1.9.9.91.1.1.1.1.4.7006 = 1796 .1.3.6.1.4.1.9.9.91.1.1.1.1.4.7007 = 11938 .1.3.6.1.4.1.9.9.91.1.1.1.1.4.7008 = 4995 .1.3.6.1.4.1.9.9.91.1.1.1.1.4.7009 = 1198 .1.3.6.1.4.1.9.9.91.1.1.1.1.4.7010 = 900 .1.3.6.1.4.1.9.9.91.1.1.1.1.4.7011 = 1098 .1.3.6.1.4.1.9.9.91.1.1.1.1.4.7012 = 1000 .1.3.6.1.4.1.9.9.91.1.1.1.1.4.7013 = 1489 .1.3.6.1.4.1.9.9.91.1.1.1.1.4.7014 = 1196 .1.3.6.1.4.1.9.9.91.1.1.1.1.4.7015 = 1040 .1.3.6.1.4.1.9.9.91.1.1.1.1.4.7016 = 11938 .1.3.6.1.4.1.9.9.91.1.1.1.1.4.7017 = 4995 .1.3.6.1.4.1.9.9.91.1.1.1.1.4.7018 = 751 .1.3.6.1.4.1.9.9.91.1.1.1.1.4.7019 = 2497 .1.3.6.1.4.1.9.9.91.1.1.1.1.4.7020 = 44 .1.3.6.1.4.1.9.9.91.1.1.1.1.4.7021 = 39 .1.3.6.1.4.1.9.9.91.1.1.1.1.4.7022 = 45 .1.3.6.1.4.1.9.9.91.1.1.1.1.4.7023 = 56 .1.3.6.1.4.1.9.9.91.1.1.1.1.4.7024 = 34 .1.3.6.1.4.1.9.9.91.1.1.1.1.4.7025 = 41 .1.3.6.1.4.1.9.9.91.1.1.1.1.4.7026 = 52 .1.3.6.1.4.1.9.9.91.1.1.1.1.4.7027 = 51 .1.3.6.1.4.1.9.9.91.1.1.1.1.4.7028 = 47 .1.3.6.1.4.1.9.9.91.1.1.1.1.4.7029 = 58 .1.3.6.1.4.1.9.9.91.1.1.1.1.4.7030 = 34 SQL[SELECT *, `sensors`.`sensor_id` AS `sensor_id` FROM `sensors` LEFT JOIN `sensors-state` ON `sensors`.sensor_id = `sensors-state`.sensor_id WHERE `sensor_class` = 'temperature' AND `device_id` = '25']  Checking (snmp) temperature Cisco ASR1001 AC Power Supply - Inlet - Inlet P0/3 value taken from oid_cache 44 C RRD[cmd[update /opt/observium/rrd/krtn-tc1-pe01.core.korton.net/sensor-temperature-cisco-entity-sensor-7.rrd N:44]  stdout[OK u:0.00 s:0.00 r:4.59]  stderr[]] Checking alerts Array ( [sensor_value] => 44 [sensor_event] => up ) == array( [sensor_value] => int(44) [sensor_event] => string(2) "up" ) Checking alert 4 associated by 4 replaced @sensor_limit with 80 from entity. Testing: sensor_value greater 80 (value: 44) OK Checks OK. SQL[UPDATE `alert_table-state` set `state` ='{\"metrics\":{\"sensor_value\":44}}',`count` ='0',`alert_status` ='1',`last_message` ='Checks OK',`last_checked` ='1398860765' WHERE `alert_table_id` = '4939']  SQL[UPDATE `sensors-state` set `sensor_value` ='44',`sensor_polled` ='1398860765' WHERE `sensor_id` = '172']  Checking (snmp) temperature Cisco ASR1001 AC Power Supply - Internal - Internal P0/4 value taken from oid_cache 56 C RRD[cmd[update /opt/observium/rrd/krtn-tc1-pe01.core.korton.net/sensor-temperature-cisco-entity-sensor-8.rrd N:56]  stdout[OK u:0.00 s:0.00 r:4.59]  stderr[]] Checking alerts Array ( [sensor_value] => 56 [sensor_event] => up ) == array( [sensor_value] => int(56) [sensor_event] => string(2) "up" ) Checking alert 4 associated by 4 replaced @sensor_limit with 140 from entity. Testing: sensor_value greater 140 (value: 56) OK Checks OK. SQL[UPDATE `alert_table-state` set `state` ='{\"metrics\":{\"sensor_value\":56}}',`count` ='0',`alert_status` ='1',`last_message` ='Checks OK',`last_checked` ='1398860766' WHERE `alert_table_id` = '4940']  SQL[UPDATE `sensors-state` set `sensor_value` ='56',`sensor_polled` ='1398860766' WHERE `sensor_id` = '173']  Checking (snmp) temperature Cisco ASR1001 AC Power Supply - Inlet - Inlet P1/3 value taken from oid_cache 45 C RRD[cmd[update /opt/observium/rrd/krtn-tc1-pe01.core.korton.net/sensor-temperature-cisco-entity-sensor-27.rrd N:45]  stdout[OK u:0.00 s:0.00 r:4.61]  stderr[]] Checking alerts Array ( [sensor_value] => 45 [sensor_event] => up ) == array( [sensor_value] => int(45) [sensor_event] => string(2) "up" ) Checking alert 4 associated by 4 replaced @sensor_limit with 80 from entity. Testing: sensor_value greater 80 (value: 45) OK Checks OK. SQL[UPDATE `alert_table-state` set `state` ='{\"metrics\":{\"sensor_value\":45}}',`count` ='0',`alert_status` ='1',`last_message` ='Checks OK',`last_checked` ='1398860766' WHERE `alert_table_id` = '4944']  SQL[UPDATE `sensors-state` set `sensor_value` ='45',`sensor_polled` ='1398860766' WHERE `sensor_id` = '177']  Checking (snmp) temperature Cisco ASR1001 AC Power Supply - Internal - Internal P1/4 value taken from oid_cache 55 C RRD[cmd[update /opt/observium/rrd/krtn-tc1-pe01.core.korton.net/sensor-temperature-cisco-entity-sensor-28.rrd N:55]  stdout[OK u:0.00 s:0.00 r:4.65]  stderr[]] Checking alerts Array ( [sensor_value] => 55 [sensor_event] => up ) == array( [sensor_value] => int(55) [sensor_event] => string(2) "up" ) Checking alert 4 associated by 4 replaced @sensor_limit with 140 from entity. Testing: sensor_value greater 140 (value: 55) OK Checks OK. SQL[UPDATE `alert_table-state` set `state` ='{\"metrics\":{\"sensor_value\":55}}',`count` ='0',`alert_status` ='1',`last_message` ='Checks OK',`last_checked` ='1398860766' WHERE `alert_table_id` = '4945']  SQL[UPDATE `sensors-state` set `sensor_value` ='55',`sensor_polled` ='1398860766' WHERE `sensor_id` = '178']  Checking (snmp) temperature Cisco ASR1001 RP - Middle - Middle R0/19 value taken from oid_cache 44 C RRD[cmd[update /opt/observium/rrd/krtn-tc1-pe01.core.korton.net/sensor-temperature-cisco-entity-sensor-7020.rrd N:44]  stdout[OK u:0.00 s:0.00 r:4.67]  stderr[]] Checking alerts Array ( [sensor_value] => 44 [sensor_event] => up ) == array( [sensor_value] => int(44) [sensor_event] => string(2) "up" ) Checking alert 4 associated by 4 replaced @sensor_limit with 77 from entity. Testing: sensor_value greater 77 (value: 44) OK Checks OK. SQL[UPDATE `alert_table-state` set `state` ='{\"metrics\":{\"sensor_value\":44}}',`count` ='0',`alert_status` ='1',`last_message` ='Checks OK',`last_checked` ='1398860766' WHERE `alert_table_id` = '4965']  SQL[UPDATE `sensors-state` set `sensor_value` ='44',`sensor_polled` ='1398860766' WHERE `sensor_id` = '198']  Checking (snmp) temperature Cisco ASR1001 RP - CPU Die - CPU Die R0/20 value taken from oid_cache 39 C RRD[cmd[update /opt/observium/rrd/krtn-tc1-pe01.core.korton.net/sensor-temperature-cisco-entity-sensor-7021.rrd N:39]  stdout[OK u:0.00 s:0.00 r:4.68]  stderr[]] Checking alerts Array ( [sensor_value] => 39 [sensor_event] => up ) == array( [sensor_value] => int(39) [sensor_event] => string(2) "up" ) Checking alert 4 associated by 4 replaced @sensor_limit with 120 from entity. Testing: sensor_value greater 120 (value: 39) OK Checks OK. SQL[UPDATE `alert_table-state` set `state` ='{\"metrics\":{\"sensor_value\":39}}',`count` ='0',`alert_status` ='1',`last_message` ='Checks OK',`last_checked` ='1398860766' WHERE `alert_table_id` = '4966']  SQL[UPDATE `sensors-state` set `sensor_value` ='39',`sensor_polled` ='1398860766' WHERE `sensor_id` = '199']  Checking (snmp) temperature Cisco ASR1001 RP - Top Left - Top Left R0/21 value taken from oid_cache 45 C RRD[cmd[update /opt/observium/rrd/krtn-tc1-pe01.core.korton.net/sensor-temperature-cisco-entity-sensor-7022.rrd N:45]  stdout[OK u:0.00 s:0.00 r:4.69]  stderr[]] Checking alerts Array ( [sensor_value] => 45 [sensor_event] => up ) == array( [sensor_value] => int(45) [sensor_event] => string(2) "up" ) Checking alert 4 associated by 4 replaced @sensor_limit with 79 from entity. Testing: sensor_value greater 79 (value: 45) OK Checks OK. SQL[UPDATE `alert_table-state` set `state` ='{\"metrics\":{\"sensor_value\":45}}',`count` ='0',`alert_status` ='1',`last_message` ='Checks OK',`last_checked` ='1398860766' WHERE `alert_table_id` = '4967']  SQL[UPDATE `sensors-state` set `sensor_value` ='45',`sensor_polled` ='1398860766' WHERE `sensor_id` = '200']  Checking (snmp) temperature Cisco ASR1001 RP - Asic1 - Asic1 R0/22 value taken from oid_cache 56 C RRD[cmd[update /opt/observium/rrd/krtn-tc1-pe01.core.korton.net/sensor-temperature-cisco-entity-sensor-7023.rrd N:56]  stdout[OK u:0.00 s:0.00 r:4.74]  stderr[]] Checking alerts Array ( [sensor_value] => 56 [sensor_event] => up ) == array( [sensor_value] => int(56) [sensor_event] => string(2) "up" ) Checking alert 4 associated by 4 replaced @sensor_limit with 120 from entity. Testing: sensor_value greater 120 (value: 56) OK Checks OK. SQL[UPDATE `alert_table-state` set `state` ='{\"metrics\":{\"sensor_value\":56}}',`count` ='0',`alert_status` ='1',`last_message` ='Checks OK',`last_checked` ='1398860766' WHERE `alert_table_id` = '4968']  SQL[UPDATE `sensors-state` set `sensor_value` ='56',`sensor_polled` ='1398860766' WHERE `sensor_id` = '201']  Checking (snmp) temperature Cisco ASR1001 RP - Inlet - Inlet R0/23 value taken from oid_cache 34 C RRD[cmd[update /opt/observium/rrd/krtn-tc1-pe01.core.korton.net/sensor-temperature-cisco-entity-sensor-7024.rrd N:34]  stdout[OK u:0.00 s:0.00 r:4.75]  stderr[]] Checking alerts Array ( [sensor_value] => 34 [sensor_event] => up ) == array( [sensor_value] => int(34) [sensor_event] => string(2) "up" ) Checking alert 4 associated by 4 replaced @sensor_limit with 61 from entity. Testing: sensor_value greater 61 (value: 34) OK Checks OK. SQL[UPDATE `alert_table-state` set `state` ='{\"metrics\":{\"sensor_value\":34}}',`count` ='0',`alert_status` ='1',`last_message` ='Checks OK',`last_checked` ='1398860766' WHERE `alert_table_id` = '4969']  SQL[UPDATE `sensors-state` set `sensor_value` ='34',`sensor_polled` ='1398860766' WHERE `sensor_id` = '202']  Checking (snmp) temperature Cisco ASR1001 RP - Asic3 - Asic3 R0/24 value taken from oid_cache 41 C RRD[cmd[update /opt/observium/rrd/krtn-tc1-pe01.core.korton.net/sensor-temperature-cisco-entity-sensor-7025.rrd N:41]  stdout[OK u:0.00 s:0.00 r:4.76]  stderr[]] Checking alerts Array ( [sensor_value] => 41 [sensor_event] => up ) == array( [sensor_value] => int(41) [sensor_event] => string(2) "up" ) Checking alert 4 associated by 4 replaced @sensor_limit with 120 from entity. Testing: sensor_value greater 120 (value: 41) OK Checks OK. SQL[UPDATE `alert_table-state` set `state` ='{\"metrics\":{\"sensor_value\":41}}',`count` ='0',`alert_status` ='1',`last_message` ='Checks OK',`last_checked` ='1398860766' WHERE `alert_table_id` = '4970']  SQL[UPDATE `sensors-state` set `sensor_value` ='41',`sensor_polled` ='1398860766' WHERE `sensor_id` = '203']  Checking (snmp) temperature Cisco ASR1001 RP - Rear - Rear R0/25 value taken from oid_cache 52 C RRD[cmd[update /opt/observium/rrd/krtn-tc1-pe01.core.korton.net/sensor-temperature-cisco-entity-sensor-7026.rrd N:52]  stdout[OK u:0.00 s:0.00 r:4.79]  stderr[]] Checking alerts Array ( [sensor_value] => 52 [sensor_event] => up ) == array( [sensor_value] => int(52) [sensor_event] => string(2) "up" ) Checking alert 4 associated by 4 replaced @sensor_limit with 89 from entity. Testing: sensor_value greater 89 (value: 52) OK Checks OK. SQL[UPDATE `alert_table-state` set `state` ='{\"metrics\":{\"sensor_value\":52}}',`count` ='0',`alert_status` ='1',`last_message` ='Checks OK',`last_checked` ='1398860766' WHERE `alert_table_id` = '4971']  SQL[UPDATE `sensors-state` set `sensor_value` ='52',`sensor_polled` ='1398860766' WHERE `sensor_id` = '204']  Checking (snmp) temperature Cisco ASR1001 RP - Asic2 - Asic2 R0/26 value taken from oid_cache 51 C RRD[cmd[update /opt/observium/rrd/krtn-tc1-pe01.core.korton.net/sensor-temperature-cisco-entity-sensor-7027.rrd N:51]  stdout[OK u:0.00 s:0.00 r:4.80]  stderr[]] Checking alerts Array ( [sensor_value] => 51 [sensor_event] => up ) == array( [sensor_value] => int(51) [sensor_event] => string(2) "up" ) Checking alert 4 associated by 4 replaced @sensor_limit with 120 from entity. Testing: sensor_value greater 120 (value: 51) OK Checks OK. SQL[UPDATE `alert_table-state` set `state` ='{\"metrics\":{\"sensor_value\":51}}',`count` ='0',`alert_status` ='1',`last_message` ='Checks OK',`last_checked` ='1398860766' WHERE `alert_table_id` = '4972']  SQL[UPDATE `sensors-state` set `sensor_value` ='51',`sensor_polled` ='1398860766' WHERE `sensor_id` = '205']  Checking (snmp) temperature Cisco ASR1001 RP - Mid Frnt - Mid Frnt R0/27 value taken from oid_cache 47 C RRD[cmd[update /opt/observium/rrd/krtn-tc1-pe01.core.korton.net/sensor-temperature-cisco-entity-sensor-7028.rrd N:47]  stdout[OK u:0.00 s:0.00 r:4.81]  stderr[]] Checking alerts Array ( [sensor_value] => 47 [sensor_event] => up ) == array( [sensor_value] => int(47) [sensor_event] => string(2) "up" ) Checking alert 4 associated by 4 replaced @sensor_limit with 82 from entity. Testing: sensor_value greater 82 (value: 47) OK Checks OK. SQL[UPDATE `alert_table-state` set `state` ='{\"metrics\":{\"sensor_value\":47}}',`count` ='0',`alert_status` ='1',`last_message` ='Checks OK',`last_checked` ='1398860766' WHERE `alert_table_id` = '4973']  SQL[UPDATE `sensors-state` set `sensor_value` ='47',`sensor_polled` ='1398860766' WHERE `sensor_id` = '206']  Checking (snmp) temperature Cisco ASR1001 RP - MCH Die - MCH Die R0/28 value taken from oid_cache 58 C RRD[cmd[update /opt/observium/rrd/krtn-tc1-pe01.core.korton.net/sensor-temperature-cisco-entity-sensor-7029.rrd N:58]  stdout[OK u:0.00 s:0.00 r:4.83]  stderr[]] Checking alerts Array ( [sensor_value] => 58 [sensor_event] => up ) == array( [sensor_value] => int(58) [sensor_event] => string(2) "up" ) Checking alert 4 associated by 4 replaced @sensor_limit with 120 from entity. Testing: sensor_value greater 120 (value: 58) OK Checks OK. SQL[UPDATE `alert_table-state` set `state` ='{\"metrics\":{\"sensor_value\":58}}',`count` ='0',`alert_status` ='1',`last_message` ='Checks OK',`last_checked` ='1398860766' WHERE `alert_table_id` = '4974']  SQL[UPDATE `sensors-state` set `sensor_value` ='58',`sensor_polled` ='1398860766' WHERE `sensor_id` = '207']  Checking (snmp) temperature Cisco ASR1001 RP - FC - FC R0/29 value taken from oid_cache 34 C RRD[cmd[update /opt/observium/rrd/krtn-tc1-pe01.core.korton.net/sensor-temperature-cisco-entity-sensor-7030.rrd N:34]  stdout[OK u:0.00 s:0.00 r:4.83]  stderr[]] Checking alerts Array ( [sensor_value] => 34 [sensor_event] => up ) == array( [sensor_value] => int(34) [sensor_event] => string(2) "up" ) Checking alert 4 associated by 4 replaced @sensor_limit with 56 from entity. Testing: sensor_value greater 56 (value: 34) OK Checks OK. SQL[UPDATE `alert_table-state` set `state` ='{\"metrics\":{\"sensor_value\":34}}',`count` ='0',`alert_status` ='1',`last_message` ='Checks OK',`last_checked` ='1398860766' WHERE `alert_table_id` = '4975']  SQL[UPDATE `sensors-state` set `sensor_value` ='34',`sensor_polled` ='1398860766' WHERE `sensor_id` = '208']  SQL[SELECT *, `sensors`.`sensor_id` AS `sensor_id` FROM `sensors` LEFT JOIN `sensors-state` ON `sensors`.sensor_id = `sensors-state`.sensor_id WHERE `sensor_class` = 'humidity' AND `device_id` = '25']  SQL[SELECT *, `sensors`.`sensor_id` AS `sensor_id` FROM `sensors` LEFT JOIN `sensors-state` ON `sensors`.sensor_id = `sensors-state`.sensor_id WHERE `sensor_class` = 'fanspeed' AND `device_id` = '25']  SQL[SELECT *, `sensors`.`sensor_id` AS `sensor_id` FROM `sensors` LEFT JOIN `sensors-state` ON `sensors`.sensor_id = `sensors-state`.sensor_id WHERE `sensor_class` = 'airflow' AND `device_id` = '25']  SQL[SELECT *, `sensors`.`sensor_id` AS `sensor_id` FROM `sensors` LEFT JOIN `sensors-state` ON `sensors`.sensor_id = `sensors-state`.sensor_id WHERE `sensor_class` = 'voltage' AND `device_id` = '25']  Checking (snmp) voltage Cisco ASR1001 AC Power Supply - PEM Vout - PEM Vout P0/1 value taken from oid_cache 12 V RRD[cmd[update /opt/observium/rrd/krtn-tc1-pe01.core.korton.net/sensor-voltage-cisco-entity-sensor-5.rrd N:12]  stdout[OK u:0.00 s:0.00 r:4.87]  stderr[]] Checking alerts Array ( [sensor_value] => 12 [sensor_event] => up ) == array( [sensor_value] => int(12) [sensor_event] => string(2) "up" ) Checking alert 4 associated by 4 replaced @sensor_limit with 15.8 from entity. Testing: sensor_value greater 15.8 (value: 12) OK Checks OK. SQL[UPDATE `alert_table-state` set `state` ='{\"metrics\":{\"sensor_value\":12}}',`count` ='0',`alert_status` ='1',`last_message` ='Checks OK',`last_checked` ='1398860766' WHERE `alert_table_id` = '4937']  SQL[UPDATE `sensors-state` set `sensor_value` ='12',`sensor_polled` ='1398860766' WHERE `sensor_id` = '170']  Checking (snmp) voltage Cisco ASR1001 AC Power Supply - PEM Vin - PEM Vin P0/2 value taken from oid_cache 232 V RRD[cmd[update /opt/observium/rrd/krtn-tc1-pe01.core.korton.net/sensor-voltage-cisco-entity-sensor-6.rrd N:232]  stdout[OK u:0.00 s:0.00 r:4.89]  stderr[]] Checking alerts Array ( [sensor_value] => 232 [sensor_event] => up ) == array( [sensor_value] => int(232) [sensor_event] => string(2) "up" ) Checking alert 4 associated by 4 replaced @sensor_limit with 266.8 from entity. Testing: sensor_value greater 266.8 (value: 232) OK Checks OK. SQL[UPDATE `alert_table-state` set `state` ='{\"metrics\":{\"sensor_value\":232}}',`count` ='0',`alert_status` ='1',`last_message` ='Checks OK',`last_checked` ='1398860766' WHERE `alert_table_id` = '4938']  SQL[UPDATE `sensors-state` set `sensor_value` ='232',`sensor_polled` ='1398860766' WHERE `sensor_id` = '171']  Checking (snmp) voltage Cisco ASR1001 AC Power Supply - PEM Vout - PEM Vout P1/1 value taken from oid_cache 12 V RRD[cmd[update /opt/observium/rrd/krtn-tc1-pe01.core.korton.net/sensor-voltage-cisco-entity-sensor-25.rrd N:12]  stdout[OK u:0.00 s:0.00 r:4.91]  stderr[]] Checking alerts Array ( [sensor_value] => 12 [sensor_event] => up ) == array( [sensor_value] => int(12) [sensor_event] => string(2) "up" ) Checking alert 4 associated by 4 replaced @sensor_limit with 15.8 from entity. Testing: sensor_value greater 15.8 (value: 12) OK Checks OK. SQL[UPDATE `alert_table-state` set `state` ='{\"metrics\":{\"sensor_value\":12}}',`count` ='0',`alert_status` ='1',`last_message` ='Checks OK',`last_checked` ='1398860766' WHERE `alert_table_id` = '4942']  SQL[UPDATE `sensors-state` set `sensor_value` ='12',`sensor_polled` ='1398860766' WHERE `sensor_id` = '175']  Checking (snmp) voltage Cisco ASR1001 AC Power Supply - PEM Vin - PEM Vin P1/2 value taken from oid_cache 233 V RRD[cmd[update /opt/observium/rrd/krtn-tc1-pe01.core.korton.net/sensor-voltage-cisco-entity-sensor-26.rrd N:233]  stdout[OK u:0.00 s:0.00 r:4.94]  stderr[]] Checking alerts Array ( [sensor_value] => 233 [sensor_event] => up ) == array( [sensor_value] => int(233) [sensor_event] => string(2) "up" ) Checking alert 4 associated by 4 replaced @sensor_limit with 267.95 from entity. Testing: sensor_value greater 267.95 (value: 233) OK Checks OK. SQL[UPDATE `alert_table-state` set `state` ='{\"metrics\":{\"sensor_value\":233}}',`count` ='0',`alert_status` ='1',`last_message` ='Checks OK',`last_checked` ='1398860766' WHERE `alert_table_id` = '4943']  SQL[UPDATE `sensors-state` set `sensor_value` ='233',`sensor_polled` ='1398860766' WHERE `sensor_id` = '176']  Checking (snmp) voltage Cisco ASR1001 RP - V1: VMA - V1: VMA R0/0 value taken from oid_cache 3.295 V RRD[cmd[update /opt/observium/rrd/krtn-tc1-pe01.core.korton.net/sensor-voltage-cisco-entity-sensor-7001.rrd N:3.295]  stdout[OK u:0.00 s:0.00 r:4.94]  stderr[]] Checking alerts Array ( [sensor_value] => 3.295 [sensor_event] => up ) == array( [sensor_value] => double(3.295) [sensor_event] => string(2) "up" ) Checking alert 4 associated by 4 replaced @sensor_limit with 3.78925 from entity. Testing: sensor_value greater 3.78925 (value: 3.295) FAIL Checks failed. Generate alert. SQL[UPDATE `alert_table-state` set `state` ='{\"metrics\":{\"sensor_value\":3.295},\"failed\":[{\"value\":\"3.78925\",\"condition\":\"greater\",\"metric\":\"sensor_value\"}]}',`count` ='586',`alert_status` ='0',`last_message` ='Checks failed',`last_checked` ='1398860766' WHERE `alert_table_id` = '4946']  SQL[UPDATE `sensors-state` set `sensor_value` ='3.295',`sensor_polled` ='1398860766' WHERE `sensor_id` = '179']  Checking (snmp) voltage Cisco ASR1001 RP - V1: VMB - V1: VMB R0/1 value taken from oid_cache 1 V RRD[cmd[update /opt/observium/rrd/krtn-tc1-pe01.core.korton.net/sensor-voltage-cisco-entity-sensor-7002.rrd N:1]  stdout[OK u:0.00 s:0.00 r:4.96]  stderr[]] Checking alerts Array ( [sensor_value] => 1 [sensor_event] => up ) == array( [sensor_value] => double(1) [sensor_event] => string(2) "up" ) Checking alert 4 associated by 4 replaced @sensor_limit with 1.1454 from entity. Testing: sensor_value greater 1.1454 (value: 1) OK Checks OK. SQL[UPDATE `alert_table-state` set `state` ='{\"metrics\":{\"sensor_value\":1}}',`count` ='0',`alert_status` ='1',`last_message` ='Checks OK',`last_checked` ='1398860766' WHERE `alert_table_id` = '4947']  SQL[UPDATE `sensors-state` set `sensor_value` ='1',`sensor_polled` ='1398860766' WHERE `sensor_id` = '180']  Checking (snmp) voltage Cisco ASR1001 RP - V1: VMC - V1: VMC R0/2 value taken from oid_cache 2.495 V RRD[cmd[update /opt/observium/rrd/krtn-tc1-pe01.core.korton.net/sensor-voltage-cisco-entity-sensor-7003.rrd N:2.495]  stdout[OK u:0.00 s:0.00 r:4.98]  stderr[]] Checking alerts Array ( [sensor_value] => 2.495 [sensor_event] => up ) == array( [sensor_value] => double(2.495) [sensor_event] => string(2) "up" ) Checking alert 4 associated by 4 replaced @sensor_limit with 2.86925 from entity. Testing: sensor_value greater 2.86925 (value: 2.495) FAIL Checks failed. Generate alert. SQL[UPDATE `alert_table-state` set `state` ='{\"metrics\":{\"sensor_value\":2.495},\"failed\":[{\"value\":\"2.86925\",\"condition\":\"greater\",\"metric\":\"sensor_value\"}]}',`count` ='586',`alert_status` ='0',`last_message` ='Checks failed',`last_checked` ='1398860766' WHERE `alert_table_id` = '4948']  SQL[UPDATE `sensors-state` set `sensor_value` ='2.495',`sensor_polled` ='1398860766' WHERE `sensor_id` = '181']  Checking (snmp) voltage Cisco ASR1001 RP - V1: VMD - V1: VMD R0/3 value taken from oid_cache 2.485 V RRD[cmd[update /opt/observium/rrd/krtn-tc1-pe01.core.korton.net/sensor-voltage-cisco-entity-sensor-7004.rrd N:2.485]  stdout[OK u:0.00 s:0.00 r:4.98]  stderr[]] Checking alerts Array ( [sensor_value] => 2.485 [sensor_event] => up ) == array( [sensor_value] => double(2.485) [sensor_event] => string(2) "up" ) Checking alert 4 associated by 4 replaced @sensor_limit with 2.85775 from entity. Testing: sensor_value greater 2.85775 (value: 2.485) FAIL Checks failed. Generate alert. SQL[UPDATE `alert_table-state` set `state` ='{\"metrics\":{\"sensor_value\":2.485},\"failed\":[{\"value\":\"2.85775\",\"condition\":\"greater\",\"metric\":\"sensor_value\"}]}',`count` ='586',`alert_status` ='0',`last_message` ='Checks failed',`last_checked` ='1398860766' WHERE `alert_table_id` = '4949']  SQL[UPDATE `sensors-state` set `sensor_value` ='2.485',`sensor_polled` ='1398860766' WHERE `sensor_id` = '182']  Checking (snmp) voltage Cisco ASR1001 RP - V1: VME - V1: VME R0/4 value taken from oid_cache 1.196 V RRD[cmd[update /opt/observium/rrd/krtn-tc1-pe01.core.korton.net/sensor-voltage-cisco-entity-sensor-7005.rrd N:1.196]  stdout[OK u:0.00 s:0.00 r:5.00]  stderr[]] Checking alerts Array ( [sensor_value] => 1.196 [sensor_event] => up ) == array( [sensor_value] => double(1.196) [sensor_event] => string(2) "up" ) Checking alert 4 associated by 4 replaced @sensor_limit with 1.3754 from entity. Testing: sensor_value greater 1.3754 (value: 1.196) FAIL Checks failed. Generate alert. SQL[UPDATE `alert_table-state` set `state` ='{\"metrics\":{\"sensor_value\":1.196},\"failed\":[{\"value\":\"1.3754\",\"condition\":\"greater\",\"metric\":\"sensor_value\"}]}',`count` ='586',`alert_status` ='0',`last_message` ='Checks failed',`last_checked` ='1398860766' WHERE `alert_table_id` = '4950']  SQL[UPDATE `sensors-state` set `sensor_value` ='1.196',`sensor_polled` ='1398860766' WHERE `sensor_id` = '183']  Checking (snmp) voltage Cisco ASR1001 RP - V1: VMF - V1: VMF R0/5 value taken from oid_cache 1.796 V RRD[cmd[update /opt/observium/rrd/krtn-tc1-pe01.core.korton.net/sensor-voltage-cisco-entity-sensor-7006.rrd N:1.796]  stdout[OK u:0.00 s:0.00 r:5.01]  stderr[]] Checking alerts Array ( [sensor_value] => 1.796 [sensor_event] => up ) == array( [sensor_value] => double(1.796) [sensor_event] => string(2) "up" ) Checking alert 4 associated by 4 replaced @sensor_limit with 2.0654 from entity. Testing: sensor_value greater 2.0654 (value: 1.796) OK Checks OK. SQL[UPDATE `alert_table-state` set `state` ='{\"metrics\":{\"sensor_value\":1.796}}',`count` ='0',`alert_status` ='1',`last_message` ='Checks OK',`last_checked` ='1398860766' WHERE `alert_table_id` = '4951']  SQL[UPDATE `sensors-state` set `sensor_value` ='1.796',`sensor_polled` ='1398860766' WHERE `sensor_id` = '184']  Checking (snmp) voltage Cisco ASR1001 RP - V1: 12v - V1: 12v R0/6 value taken from oid_cache 11.938 V RRD[cmd[update /opt/observium/rrd/krtn-tc1-pe01.core.korton.net/sensor-voltage-cisco-entity-sensor-7007.rrd N:11.938]  stdout[OK u:0.00 s:0.00 r:5.03]  stderr[]] Checking alerts Array ( [sensor_value] => 11.938 [sensor_event] => up ) == array( [sensor_value] => double(11.938) [sensor_event] => string(2) "up" ) Checking alert 4 associated by 4 replaced @sensor_limit with 13.7287 from entity. Testing: sensor_value greater 13.7287 (value: 11.938) OK Checks OK. SQL[UPDATE `alert_table-state` set `state` ='{\"metrics\":{\"sensor_value\":11.938}}',`count` ='0',`alert_status` ='1',`last_message` ='Checks OK',`last_checked` ='1398860766' WHERE `alert_table_id` = '4952']  SQL[UPDATE `sensors-state` set `sensor_value` ='11.938',`sensor_polled` ='1398860766' WHERE `sensor_id` = '185']  Checking (snmp) voltage Cisco ASR1001 RP - V1: VDD - V1: VDD R0/7 value taken from oid_cache 4.995 V RRD[cmd[update /opt/observium/rrd/krtn-tc1-pe01.core.korton.net/sensor-voltage-cisco-entity-sensor-7008.rrd N:4.995]  stdout[OK u:0.00 s:0.00 r:5.06]  stderr[]] Checking alerts Array ( [sensor_value] => 4.995 [sensor_event] => up ) == array( [sensor_value] => double(4.995) [sensor_event] => string(2) "up" ) Checking alert 4 associated by 4 replaced @sensor_limit with 5.74425 from entity. Testing: sensor_value greater 5.74425 (value: 4.995) OK Checks OK. SQL[UPDATE `alert_table-state` set `state` ='{\"metrics\":{\"sensor_value\":4.995}}',`count` ='0',`alert_status` ='1',`last_message` ='Checks OK',`last_checked` ='1398860766' WHERE `alert_table_id` = '4953']  SQL[UPDATE `sensors-state` set `sensor_value` ='4.995',`sensor_polled` ='1398860766' WHERE `sensor_id` = '186']  Checking (snmp) voltage Cisco ASR1001 RP - V1: GP1 - V1: GP1 R0/8 value taken from oid_cache 1.198 V RRD[cmd[update /opt/observium/rrd/krtn-tc1-pe01.core.korton.net/sensor-voltage-cisco-entity-sensor-7009.rrd N:1.198]  stdout[OK u:0.00 s:0.00 r:5.08]  stderr[]] Checking alerts Array ( [sensor_value] => 1.198 [sensor_event] => up ) == array( [sensor_value] => double(1.198) [sensor_event] => string(2) "up" ) Checking alert 4 associated by 4 replaced @sensor_limit with 1.3777 from entity. Testing: sensor_value greater 1.3777 (value: 1.198) FAIL Checks failed. Generate alert. SQL[UPDATE `alert_table-state` set `state` ='{\"metrics\":{\"sensor_value\":1.198},\"failed\":[{\"value\":\"1.3777\",\"condition\":\"greater\",\"metric\":\"sensor_value\"}]}',`count` ='586',`alert_status` ='0',`last_message` ='Checks failed',`last_checked` ='1398860766' WHERE `alert_table_id` = '4954']  SQL[UPDATE `sensors-state` set `sensor_value` ='1.198',`sensor_polled` ='1398860766' WHERE `sensor_id` = '187']  Checking (snmp) voltage Cisco ASR1001 RP - V1: GP2 - V1: GP2 R0/9 value taken from oid_cache 0.9 V RRD[cmd[update /opt/observium/rrd/krtn-tc1-pe01.core.korton.net/sensor-voltage-cisco-entity-sensor-7010.rrd N:0.9]  stdout[OK u:0.00 s:0.00 r:5.10]  stderr[]] Checking alerts Array ( [sensor_value] => 0.9 [sensor_event] => up ) == array( [sensor_value] => double(0.9) [sensor_event] => string(2) "up" ) Checking alert 4 associated by 4 replaced @sensor_limit with 1.03845 from entity. Testing: sensor_value greater 1.03845 (value: 0.9) OK Checks OK. SQL[UPDATE `alert_table-state` set `state` ='{\"metrics\":{\"sensor_value\":0.9}}',`count` ='0',`alert_status` ='1',`last_message` ='Checks OK',`last_checked` ='1398860766' WHERE `alert_table_id` = '4955']  SQL[UPDATE `sensors-state` set `sensor_value` ='0.9',`sensor_polled` ='1398860766' WHERE `sensor_id` = '188']  Checking (snmp) voltage Cisco ASR1001 RP - V2: VMA - V2: VMA R0/10 value taken from oid_cache 1.098 V RRD[cmd[update /opt/observium/rrd/krtn-tc1-pe01.core.korton.net/sensor-voltage-cisco-entity-sensor-7011.rrd N:1.098]  stdout[OK u:0.00 s:0.00 r:5.13]  stderr[]] Checking alerts Array ( [sensor_value] => 1.098 [sensor_event] => up ) == array( [sensor_value] => double(1.098) [sensor_event] => string(2) "up" ) Checking alert 4 associated by 4 replaced @sensor_limit with 1.25695 from entity. Testing: sensor_value greater 1.25695 (value: 1.098) FAIL Checks failed. Generate alert. SQL[UPDATE `alert_table-state` set `state` ='{\"metrics\":{\"sensor_value\":1.098},\"failed\":[{\"value\":\"1.25695\",\"condition\":\"greater\",\"metric\":\"sensor_value\"}]}',`count` ='586',`alert_status` ='0',`last_message` ='Checks failed',`last_checked` ='1398860766' WHERE `alert_table_id` = '4956']  SQL[UPDATE `sensors-state` set `sensor_value` ='1.098',`sensor_polled` ='1398860766' WHERE `sensor_id` = '189']  Checking (snmp) voltage Cisco ASR1001 RP - V2: VMB - V2: VMB R0/11 value taken from oid_cache 1 V RRD[cmd[update /opt/observium/rrd/krtn-tc1-pe01.core.korton.net/sensor-voltage-cisco-entity-sensor-7012.rrd N:1]  stdout[OK u:0.00 s:0.00 r:5.13]  stderr[]] Checking alerts Array ( [sensor_value] => 1 [sensor_event] => up ) == array( [sensor_value] => double(1) [sensor_event] => string(2) "up" ) Checking alert 4 associated by 4 replaced @sensor_limit with 1.15 from entity. Testing: sensor_value greater 1.15 (value: 1) OK Checks OK. SQL[UPDATE `alert_table-state` set `state` ='{\"metrics\":{\"sensor_value\":1}}',`count` ='0',`alert_status` ='1',`last_message` ='Checks OK',`last_checked` ='1398860766' WHERE `alert_table_id` = '4957']  SQL[UPDATE `sensors-state` set `sensor_value` ='1',`sensor_polled` ='1398860766' WHERE `sensor_id` = '190']  Checking (snmp) voltage Cisco ASR1001 RP - V2: VMC - V2: VMC R0/12 value taken from oid_cache 1.489 V RRD[cmd[update /opt/observium/rrd/krtn-tc1-pe01.core.korton.net/sensor-voltage-cisco-entity-sensor-7013.rrd N:1.489]  stdout[OK u:0.00 s:0.00 r:5.14]  stderr[]] Checking alerts Array ( [sensor_value] => 1.489 [sensor_event] => up ) == array( [sensor_value] => double(1.489) [sensor_event] => string(2) "up" ) Checking alert 4 associated by 4 replaced @sensor_limit with 1.72385 from entity. Testing: sensor_value greater 1.72385 (value: 1.489) FAIL Checks failed. Generate alert. SQL[UPDATE `alert_table-state` set `state` ='{\"metrics\":{\"sensor_value\":1.489},\"failed\":[{\"value\":\"1.72385\",\"condition\":\"greater\",\"metric\":\"sensor_value\"}]}',`count` ='586',`alert_status` ='0',`last_message` ='Checks failed',`last_checked` ='1398860766' WHERE `alert_table_id` = '4958']  SQL[UPDATE `sensors-state` set `sensor_value` ='1.489',`sensor_polled` ='1398860766' WHERE `sensor_id` = '191']  Checking (snmp) voltage Cisco ASR1001 RP - V2: VMD - V2: VMD R0/13 value taken from oid_cache 1.196 V RRD[cmd[update /opt/observium/rrd/krtn-tc1-pe01.core.korton.net/sensor-voltage-cisco-entity-sensor-7014.rrd N:1.196]  stdout[OK u:0.00 s:0.00 r:5.15]  stderr[]] Checking alerts Array ( [sensor_value] => 1.196 [sensor_event] => up ) == array( [sensor_value] => double(1.196) [sensor_event] => string(2) "up" ) Checking alert 4 associated by 4 replaced @sensor_limit with 1.38115 from entity. Testing: sensor_value greater 1.38115 (value: 1.196) FAIL Checks failed. Generate alert. SQL[UPDATE `alert_table-state` set `state` ='{\"metrics\":{\"sensor_value\":1.196},\"failed\":[{\"value\":\"1.38115\",\"condition\":\"greater\",\"metric\":\"sensor_value\"}]}',`count` ='586',`alert_status` ='0',`last_message` ='Checks failed',`last_checked` ='1398860766' WHERE `alert_table_id` = '4959']  SQL[UPDATE `sensors-state` set `sensor_value` ='1.196',`sensor_polled` ='1398860766' WHERE `sensor_id` = '192']  Checking (snmp) voltage Cisco ASR1001 RP - V2: VMF - V2: VMF R0/14 value taken from oid_cache 1.04 V RRD[cmd[update /opt/observium/rrd/krtn-tc1-pe01.core.korton.net/sensor-voltage-cisco-entity-sensor-7015.rrd N:1.04]  stdout[OK u:0.01 s:0.00 r:5.17]  stderr[]] Checking alerts Array ( [sensor_value] => 1.04 [sensor_event] => up ) == array( [sensor_value] => double(1.04) [sensor_event] => string(2) "up" ) Checking alert 4 associated by 4 replaced @sensor_limit with 1.20635 from entity. Testing: sensor_value greater 1.20635 (value: 1.04) FAIL Checks failed. Generate alert. SQL[UPDATE `alert_table-state` set `state` ='{\"metrics\":{\"sensor_value\":1.04},\"failed\":[{\"value\":\"1.20635\",\"condition\":\"greater\",\"metric\":\"sensor_value\"}]}',`count` ='586',`alert_status` ='0',`last_message` ='Checks failed',`last_checked` ='1398860766' WHERE `alert_table_id` = '4960']  SQL[UPDATE `sensors-state` set `sensor_value` ='1.04',`sensor_polled` ='1398860766' WHERE `sensor_id` = '193']  Checking (snmp) voltage Cisco ASR1001 RP - V2: 12v - V2: 12v R0/15 value taken from oid_cache 11.938 V RRD[cmd[update /opt/observium/rrd/krtn-tc1-pe01.core.korton.net/sensor-voltage-cisco-entity-sensor-7016.rrd N:11.938]  stdout[OK u:0.01 s:0.00 r:5.18]  stderr[]] Checking alerts Array ( [sensor_value] => 11.938 [sensor_event] => up ) == array( [sensor_value] => double(11.938) [sensor_event] => string(2) "up" ) Checking alert 4 associated by 4 replaced @sensor_limit with 13.7459 from entity. Testing: sensor_value greater 13.7459 (value: 11.938) OK Checks OK. SQL[UPDATE `alert_table-state` set `state` ='{\"metrics\":{\"sensor_value\":11.938}}',`count` ='0',`alert_status` ='1',`last_message` ='Checks OK',`last_checked` ='1398860766' WHERE `alert_table_id` = '4961']  SQL[UPDATE `sensors-state` set `sensor_value` ='11.938',`sensor_polled` ='1398860766' WHERE `sensor_id` = '194']  Checking (snmp) voltage Cisco ASR1001 RP - V2: VDD - V2: VDD R0/16 value taken from oid_cache 4.995 V RRD[cmd[update /opt/observium/rrd/krtn-tc1-pe01.core.korton.net/sensor-voltage-cisco-entity-sensor-7017.rrd N:4.995]  stdout[OK u:0.01 s:0.00 r:5.19]  stderr[]] Checking alerts Array ( [sensor_value] => 4.995 [sensor_event] => up ) == array( [sensor_value] => double(4.995) [sensor_event] => string(2) "up" ) Checking alert 4 associated by 4 replaced @sensor_limit with 5.7385 from entity. Testing: sensor_value greater 5.7385 (value: 4.995) OK Checks OK. SQL[UPDATE `alert_table-state` set `state` ='{\"metrics\":{\"sensor_value\":4.995}}',`count` ='0',`alert_status` ='1',`last_message` ='Checks OK',`last_checked` ='1398860766' WHERE `alert_table_id` = '4962']  SQL[UPDATE `sensors-state` set `sensor_value` ='4.995',`sensor_polled` ='1398860766' WHERE `sensor_id` = '195']  Checking (snmp) voltage Cisco ASR1001 RP - V2: GP1 - V2: GP1 R0/17 value taken from oid_cache 0.751 V RRD[cmd[update /opt/observium/rrd/krtn-tc1-pe01.core.korton.net/sensor-voltage-cisco-entity-sensor-7018.rrd N:0.751]  stdout[OK u:0.01 s:0.00 r:5.21]  stderr[]] Checking alerts Array ( [sensor_value] => 0.751 [sensor_event] => up ) == array( [sensor_value] => double(0.751) [sensor_event] => string(2) "up" ) Checking alert 4 associated by 4 replaced @sensor_limit with 0.8809 from entity. Testing: sensor_value greater 0.8809 (value: 0.751) FAIL Checks failed. Generate alert. SQL[UPDATE `alert_table-state` set `state` ='{\"metrics\":{\"sensor_value\":0.751},\"failed\":[{\"value\":\"0.8809\",\"condition\":\"greater\",\"metric\":\"sensor_value\"}]}',`count` ='586',`alert_status` ='0',`last_message` ='Checks failed',`last_checked` ='1398860766' WHERE `alert_table_id` = '4963']  SQL[UPDATE `sensors-state` set `sensor_value` ='0.751',`sensor_polled` ='1398860766' WHERE `sensor_id` = '196']  Checking (snmp) voltage Cisco ASR1001 RP - V2: GP2 - V2: GP2 R0/18 value taken from oid_cache 2.497 V RRD[cmd[update /opt/observium/rrd/krtn-tc1-pe01.core.korton.net/sensor-voltage-cisco-entity-sensor-7019.rrd N:2.497]  stdout[OK u:0.01 s:0.00 r:5.24]  stderr[]] Checking alerts Array ( [sensor_value] => 2.497 [sensor_event] => up ) == array( [sensor_value] => double(2.497) [sensor_event] => string(2) "up" ) Checking alert 4 associated by 4 replaced @sensor_limit with 2.87155 from entity. Testing: sensor_value greater 2.87155 (value: 2.497) FAIL Checks failed. Generate alert. SQL[UPDATE `alert_table-state` set `state` ='{\"metrics\":{\"sensor_value\":2.497},\"failed\":[{\"value\":\"2.87155\",\"condition\":\"greater\",\"metric\":\"sensor_value\"}]}',`count` ='586',`alert_status` ='0',`last_message` ='Checks failed',`last_checked` ='1398860766' WHERE `alert_table_id` = '4964']  SQL[UPDATE `sensors-state` set `sensor_value` ='2.497',`sensor_polled` ='1398860766' WHERE `sensor_id` = '197']  SQL[SELECT *, `sensors`.`sensor_id` AS `sensor_id` FROM `sensors` LEFT JOIN `sensors-state` ON `sensors`.sensor_id = `sensors-state`.sensor_id WHERE `sensor_class` = 'current' AND `device_id` = '25']  Checking (snmp) current Cisco ASR1001 AC Power Supply - PEM Iout - PEM Iout P0/0 value taken from oid_cache 7 A RRD[cmd[update /opt/observium/rrd/krtn-tc1-pe01.core.korton.net/sensor-current-cisco-entity-sensor-4.rrd N:7]  stdout[OK u:0.01 s:0.00 r:5.25]  stderr[]] Checking alerts Array ( [sensor_value] => 7 [sensor_event] => up ) == array( [sensor_value] => int(7) [sensor_event] => string(2) "up" ) Checking alert 4 associated by 4 replaced @sensor_limit with 10.5 from entity. Testing: sensor_value greater 10.5 (value: 7) OK Checks OK. SQL[UPDATE `alert_table-state` set `state` ='{\"metrics\":{\"sensor_value\":7}}',`count` ='0',`alert_status` ='1',`last_message` ='Checks OK',`last_checked` ='1398860766' WHERE `alert_table_id` = '4936']  SQL[UPDATE `sensors-state` set `sensor_value` ='7',`sensor_polled` ='1398860766' WHERE `sensor_id` = '169']  Checking (snmp) current Cisco ASR1001 AC Power Supply - PEM Iout - PEM Iout P1/0 value taken from oid_cache 4 A RRD[cmd[update /opt/observium/rrd/krtn-tc1-pe01.core.korton.net/sensor-current-cisco-entity-sensor-24.rrd N:4]  stdout[OK u:0.01 s:0.00 r:5.25]  stderr[]] Checking alerts Array ( [sensor_value] => 4 [sensor_event] => up ) == array( [sensor_value] => int(4) [sensor_event] => string(2) "up" ) Checking alert 4 associated by 4 replaced @sensor_limit with 4.5 from entity. Testing: sensor_value greater 4.5 (value: 4) OK Checks OK. SQL[UPDATE `alert_table-state` set `state` ='{\"metrics\":{\"sensor_value\":4}}',`count` ='0',`alert_status` ='1',`last_message` ='Checks OK',`last_checked` ='1398860766' WHERE `alert_table_id` = '4941']  SQL[UPDATE `sensors-state` set `sensor_value` ='4',`sensor_polled` ='1398860766' WHERE `sensor_id` = '174']  SQL[SELECT *, `sensors`.`sensor_id` AS `sensor_id` FROM `sensors` LEFT JOIN `sensors-state` ON `sensors`.sensor_id = `sensors-state`.sensor_id WHERE `sensor_class` = 'power' AND `device_id` = '25']  SQL[SELECT *, `sensors`.`sensor_id` AS `sensor_id` FROM `sensors` LEFT JOIN `sensors-state` ON `sensors`.sensor_id = `sensors-state`.sensor_id WHERE `sensor_class` = 'apower' AND `device_id` = '25']  SQL[SELECT *, `sensors`.`sensor_id` AS `sensor_id` FROM `sensors` LEFT JOIN `sensors-state` ON `sensors`.sensor_id = `sensors-state`.sensor_id WHERE `sensor_class` = 'frequency' AND `device_id` = '25']  SQL[SELECT *, `sensors`.`sensor_id` AS `sensor_id` FROM `sensors` LEFT JOIN `sensors-state` ON `sensors`.sensor_id = `sensors-state`.sensor_id WHERE `sensor_class` = 'dbm' AND `device_id` = '25']  SQL[SELECT *, `sensors`.`sensor_id` AS `sensor_id` FROM `sensors` LEFT JOIN `sensors-state` ON `sensors`.sensor_id = `sensors-state`.sensor_id WHERE `sensor_class` = 'capacity' AND `device_id` = '25']  SQL[SELECT *, `sensors`.`sensor_id` AS `sensor_id` FROM `sensors` LEFT JOIN `sensors-state` ON `sensors`.sensor_id = `sensors-state`.sensor_id WHERE `sensor_class` = 'runtime' AND `device_id` = '25']  SQL[SELECT *, `sensors`.`sensor_id` AS `sensor_id` FROM `sensors` LEFT JOIN `sensors-state` ON `sensors`.sensor_id = `sensors-state`.sensor_id WHERE `sensor_class` = 'state' AND `device_id` = '25']  Module time: 0.7488s Polled in 1.1946 seconds Updating krtn-tc1-pe01.core.korton.net - Array ( [uptime] => 14569771 [last_polled] => Array ( [0] => NOW() ) [last_polled_timetaken] => 1.1946 [device_state] => a:1:{s:15:"poller_mod_perf";a:3:{s:6:"system";s:6:"0.3280";s:2:"os";s:6:"0.0014";s:7:"sensors";s:6:"0.7488";}} ) == array( [uptime] => int(14569771) [last_polled] => array( [0] => string(5) "NOW()" ) [last_polled_timetaken] => double(1.1946) [device_state] => string(110) "a:1:{s:15:"poller_mod_perf";a:3:{s:6:"system";s:6:"0.3280";s:2:"os";s:6:"0.0014";s:7:"sensors";s:6:"0.7488";}}" ��� serialized ~ array( [poller_mod_perf] => array( [system] => string(6) "0.3280" [os] => string(6) "0.0014" [sensors] => string(6) "0.7488" ) ) ) SQL[UPDATE `devices` set `uptime` ='14569771',`last_polled` =NOW(),`last_polled_timetaken` ='1.1946',`device_state` ='a:1:{s:15:\"poller_mod_perf\";a:3:{s:6:\"system\";s:6:\"0.3280\";s:2:\"os\";s:6:\"0.0014\";s:7:\"sensors\";s:6:\"0.7488\";}}' WHERE `device_id` = '25']  UPDATED! Checking alerts Array ( [device_status] => 1 [device_status_type] => [device_ping] => 4.27 [device_snmp] => 63.37 [device_uptime] => 14569753 [device_duration_poll] => 4.92 ) == array( [device_status] => string(1) "1" [device_status_type] => string(0) "" [device_ping] => string(4) "4.27" [device_snmp] => string(5) "63.37" [device_uptime] => string(8) "14569753" [device_duration_poll] => string(4) "4.92" ) SQL[INSERT INTO `perf_times` (`type`,`doing`,`start`,`duration`,`devices`) VALUES ('poll','krtn-tc1-pe01.core.korton.net','1398860761.3684','5.351','1')]  ./poller.php: krtn-tc1-pe01.core.korton.net - 1 devices polled in 5.351 secs MySQL: Cell[0/0s] Row[3/0.01s] Rows[11/0.02s] Column[0/0s] Update[81/0.26s] Insert[1/0s] Delete[0/0s]